Test State Updater
Estimated reading: 1 minute
This component updates the state of existing Test Cases in Azure DevOps (e.g., Ready). It helps teams manage test readiness and maintain consistency across the testing lifecycle.
Parameters
| Parameter | Description |
|---|---|
| Organization | Name of the Azure DevOps organization where the project resides. |
| Project | Name of the Azure DevOps project to manage Test Cases. |
| PAT (Personal Access Token) | Personal Access Token used for authentication with Azure DevOps, granting necessary permissions to access and modify test artifacts. |
| Test Cases JSON | JSON-formatted data containing the details of Test Cases, including their association with the specified Test Suite ID. |