RQM Execution Variables !
3 answers
Your best resource would be the available help documentation. You can start here:
http://pic.dhe.ibm.com/infocenter/clmhelp/v3r0m1/topic/com.ibm.rational.test.qm.doc/topics/c_execvar_overview.html
The link is for version 3.x. If you're using a different version, simply seach on "Execution Variables".
http://pic.dhe.ibm.com/infocenter/clmhelp/v3r0m1/topic/com.ibm.rational.test.qm.doc/topics/c_execvar_overview.html
The link is for version 3.x. If you're using a different version, simply seach on "Execution Variables".
Chandra,
What is your use case.
Note that execution variables can be shared during Test suite serial execution from one test to next.
If you are using keyword then also execution variables are shared from parent script to child keyword script.
To share execution variable you just need to use same variable name. There is no global variable pool that you can choose from.
What is your use case.
Note that execution variables can be shared during Test suite serial execution from one test to next.
If you are using keyword then also execution variables are shared from parent script to child keyword script.
To share execution variable you just need to use same variable name. There is no global variable pool that you can choose from.