Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RQM Command Line Execution

While running TestCases in RQM using ANT I am getting an exception, can any body help me with a solution for this exception.

Attempting to create SSL_TLS context
Oct 8, 2013 11:08:40 AM com.ibm.rqm.executiontool.util.ExecutionLogger logInfo
INFO: Successfully created an HTTP client
Attempting to create SSL_TLS context
Oct 8, 2013 11:08:41 AM org.apache.commons.httpclient.HttpMethodDirector isRedirectNeeded
INFO: Redirect requested but followRedirects is disabled
Oct 8, 2013 11:08:41 AM com.ibm.rqm.executiontool.util.ExecutionLogger logInfo
INFO: Connection to RQM Server is established
Oct 8, 2013 11:08:43 AM com.ibm.rqm.executiontool.util.ExecutionLogger logInfo
INFO: Procesing input parameters for TestSuite Execution
Oct 8, 2013 11:08:43 AM com.ibm.rqm.executiontool.util.ExecutionLogger logInfo
INFO: Starting execution
Oct 8, 2013 11:08:46 AM com.ibm.rqm.executiontool.util.ExecutionLogger logError
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.
Oct 8, 2013 11:08:46 AM com.ibm.rqm.executiontool.util.ExecutionLogger logInfo
INFO: Internal Error occurred. See log for more details
     [echo] UNKNOWN
     [echo]
--
Thanking you
Anjaly.

0 votes

Comments

Please find ant task for this command line execution.

  <taskdef name="executeTestSuiteExecRecord"                                    classname="com.ibm.rqm.executiontool.RQMExecuteTestSuiteExecRecord" />
<executeTestSuiteExecRecord userId="G102749" password="Alm@1234" rqmServerUrl="https://<Server>:9443/qm"
 projectName="SimpleBanking (Quality Management)"
testSuiteExecRecordId="449" suiteStepScriptIds="396,402,401"
suiteStepAdapterIds="2,2,2" arguments="-exitOnComplete=true" />

This is the exception I am getting while trying to access the link manually

CRJAZ1175I Unable to get method info from service call.


 Hi Anjaly,


I'm very new to RFT,RQM and ANT,Jazz CLM.

My requirement :
i want to import test results of RFT into Jazz CLM .

i need automation script using RFT or using ANT tool ,build.xml.

for Ex :
I have stored test results in C:\program files\RFT\workspace\testResults\TR.PDF
Note : the complete RFT setup is in Local Machine.
the file " TR.PDF " wants to export into Jazz server. 
is it possible ? if YES, could you give an automation script. ASAP.

Thanking you,
Neeru



One answer

Permanent link
@anjaly is Adapter with ID 2 running? (also make sure the ID of the intended adapter is indeed 2)

0 votes

Comments

Yes, Adapter 2 is up and running.

I am able to execute testcase from RQM manually using this adapter.

are you able to execute the suite (TSER) manually?

yes, I am able to

Your answer

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

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Oct 08 '13, 1:51 a.m.

Question was seen: 5,782 times

Last updated: Oct 17 '13, 10:08 p.m.

Confirmation Cancel Confirm