Assigning a configuration to a Test Plan in Azure DevOps
When a configuration is assigned to a Test Suite, all the TestCases inside the suite will have the same configuration. Let us see how to assign a configuration to a Test suite in the below steps
Step 1: Go to TestPlans in Azure DevOps
Step 2: Click on the TestPlan for which you have to assign a configuration
Step 3: And then click on the 3 dots next to it as shown
Step 4: Select the configuration which you have to assign in the next window and then click on the save button
Step 5: Selected configuration will be assigned to all the testcases in the TestPlan
You can also assign a configuration to individual TestSuite as well to the TestCases