Update Test Lab actions
Update Test Lab actions update the statuses of one or more tests in the specified ALM Test Repository.
| Action property | Description |
|---|---|
| Result | A Table dataset containing details of the tests whose statuses were updated. |
| Source | A Table parameter or dataset that identifies the tests to be updated, and their new statuses. |
| TestRepository | A Test Repository parameter or dataset referring to the ALM Test Repository in which to update test statuses. |
The Source parameter or dataset should have the following columns:
| Column | Description |
|---|---|
| TEST_ID | The ID of a test whose status is to be updated. |
| TEST_STATUS | The test’s updated status. |
The Result dataset has the following columns:
| Column | Description |
|---|---|
| TEST_ID | The ID of a test whose status was updated. |
| OLD_STATUS | The test’s previous status. |
| STATUS | The test’s updated status. |
Example