Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Azure DevOps Services | Azure DevOps Server | Azure DevOps Server 2022
Create test plans and test suites to track manual testing for sprints or milestones. By using this approach, you can see when the testing for a specific sprint or milestone is complete. For more information about manual testing, see What is Azure Test Plans?
Share work items across your test experience
For example, you're building version 1.* of your product and you might create several test cases for that version. You can update each of these test cases and add more at any time. For each development cycle and release of your product, you create a test plan and import the existing test cases into that plan. To manage and monitor these separate sets of test cases more easily, you can also divide the test cases into separate test suites within the plan.
After you create your test plan, assign test configurations and assign testers to cover the required test matrix. These testers run the tests and gauge the quality of the product. Testers continue testing until the product meets exit criteria. For the next development cycle and release, you can create a new test plan and reuse the same test cases. Repeat this development-test-release cycle by importing the same test cases into each new test plan.
Because test plans refer to test cases, updates to a test case automatically reflect in all the test plans and test suites that use it.
In the next version of the product, you can reuse the existing test cases. However, a better option might be to copy or clone the test cases. A copy creates a new baseline. Changes to these new test cases don't affect your previous test plans.
Prerequisites
| Category | Requirements |
|---|---|
| Access levels | - At least Basic access, with permissions to view work items under the corresponding Area Path. - To add test plans and test suites, delete test artifacts, and define test configurations: Basic + Test Plans access. Or, one of the following Visual Studio subscriptions: - Enterprise - Test Professional - MSDN Platforms |
| Permissions | - To add or modify test plans, test suites, test cases, or other test-based work item types: Edit work items in this node permission set to Allow under the corresponding Area Path. - To modify test plan properties such as build and test settings: Manage test plans permission set to Allow under the corresponding Area Path. - to create and delete test suites, add and remove test cases from test suites, change test configurations associated with test suites, and modify a test suite hierarchy (move a test suite): Manage test suites permission set to Allow under the corresponding Area Path. |
For more information, see Manual test access and permissions.
Tip
You can use AI to help with this task later in this article, or see Enable AI assistance with Azure DevOps MCP Server to get started.
Create a test plan
In general, you create test plans to test requirements. Before you create a test plan, define your backlog of requirements.
Sign in to your Azure DevOps project and select Test Plans > Test Plans.
Select + New Test Plan.
Enter a name for the test plan, verify that the area path and iteration are set correctly, and then select Create.
Rename a test plan
To rename a test plan, use the following steps:
Select Test Plans.
Next to the test plan name, select More Actions > Edit.
Change the name and then select Save & Close.
You can make other changes to the test plan here.
Delete a test plan
To delete a test plan, use the following steps:
Select Test Plans.
Next to the test plan name, select More Actions > Delete.
The Permanently delete test artifacts dialog box explains exactly what gets deleted. Enter the test plan ID to confirm that you want to delete, and then select Permanently delete.
Add a requirement-based test suite
Now add test suites for the backlog items that need manual tests. These tests could be user stories, requirements, or other work items based on your project.
Note
Requirement tracking is supported only for test cases linked through a Requirement-based test suite. Work items include a User Story (Agile), Product Backlog Item (Scrum), Requirement (CMMI), and Issue (Basic). The association between a requirement work item and manual test execution is only formed when the test case is linked by using a Requirement-based test suite.
To add a suite to a test plan, select More options for the test suite, and then select New Suite > Requirement based suite.
Use requirement-based suites to group your test cases together. That way, you can track the testing status of a backlog item. Each test case that you add to a requirement-based test suite is automatically linked to the backlog item.
In Create requirement-based suites, add one or more clauses to filter your work items by the iteration path for the sprint. Run the query to view the matching backlog items.
In the list of work items returned by the query, select the backlog items you want to test in this sprint. Select Create suites to create a requirement-based suite for each one.
Work with test suites
Azure Test Plans supports three types of test suites:
- Static test suites — Manually organized containers that hold test cases and other test suites. Use them like folders to group related tests.
- Requirement-based test suites — Automatically linked to a backlog work item (user story, PBI, requirement). See Add a requirement-based test suite.
- Query-based test suites — Dynamically populated by a work item query. Test cases matching the query are automatically included.
Create a static test suite
- In your test plan, select More options for a test suite, and then select New Suite > Static suite.
- Enter a name for the suite.
You can drag and drop test suites to nest them under static suites, and drag test cases to reorder them.
Create a query-based test suite
- In your test plan, select More options for a test suite, and then select New Suite > Query based suite.
- Define the query to match the test cases you want. For example, filter by area path, iteration, or state.
- Select Create suite. Test cases that match the query are automatically included and stay in sync as work items change.
Note
Query-based suites are read-only. You can't manually add or remove test cases. To change the suite contents, update the query.
Track test suite changes
You can track changes to test plans and test suites. Open the work item for the test plan or test suite, and then view the work item history.
For test suites, the Test Suite Audit field tracks other actions. For example, it tracks adding and removing test cases from a test suite.
Export test cases
Export test plans, test suites, and test cases.
Select Export test cases to CSV.
Change the test case fields in the report by adding or removing columns from the list view of the test suite.
Important
You can't export more than 75 test suites in a single operation. The email supports up to 1 MB of data.
Find a test case in a test plan
In Test Plans for your test plan, use the
filter icon to show the search and filter list. It can help you find the tests you want.
Use AI to manage test plans
If you configure the Azure DevOps MCP Server, you can use AI assistants to manage your test plans and suites by using natural language prompts.
Example prompts for test plan management
| Task | Example prompt |
|---|---|
| Create a test plan | Create a new test plan in <Contoso> project called '<Sprint 5 Regression Tests>' |
| List test plans | List all test plans in <Contoso> project |
| Create a test suite | Create a static test suite called '<Checkout Flow>' under test plan <12345> |
| Query test cases in a suite | Show all test cases in test suite <67890> in project <Contoso> |
| Find untested areas | List test suites in test plan <12345> that have no test cases assigned |
| Check test plan coverage | Show all requirement-based test suites in test plan <12345> and their associated work items |
| Compare sprint plans | List test suites in test plan <12345> and test plan <54321> side by side |
| Find unlinked test cases | Show test cases in project <Contoso> that aren't in any test suite |
| Audit test plan readiness | List test cases in test plan <12345> that have State = <Design> and no test steps defined |
Tip
If you're using Visual Studio Code, agent mode is especially helpful for troubleshooting complex test planning scenarios.
- To avoid using stale or cached data from previous queries, add to your prompt, "Do not use previously fetched data."