Installing TestRunner for Azure DevOps
TestRunner is a tool that is used to collect screenshots and diagnostic data for Azure DevOps. You can download the Test Runner from here –… Read More »Installing TestRunner for Azure DevOps
TestRunner is a tool that is used to collect screenshots and diagnostic data for Azure DevOps. You can download the Test Runner from here –… Read More »Installing TestRunner for Azure DevOps
Sometimes it’s necessary to copy a test suite from one testplan to another instead of recreating the test suite with all the testcases in the… Read More »Copying a TestSuite from One TestPlan to another in Azure DevOps
In Azure DevOps, we can assign testers to TestPlans/Test Suites/TestCases making them responsible for executing the TestCases. When you assign a tester to a testcase,… Read More »Assigning Testers to Test Plans & TestSuites in Azure DevOps
There are many ways to export TestCases from TestPlans and TestSuites in Azure TestPlans. Let us see here how to export testcases into a PDF… Read More »Exporting TestCases from TestPlan & TestSuites in Azure DevOps
As we know in Azure DevOps, TestPlans consists of Testsuites which in turn consists of TestCases. Let us see how to copy a TestPlan and… Read More »Copying TestPlan in Azure TestPlans | Azure DevOps
We have seen about how to create and edit the shared parameters as well as how to insert the already existing shared parameters in the… Read More »Converting Parameters to Shared Parameters in TestCases | Azure TestPlans
A TestCase in a TestSuite can be executed multiple times during a release and sometimes its necessary to track those TestCase Execution history to see… Read More »How to view TestCase Execution history in Azure TestPlans | AzureDevOps
A TestCase Execution is marked as “Failed” when atleast one of the steps is marked as “Failed”.Let us say that a TestCase has 4 steps,… Read More »Failing a TestCase in Azure TestPlans | AzureDevOps
First let us see how to execute a testcase and then let us see about how to pass a testcase when all the steps are… Read More »How to mark a TestCase as Passed in Azure TestPlans | Azure DevOps
We have seen about how to add a shared parameter and also how to edit shared parameter. Let us see about how to remove shared… Read More »Removing Shared parameters from a TestCase in Azure TestPlans