views:

39

answers:

1

Does anybody know how to automatically run a particular list of tests in the test list manager? We have two lists: a list of unit tests and a list of integration tests. Preferably we would like it to run the tests in the 'unit test' list automatically before it checks in to team system.

We currently have a check-in rule that ensures the particular list of tests has passed before it allows things to be checked in. However, having to open the test list manager, select the appropriate list and run the tests manually each time is driving us to distraction.

A: 

The testdriven.net plugin is awesome - nearly as good as eclipse's built in junit integration. Is this the type of think you're after? http://www.testdriven.net/

jskaggz
thanks but not really what I am after. I want a way to automatically run my list of mstest unit tests when I click the checkin button.
danspam