09-02-2009, 10:06 PM
Hi,
Ankur Could you please give a reply for my query below.
My test has one Input and one Output Parameter.
Test has one action and action has one Input and One Output parameter.
I set the following values for parameters
Do some calculations. Then store the results in action1_OutPutParameter.
Then I stored the action1_OutPutParameter into Test1_OutPutParameter.
I called the test from an .vbs file by invoking QTP.
I tried to access the Test OutPut Parameter and I received only Blank Values.
Could you please let me know how to set & get value for a Test Output parameter.
thanks,
Raja
Ankur Could you please give a reply for my query below.
My test has one Input and one Output Parameter.
Test has one action and action has one Input and One Output parameter.
I set the following values for parameters
Code:
action1_InputParameter=Test1_Input Paramter.
Do some calculations. Then store the results in action1_OutPutParameter.
Then I stored the action1_OutPutParameter into Test1_OutPutParameter.
Code:
Test1_OutPutParameter=action1_OutPutParameter .
I called the test from an .vbs file by invoking QTP.
I tried to access the Test OutPut Parameter and I received only Blank Values.
Could you please let me know how to set & get value for a Test Output parameter.
thanks,
Raja