Reputation: 1098
Here is my need: I have several [TestMethod] A, B, C, D, E, F And I have a test list may contain A, B and C. I use the mstest.exe to run the test list. I want to run the A first, and maybe 30 minutes later run B and then C. I don't use TFS now. Is there any way can implement this? Thanks.
Upvotes: 0
Views: 166
Reputation: 50672
You could use the Windows Task Scheduler
The Task Scheduler is capable of handling many scenarios and is easy to script.
Upvotes: 1