Execute Test Suite

Execute a test suite.
Table 1. Input properties for the Execute Test Suite step
Name Type Description
RQM User String The user name to use when connecting to IBM® Rational® Quality Manager.
Password Password The password to use when connecting to Rational Quality Manager.
Repository URL String The repository URL of the Rational Quality Manager server, for example, https://hostname:9443/qm.
Project Area Name String The project area to use in Rational Quality Manager.
Test Suite Execution Record ID String The numeric ID of the test suite execution record to run.
Test Script IDs String The numeric IDs of the test scripts, which are separated by commas, that are steps in the test suite.
Adapter IDs String The numeric IDs of the adapters, which are separated by commas, to use to run the test scripts in the test suite.
Execution Arguments String A list of optional arguments that are separated by spaces. The arguments are as follows:
  • -exitOnComplete=state where state is either true or false. If this argument is set to true, the command does not exit until test execution is complete or canceled. If the argument is set to false, the command exits immediately after starting test execution. By default, the -exitOnComplete argument is set to false.
  • -printResultUrl=state where state is either true or false. If the argument is set to true, the URL of the associated test execution result is logged. For automated test case execution, you must also specify the -exitOnComplete=true option.
  • -variables=variable_1:value_1,variable_2,variable_3:value_3 and so on. The execution variables and optional values are passed to the test execution. If you provide a value for a variable, separate the variable name and value with a colon (:).
The following table shows the output properties that this step sets. Other steps in the process can use these properties in their input properties.
Table 2. Output properties for the Execute Test Suite step
Name Type Description
resultVerdict String The test suite verdict returned by Rational Quality Manager.
resultURL String The test suite result URL on the Rational Quality Manager server.

Feedback