It's all about the answers!

Ask a question

Test Suite Exec Record RQM Command Line Execution


Anjaly Bastian (1168) | asked Oct 08 '13, 4:01 a.m.
edited Oct 08 '13, 4:03 a.m.
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.

One answer



permanent link
Piotr Aniola (3.7k11738) | answered Oct 08 '13, 4:23 a.m.
Have you verified that the adapter is using? It seems that it has stopped. You can check the status of the Adapter from the RQM WebUI.


Comments
Anjaly Bastian commented Oct 08 '13, 4:27 a.m.

My adapter is working fine I checked in Adapter console.


Anjaly Bastian commented Oct 08 '13, 4:30 a.m.

I am able to run these test suite execution record manually.

Your answer


Register or 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.