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

Where can I see the RQMExecutionTool's API information?

Hi,

I'm using RQMExecutionTool(RQM 6.0.6.1) to execute the test cases and everything works fine, but RQMExecutionTool requires login every time and it's a bit slow. I want to use my own tool to call the API to replace it.
But I can't find the RQMExecutionTool's API introduction in RqmApi. Where can I see the corresponding API information?


In addition, I added the -verbose parameter when executing the following parameters, but the additional log messages(e.g. URL) was not displayed in the log.Where is the problem?

java -jar RQMExecutionTool.jar -verbose = true -user = xxxx -password = yyyyy -testSuiteId = 4 -testPlanId = 16 -projectName = "yanfengco-test" -publicURI = "https://clm.xxxx.xxxxx.com/ qm "-resultState = com.ibm.rqm.execution.common.state.failed -runLastCreatedER = true

0 votes


Accepted answer

Permanent link
Couple of things:
 - you can create a password file that contains your (not very well) encrypted password and then set the option on the command line to use it. Then you won't have to log in.

 - depending on what you want to do, the RQM Command Line Adaptor and the RQM Selenium Adaptor include their source code inside the jar file and the core API is the same. You may be able to use those source files to do what you need to do
welder welder selected this answer as the correct answer

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
× 12,020
× 234

Question asked: Mar 08 '20, 9:32 a.m.

Question was seen: 781 times

Last updated: Mar 08 '20, 8:48 p.m.

Confirmation Cancel Confirm