How to create a test plan in Azure DevOps

How to create a test plan in Azure DevOps

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.

How to create a test plan in Azure DevOps

Follow the below steps to create a test plan in Azure DevOps.

  1. Log in to Azure Portal.
  2. Search for Azure DevOps and click on the search result Azure DevOps organizations.
Azure DevOps Organizations

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

My Azure DevOps Organizations

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

Azure DevOps Projects

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

How to create test plans in Azure DevOps

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

create test plans in Azure DevOps

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

create a test plan in Azure DevOps

Now, the test plan got created successfully.

how to create Azure DevOps testplan

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.

  1. Click on the Test Plans link to see all the test plans.
  2. Click on the More Actions option next to the name of the test plan –> then click on the Edit option.
How to rename a test plan in Azure DevOps

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

Rename a test plan in Azure DevOps

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.

  1. Click on the Test Plans link.
  2. 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.
How to delete a test plan in Azure DevOps

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

Delete a test plan in Azure DevOps

You may also like following the below articles

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 !!!