nerdexam
Microsoft

AZ-400 · Question #260

Drag and Drop Question You have a project in Azure DevOps. You need to associate an automated test to a test case. Which three actions should you perform in sequence? To answer, move the appropriate a

The correct answer is Create a test project; Check in a project to the Azure DevOps repository; Add the automated test to a build pipeline. To associate an automated test with a test case in Azure DevOps, you must first create a test project (e.g., using a unit test framework like MSTest, NUnit, or xUnit), then check that project into the Azure DevOps repository so it is accessible to the pipeline, and finally add th

Submitted by fatima_kr· Mar 6, 2026Design and Implement a Testing Strategy - specifically associating automated tests with test cases in Azure Test Plans using Azure DevOps pipelines and repositories.

Question

Drag and Drop Question You have a project in Azure DevOps. You need to associate an automated test to a test case. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Answer:

Exhibit

AZ-400 question #260 exhibit

Answer Area

Drag items

Debug the projectCreate a test projectCreate a work itemCheck in a project to the Azure DevOps repositoryAdd the automated test to a build pipeline

Correct arrangement

  • Create a test project
  • Check in a project to the Azure DevOps repository
  • Add the automated test to a build pipeline

Explanation

To associate an automated test with a test case in Azure DevOps, you must first create a test project (e.g., using a unit test framework like MSTest, NUnit, or xUnit), then check that project into the Azure DevOps repository so it is accessible to the pipeline, and finally add the automated test to a build pipeline so it can be discovered and linked to test cases. This sequence ensures the test code exists in source control and is executable via CI/CD before association with a test case is possible.

Topics

#Azure DevOps#Test Automation#Build Pipelines#Test Case Management

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice