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...
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...
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...
We have seen about how to create a configurations and adding configuration variables in Azure TestPlans, let us see how to put those configurations to good use by assigning them to the TestCases in...
Sometimes we have configurations which are not being even used need to be deleted from time to time, so let us see how to delete those configurations in the below steps Step 1: Go...
You may have seen how to add a configuration in Azure TestPlan, sometimes you may need to edit the configuration as you may need to add one or more configuration variables to the configuration.Let...
You may have seen about how to add configuration variables and as you all know a configuration consists of one or more configuration variables, let us see how to add those configurations in Azure...
Sometimes you may need to delete configuration variables which are no longer needed so inorder to delete the configuration variables follow the below steps Step 1: Go to TestPlans Step 2: Click on Configurations...
Sometimes you may need to edit the configuration variables by adding or deleting the configuration valuables. If according to requirement suppose if you no longer need to test firefox in Browser configuration variable then...
To create a configuration in Azure TestPlans, you need configuration variables and they can be anything like Browser, Operating System, SmartPhone OS, Screen Size etc., let us see how to create those configuration variables...