Accessing RQM Execution variables inside third party tool script
Hi All
We are able to integrate third party tools(Cucumber ,Katalon studio etc) with RQM Test Cases using below article
But not sure how we can use the execution variables passed from RQM such as URLs for envts, username ,pwd etc
Hope IVariablesManager interfcae is for IBM RFT only
|
2 answers
If you have an execution variable named x, you can access it from your script like this
echo %qm_x% (For linux => echo $qm_x)
You can set new value to execution variabe by this
echo x=10 >> "%qm_ExecutionVariablesFile%"
Comments
Suja ravi
commented Jan 09 '19, 6:38 a.m.
Dear
I am not asking about the batch script file
Can I use this variable inside my selenium scripts which is invoked by RQM CLI
|
Thanks , we can handle this via execution profile parameter which can be passed from RQM |
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.