It's all about the answers!

Ask a question

Can an execution variable defined in one place in the test suite be accessed in another place within the same test suite? (Not in test script)


Rfudge A (1312) | asked Jul 23 '17, 2:38 a.m.

 I want to define an execution variable for a test suite and re-use it to set the command and arguement of each commandline script in RQM. Can it be done?

One answer



permanent link
Subhajit Bhuiya (6222) | answered Jul 26 '17, 10:33 a.m.
JAZZ DEVELOPER

Yes. This can be done. Add the same execution variable in the test scripts as well as test suite. When you will run the test suite, value of the execution variable for the test script execution will be taken from the execution variable defined in the test suite.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.