Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 1.19 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.19 KB

TFS Test Case Automator

NOTE This project is obsolete due to support finally being added to Visual Studio.

TFS Test Case Automator is a desktop application that enables the association of Team Foundation Server Test Cases with automated tests.

By default, it comes with a plugin enabling association of test cases with xUnit.net tests, but plugins can be written for any test framework by referencing this NuGet Package and implementing the included interfaces. In addition, manual entry of test case automation association details is available.

At a bare minimum, the Visual Studio shell should be installed on the target computer for the application to connect to a TFS server. This shell comes with Visual Studio Test Professional, for example.

Build status