Passing execution variables between 2 testcases
![]() I have 2 test cases , each containing test scripts. These test scripts are linked to external automation tool.
I have created a test suite which contains these 2 test cases.
Basically i need to pass execution variable created in test case1 or test script1 to testcase2 or test script2 .
I have created execution variable(example artifact variables) in test case1 of rRQM server.
According to the documentation we can edit the var file like adding new execution variable, updating existing execution variable etc,so that the rqm sends the modified values in var file(execution variable file) after the execution of testcase1 to the testcase2.
HERE IN MY CASE I AM TO ACCESS THE FILE PATH THROUGH %qm_ExecutionVariable% AND I HAVE MODIFIED THE VALUES AND ADDED NEW ONES.
BUT THESE MODIFIED ONES ARE NOT CARRIED TO THE NEXT TEST CASE, ONLY THOSE EXECUTION VARIABLES WHICH ARE PRESENT IN THE RQM SERVER ARE CARRIED AWAY.
|