QianLi
QianLi

Reputation: 1098

How to schedule test without TFS

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

Answers (1)

Emond
Emond

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

Related Questions