-1

Im new in testing and I have to find a software that will help us with automating testing that in the end we can do some regression testing.

We work with .NET and C# and we are using VS2013 and TFS 2010. I'm trying to find a software that we can link our Unit testing to the testcases and re use them.

I've been looking at Microsoft test manager and i found out i can't link the unit test that the developer have written to the work items and test it ? Is their any other software or is their a work around.

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
Cosy
  • 1
  • 3

1 Answers1

0

You can link Unit Test to a test case work item in VS. Here are steps which are quoted from this MSDN article.

  1. Check test project into TFS version control, and create one build definition for it.

enter image description here

  1. Open test case work item in VS, click the ASSOCIATED AUTOMATION tab and select the test method you want.

enter image description here

Also have a check on this blog.

http://blogs.msdn.com/b/girishp/archive/2011/04/06/how-to-associate-automation-for-test-cases-in-visual-studio-2010.aspx

Vicky - MSFT
  • 4,970
  • 1
  • 14
  • 22