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)
![]() 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
![]() 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. |