How to use the RQM Execution Tool to run a test suite execution record ?
Hello,
We launch a test suite with the RQMExecutionTool: The following command launches the testsuite but the execution does not progress : C:\RQMExeTool>"C:\Program Files\Java\jre1.6.0_06\bin\java.exe" -jar RQMExecutionTool.jar -tserId=5019 -projectName="PTV" -publicURI=https://wpmmi135.ressources.racine.local/qm -user=e142 -password=e142 -exitOnComplete=true The following command works, but we have to specify all the test scripts of the test suite (more than 50 testscripts) : C:\RQMExeTool>"C:\Program Files\Java\jre1.6.0_06\bin\java.exe" -jar RQMExecutionTool.jar -tserId=5019 -projectName="PTV" -publicURI=https://wpmmi135.ressources.racine.local/qm -user=e142 -password=e142 -suiteStepScriptIds=2166 -exitOnComplete=true -adapterId=74 Any help would be greatly appreciated Frederic Details : C:\RQMExeTool>"C:\Program Files\Java\jre1.6.0_06\bin\java.exe" -jar RQMExecutionTool.jar -tserId=5019 -projectName="PTV" -publicURI=https://wpmmi135.ressources.racine.local/qm -user=e142 -password=e1 42 -exitOnComplete=true -adapterId=74 java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available Unable to create SSL_TLS context, trying TLS 23 sept. 2013 18:19:11 com.ibm.rqm.executiontool.util.ExecutionLogger logInfo INFO: Successfully created an HTTP client java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available Unable to create SSL_TLS context, trying TLS 23 sept. 2013 18:19:11 org.apache.commons.httpclient.HttpMethodDirector isRedirectNeeded INFO: Redirect requested but followRedirects is disabled 23 sept. 2013 18:19:11 com.ibm.rqm.executiontool.util.ExecutionLogger logInfo INFO: Connection to RQM Server is established 23 sept. 2013 18:19:11 com.ibm.rqm.executiontool.util.ExecutionLogger logInfo INFO: Starting TestSuite Execution 23 sept. 2013 18:19:12 com.ibm.rqm.executiontool.util.ExecutionLogger logInfo INFO: Execution instance created on server with Test Suite Log Id 24985 23 sept. 2013 18:19:12 com.ibm.rqm.executiontool.util.ExecutionLogger logInfo INFO: Testsuite Execution started 23 sept. 2013 18:19:12 com.ibm.rqm.executiontool.util.ExecutionLogger logInfo INFO: Execution is in proress: 23 sept. 2013 18:19:22 com.ibm.rqm.executiontool.util.ExecutionLogger logInfo INFO: Execution is in proress: 23 sept. 2013 18:19:32 com.ibm.rqm.executiontool.util.ExecutionLogger logInfo INFO: Execution is in proress: 23 sept. 2013 18:19:43 com.ibm.rqm.executiontool.util.ExecutionLogger logInfo |
2 answers
This is the way the suiteStepScriptIds and suiteStepAdapterIds needs to be specified. I can see you are using "adapterId". Please go through this link below, which will help you to specify the parameters properly.
https://jazz.net/wiki/bin/view/Main/RQMExecutionTool#RQM_Execution_ANT_tasks
|
|
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.