It's all about the answers!

Ask a question

Accessing RQM Execution variables inside third party tool script


Suja ravi (111) | asked Jan 08 '19, 7:49 a.m.

 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



permanent link
Subhajit Bhuiya (6222) | answered Jan 09 '19, 4:11 a.m.
JAZZ DEVELOPER

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 


permanent link
Suja ravi (111) | answered Jan 09 '19, 9:20 a.m.

 Thanks , we can handle this via execution profile parameter which can be passed from RQM

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.