Top 10 things Create Bugs from Test Cases in TFS

Satyvir Jasra, 05 September 2017

Create Bugs from Test Cases in TFS

In my previous blog post I have explained how to create bugs in TFS via Queries. In this blog post, we will go through the process of creating bugs from the Test Cases.
1.    Connect to your TFS
2.    Browse to Project, select your Project from the list and click on Navigate
3.    Click on Test tab and select a Test suite from the dropdown list
4.    Choose a Test case for which you would like to create a bug
5.    Click on Run to run this test


image

 
6.    Pass the steps that passed system testing
7.    Fail the steps that could not pass and add comments providing details of the failure
 
8.    Click on Create Bug button to create a bug for this test case
9.    Give it a title
10.    Add details under section Status and Details
11.    You can add attachments to it
12.    Click Save and Close to create this bug

Bug gets automatically linked to the test case it is created from and all the steps gets copied over from the test case displaying Green as Passed, Red as Failed and Blue as None.