Hi All,
Inorder to use return value of Action1 in other actions like Action2,Action3....Action n in current script.
We can use the following features in QTP:
1) User defined Environment Variables (Create User defined Env. Var for return Value.....which inturn can be accessed by all other actions in Current script.)
2) Action Parameters (Output Parameters)
3) Output Values ( Output the required return value(Property Id) into RunTime Global Data Sheet present in Test Results window....which inturn can be accessed by all other actions in the current script)
Just try the above from your end & check it out.....I hope you can easily accomplish the required task.......
Inorder to use return value of Action1 in other actions like Action2,Action3....Action n in current script.
We can use the following features in QTP:
1) User defined Environment Variables (Create User defined Env. Var for return Value.....which inturn can be accessed by all other actions in Current script.)
2) Action Parameters (Output Parameters)
3) Output Values ( Output the required return value(Property Id) into RunTime Global Data Sheet present in Test Results window....which inturn can be accessed by all other actions in the current script)
Just try the above from your end & check it out.....I hope you can easily accomplish the required task.......

