One test suite, two machines, one build definition
-
2012年7月23日 12:10
Hello
I want to create build definition that runs same test suite on two machines in same environment (simultaneously or one by one). is it possible or only one possible way to do this is create two build definitions?
全部回复
-
2012年7月25日 3:34
Hi, take a look at the possible options at http://blogs.msdn.com/b/aseemb/archive/2010/08/11/how-to-run-automated-tests-on-different-machines-in-parallel.aspx
Thanks,
http://www.anujchaudhary.com
- 已建议为答案 Vicky SongModerator 2012年7月25日 5:32
- 取消建议作为答案 koshdim 2012年7月25日 7:02
-
2012年7月25日 7:02Thanks for reply but that's not what I want. I don't want some set of tests to be executed on one machine and some another on another. I want all tests to be executed on both machines.
-
2012年7月25日 15:23
Hi, you can create two lab environments one from each machine and run the same test in parallel using this template http://social.technet.microsoft.com/wiki/contents/articles/tfs-2010-parallel-test-execution.aspx
Thanks,
http://www.anujchaudhary.com
- 已标记为答案 koshdim 2012年7月26日 7:43
-
2012年7月26日 7:43Thanks for suggestion, but unfortunately I cannot use two environments because of policies in my company. Anyways, I think that my solution will be in custom workflow template. Will try that way

