It's all about the answers!

Ask a question

RQMCExecutionCTool - how to specify build?


Mike Tran (111) | asked Oct 10 '13, 3:27 p.m.
Is it possible to specify 'build level' on the command line of RQM Execution Tool?

Here is the current help of the tool:

RQM Execution Utility
==================
Starts Execution of a TestcaseExecutionRecord(TER) or TestSuiteExecutionRecord(TSER).

Argument Reference
==================
For Testcase ExecutionRecord executionExecutionUtility -tcerId -user -password -publicURI -projectName [-scriptId] [-adapterId] [-resultState] [-exitOnComplete] [-variables]

For TestSuite ExecutionRecord executionExecutionUtility -tserId -user -password -publicURI -projectName [-haltOnFailure] [-parallelExecution] [-suiteStepScriptIds] [-suiteStepAdapterIds] [-resultState] [-exitOnComplete [-variables] [-passVariables]


2 answers



permanent link
Deepa Doraswamy (4712) | answered Oct 18 '13, 6:31 a.m.
JAZZ DEVELOPER
Hi Mike,

Currently this is not possible. Please file an RFE.

Thanks,
Deepa

permanent link
Brian Lahaie (1081514) | answered Oct 07 '16, 11:26 p.m.
The ability to specific a build ID via an Execution Tool argument was added to RQM 6.0.

https://jazz.net/downloads/rational-quality-manager/releases/6.0?p=news#TOC_E

You can use two new optional arguments in the execution tool, for both command-line and ANT tasks.

-buildRecord=<web ID of the Build Record> : The web ID of the build record that must be linked to the test case result that was created when the test case execution record ran.

-suiteBuildRecord=<web ID of the Build Record> : The web ID of the build record that must be linked to the test suite result and test case result that were created when the test suite execution record ran.


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.