Test Plan Fetcher Estimated reading: 1 minute This component retrieves all existing Test Plans along with their associated Test Suites and Test Cases from Azure DevOps. Parameter Description Organization Name of the Azure DevOps organization where the project resides. Project Name of the Azure DevOps project to manage Test Plans and Test Cases. PAT (Personal Access Token) Personal Access Token used for authentication with Azure DevOps, granting necessary permissions to access and modify test artifacts. Output: Returns a structured JSON containing details of Test Plans, Suites, and Cases for tracking or downstream processing. Next - Azure DevOps Test Plans Test Plan Cases Creator