Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

0 votes



2 answers

Permanent link

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%"


0 votes

Comments

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

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

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938
× 382

Question asked: Jan 08 '19, 7:49 a.m.

Question was seen: 2,329 times

Last updated: Jan 09 '19, 9:20 a.m.

Confirmation Cancel Confirm