How to use global variables in QTP?also how to pass parameters between different actions?where to find info on functions?

Showing Answers 1 - 5 of 5 Answers

1.we can use global variables concept in QTP thro "environment varaible"eg: s=environment.value("iteration")after declaring like that the variable can be used in another actionin test settings we have an option called environment where we can import "environment values"2.we can pass parameters betwen action using action parameters

  Was this answer useful?  Yes

rachana

  • Oct 10th, 2006
 

Action parameter passing information is available in QTP help. its very much helpful to understand the parameter passing concept...

  Was this answer useful?  Yes

Rajesh

  • Sep 5th, 2011
 

can you provide me an example on how to pass global parameter from one action to another action

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions