how to Insert a test case Execution Record Programmatically in the test case execution records table in RQM ?
![]()
Dear All,
I am able to update the execution records in rqm given its ID with the help of "RQM URL UTILITY " using these commands java -jar RQMUrlUtility.jar -command GET -user <userid> -password <pwd> -filepath file.xml -url https://localhost:9443/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/resources/QM_Area/executionresult/urn:com.ibm.rqm:executionresult:1 but i need things like 1. in the given PUT command example we are able to get the xml in the file provided in command , is it possible to get xml packet in return instead of physical file , though i can read xml from the file but sometimes its not possible to create files due to some security reasons. 2. in the above PUT command example we can update the status of the test case execution record given the execution table record ID which always increments when any testcase is executed . SO is there any way that we can insert a test case execution record instead of updating it. OR if we can get the ID of the last testcase execution record in the execution record table for a particular test case. 3. how can we programmatically execute the test case in rqm with the help of any utility. |