Tuesday, July 1, 2014

Nunit Framework Adapter VS2013

If you're working with Nunit framework and you want to get this inside Team foundation server /VS2013 then follow these steps


Benefits:
1. Test Explorer console appears as given below
2. TFS ALM -application life cycle management. More to come.

To add it is a Nuget package, you must have an active solution, then follow these steps:
  1. From Tools menu, use Library Package Manager, select Manage NuGet packages for solution
  2. In the left panel, select Online
  3. Locate (search for) NUnit Test Adapter in the center panel and highlight it
  4. You will find two packages, one without framework and one with framework. See notes below for which to choose.
  5. Click 'Install'
  6. In the "Select Projects" dialog, you need to select at least one project to add the adapter to, see notes below.
http://nunit.org/index.php?p=vsTestAdapter&r=2.6.2



 

No comments :