Tuesday, May 31, 2011

How to associate automated test to a test case in MTM(Microsoft Test Manager)

When clicking on the Associated Automation tab for a test case, all options are disabled. Any ideas on what needs to be done for this to become active?
=========================================================================

Answer: The automation control is enabled only while in Visual Studio. Only test cases loaded in the current solution are available to select.
In MTTLM, this control is read only as per design. Thanks.

No comments:

Unix/Linux Commands

  Flow control Syntax break Exit a loop. continue Exit the current iteration of the loop and proceed with the next iteration. Ctrl+C Key com...