Test Case Fetcher
Estimated reading: 1 minute
This component retrieves all Test Cases from a specified Test Suite in Azure DevOps.
Parameters
| Parameter | Description |
|---|---|
| Organization | Name of the Azure DevOps organization where the project resides. |
| Project | Name of the Azure DevOps project containing the Test Plan and Test Suite. |
| PAT (Personal Access Token) | Personal Access Token used for authentication with Azure DevOps, granting necessary permissions to access and fetch Test Cases. |
| Test Plan ID | ID of the Test Plan containing the Test Suite to fetch Test Cases from. |
| Test Suite ID | ID of the Test Suite from which the Test Cases will be retrieved. |