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
Question
Exhibit
Answer Area
Drag items
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
Community Discussion
No community discussion yet for this question.
