views:

21

answers:

0

Hello! I am trying to find how I can write automated test and to associate it with test case in Microsoft Test manager. I have found the article http://msdn.microsoft.com/en-us/library/dd380741.aspx#TestPlan , where have been described in general how to do it, but some moments is not clear for me. I will shortly repeat some main ideas from this article: first, we need to create a test project, which have to include some test methods. After that, we should to assign a test method with a test case in the Test manager. How I have understanded, a test method it is mean for example an unit test. But in the Test Manager, test case include a lot of test steps, so how I can get actual resualts of some test step in the test manager? Does such possibility exist at all - to get a result of some test step after run an automated test case? I will be very thankful for all answers. Thanks!