Test Suite Creator
Estimated reading: 1 minute
This component creates hierarchical Test Suites under a specified Test Plan, organizing Test Cases for better manageability.
Parameters
| Parameter | Description |
|---|---|
| Organization | Name of the Azure DevOps organization where the project resides. |
| Project | Name of the Azure DevOps project to manage Test Suites. |
| PAT (Personal Access Token) | Personal Access Token used for authentication with Azure DevOps, granting necessary permissions to access and modify test artifacts. |
| Test Plan ID | ID of the existing Test Plan under which the Test Suite will be created. |
| Suite Name | Name of the Test Suite to be created. |
| Suite Description (Optional) | Optional description for the Test Suite providing additional context. |
Output: Returns Suite IDs and creation status.