One test suite, two machines, one build definition
-
23. července 2012 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?
Všechny reakce
-
25. července 2012 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
- Navržen jako odpověď Vicky SongModerator 25. července 2012 5:32
- Zrušeno navržení jako odpověď koshdim 25. července 2012 7:02
-
25. července 2012 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.
-
25. července 2012 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
- Označen jako odpověď koshdim 26. července 2012 7:43
-
26. července 2012 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