Test Plan Creator
Estimated reading: 1 minute
This component creates new Test Plans in Azure DevOps with specified attributes such as name, area path, iteration path, and description.
Parameters
| Parameter | Description |
|---|---|
| Organization | Name of the Azure DevOps organization where the project resides. |
| Project | Name of the Azure DevOps project to manage Test Plans. |
| PAT (Personal Access Token) | Personal Access Token used for authentication with Azure DevOps, granting necessary permissions to access and modify test artifacts. |
| Test Plan Name | Name of the Test Plan to be created in Azure DevOps. |
| Area Path | Path in Azure DevOps representing the area to associate with the Test Plan. |
| Iteration Path | Iteration path for the Test Plan in Azure DevOps. |
Output: Returns the created Test Plan ID and the status of creation.