Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Are you talking about automated tests or manual tests? For doing automated testing, I <em>believe</em> you don't need additional VS licenses.. </p> <p>Fancy version: Set up a test machine with the <a href="http://msdn.microsoft.com/en-us/library/dd648127.aspx" rel="nofollow">Visual Studio Test Agent</a> (and Build/Workflow agent if you need to do deployment), a TFS Test Controller, and trigger test runs from a dev machine. If you do it right, results get automatically published to TFS and attached to the correct TestCase workitems and TFS build objects. Check out <a href="http://vsarlabman.codeplex.com/" rel="nofollow">Visual Studio Test and Lab Management</a> for more info on that (definitely some extra overhead in building out the infrastructure, but it's really slick once you've made the investment). You should be able to trigger the Build-Deploy-Test workflows from any VS license that has TFS access, I think.</p> <p>Less fancy, but still doable: Still install the <a href="http://msdn.microsoft.com/en-us/library/dd648127.aspx" rel="nofollow">Test Agent</a>, but don't worry about actually wiring it up to a Test Controller. The Test Agent installation will at least give you <a href="http://msdn.microsoft.com/en-us/library/ms182489%28v=vs.80%29.aspx" rel="nofollow">MSTest</a> and the ability to /publish the results of test execution up to TFS for reporting/result storage.</p> <p>If you're looking to do manual test execution/reporting, I unfortunately don't have a lot of suggestions.. Most of my team's investment has been on automation, so I don't have a ton of experience working with the manual testing interfaces. :/</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload