Answered Launching automated test cases using Microsoft test manager

  • Monday, August 13, 2012 5:32 PM
     
     

    Hi,

       I am new to Microsoft Test case manager, I was trying out this for running my automated test cases in Mstest.

    Following is the scenario I am trying to do with Microsoft Test manager:

    1- I have written my test case using Mstest.

    2- Test case code is not under source control into visual studio, it's all independently written and managed dll for test cases.

    3- We usually run our test cases through Mstest.exe.

    The problem with above approach is we do not have a separate test repository in which we can see history of test case, and logged results.

    So I was trying out Microsoft test case manager. First I was not able to create association of test case with my code, but I tried using tcm.exe and now able to create my test cases in MTM and I have create one test suit using this. 

    But when I try to run , it always shows this error:

    Cannot create automated test run.  A build associated with the active test plan is required to submit an automated test run.

    But the issue is we do not have our source code in Source Control so I can not provide any build to it? Is there any way I can skip this and launch my test case without giving build? 

    Thanks

    Gyan


    If this answers your question, please mark it as "Answered".


All Replies