Test Suite Exec Record RQM Command Line Execution
Hi,
I am not able to execute command line utility for runningTest Suite Exe cRecord , here is my ant task
target name="all">
<executeTestSuiteExecRecord
userId="${rqmUser}"
password="${rqmPassword}"
rqmServerUrl="${rqmUri}"
projectName="${rqmProjectName}"
testSuiteExecRecordId="449"
suiteStepScriptIds="396,402,401"
suiteStepAdapterIds="2,2,2"
arguments="-exitOnComplete=true"
/>
here user name, password, server url is correct, I am getting an exception like
SEVERE: Exception occurred while doing a post to the server with the URL:https://<server>:9443/qm/service/com.ibm.rqm.execution.common.service.rest.ITestSuiteExecutionRecordRestService/execute. Please verify that the adapter being used is running and the values for parameters tserId, suiteStepScriptIds, suiteStepAdapterIds are valid and exist.
Can anybody help me on this issue, it is a work stopper for me.
I am not able to execute command line utility for runningTest Suite Exe cRecord , here is my ant task
target name="all">
<executeTestSuiteExecRecord
userId="${rqmUser}"
password="${rqmPassword}"
rqmServerUrl="${rqmUri}"
projectName="${rqmProjectName}"
testSuiteExecRecordId="449"
suiteStepScriptIds="396,402,401"
suiteStepAdapterIds="2,2,2"
arguments="-exitOnComplete=true"
/>
here user name, password, server url is correct, I am getting an exception like
SEVERE: Exception occurred while doing a post to the server with the URL:https://<server>:9443/qm/service/com.ibm.rqm.execution.common.service.rest.ITestSuiteExecutionRecordRestService/execute. Please verify that the adapter being used is running and the values for parameters tserId, suiteStepScriptIds, suiteStepAdapterIds are valid and exist.
Can anybody help me on this issue, it is a work stopper for me.