
A Test plan in Azure DevOps acts like a container that contains all the project’s test suites. In this Azure DevOps article, we will discuss the quick steps to create a test plan in Azure DevOps.
Table of Contents
How to create a test plan in Azure DevOps
Follow the below steps to create a test plan in Azure DevOps.
- Log in to Azure Portal.
- Search for Azure DevOps and click on the search result Azure DevOps organizations.

3. Click on the “My Azure DevOps Organizations” link.

4. Click on the project name or you can also click on the New project link to create a brand new project.

5. Click on the Test Plans link from the left navigation –> Then choose the Test Plans link.

6. Click on the + New Test Plan button to create a new test plan.

7. Provide a name for your Test Plan, Select an Area Path and then select Iteration and then click on the Create button.

Now, the test plan got created successfully.

How to rename a test plan in Azure DevOps
Once, you have created the test plan, you might wish to rename it. Follow the below quick steps to rename your Azure DevOps test plan.
- Click on the Test Plans link to see all the test plans.
- Click on the More Actions option next to the name of the test plan –> then click on the Edit option.

3. Enter the new name –> Click on the Save & Close button to save the changes and you have done it successfully.

How to delete a test plan in Azure DevOps
Now, what if you wish to remove a test plan in Azure DevOps. You can just follow the below simple steps.
- Click on the Test Plans link.
- Click on the More Actions option next to the name of the specific test plan that you wish to remove –> then click on the Delete option.

3. Type the test plan id and then click on the Permanently delete button to delete the test plan permanently.

You may also like following the below articles
- How to create a new project in Azure DevOps
- How to check Azure DevOps Status
- Azure DevOps Pricing
- What is Azure DevOps?
Wrapping Up
In this Azure DevOps tutorial, we discussed the quick steps to create a test plan in Azure DevOps. Now, it’s your turn to create/rename and remove or delete the test plan in Azure DevOps. Thanks for reading this article !!!