Execute Test Case

Execute a test case.
Table 1. Input properties for the Execute Test Case step
Name Type Description
RQM User String The user name to use when connecting to 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 Case Execution Record ID String The numeric ID of the test case execution record to run.
Test Script ID String The numeric ID of the test script to run in the test case.
Adapter ID String The numeric ID of the adapter to use to run the test script in the test case.
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 the 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 Case step
Name Type Description
resultVerdict String The test case verdict returned by Rational Quality Manager.
resultURL String The test case result URL on the Rational Quality Manager server.

Feedback