How to view TestCase Execution history in Azure TestPlans | AzureDevOps

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 how many times there has been a bug fix which inadvertently led to execution of the same testcase repeatedly. Let us see how to see the testcase execution history for any testcase that has been executed in the below steps

Step 1: Go to TestPlans and Select the TestPlan which has the TestCase for which you want to see the execution history

Step 2: Click on the TestSuite

Step 3: Right pane will display list of testcases in the testsuite as shown

Step 4: Double click on the TestCase for which you have to view the Execution history in the Execution tab



Step 5: You will be able to see the TestCase Execution history for an individual testcase as shown below

You can see the outcome, timestamp, configuration and also who has executed the testcase in the current TestPlan.

You may also like...