Deleting a configuration in Azure TestPlans | Azure DevOps
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...
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...
We have seen how to create shared steps in Azure TestPlans let us see how to delete those shared steps. Here are the steps which needs to followed to edit a shared step Step...
When a testcase has some of the steps repetitive we can create a shared step and insert the same shared step into the testcase instead of using the same steps again and again in...
We have seen how to create shared steps in Azure DevOps and now let us see how to edit those shared steps. Here are the steps which needs to followed to edit a shared...
In Azure TestPlans we can easily create Shared Steps which helps a team in not duplicating the common test steps as Shared steps are nothing but common test steps which is like a module...