Can I execute one test script to fill mulitple test cases ?
Hi everyone,
I need to run an executable that will run 200/300 tests (I don't have the control over it). I would like to know if it's possible within RQM to start the executable, wait for the results and parse it to extract every test cases ?
If it's not possible what is another solution ? I guess it would be REST Api. But if it's the case where should I link my test script ?
Steph
One answer
Please see the Extras in
https://jazz.net/downloads/test-management/releases/7.0.2?p=allDownloads
You can use the IBM Engineering Test Management Command-Line Adapter to run external test tools and feed back result data.
You can find the APIs for ETM here: https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding
The RQM Test Automation Adapter API might be of interest. The link currently fails on me.
My interpretation would be that the test represents one test case or suite result. I am not sure if you would want to extract multiple. I am not sure about this.