One test suite, two machines, one build definition
-
lunes, 23 de julio de 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?
Todas las respuestas
-
miércoles, 25 de julio de 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
- Propuesto como respuesta Vicky SongModerator miércoles, 25 de julio de 2012 5:32
- Votado como útil koshdim miércoles, 25 de julio de 2012 7:02
-
miércoles, 25 de julio de 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.
-
miércoles, 25 de julio de 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
- Marcado como respuesta koshdim jueves, 26 de julio de 2012 7:43
-
jueves, 26 de julio de 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

