Re: Run Tests Distributed

2018-03-14 Thread Viraj Dere
Hello brian your solution looks helpful can i see the setup by any means On Saturday, June 2, 2012 at 5:57:16 PM UTC+5:30, BrianParker wrote: > > Unless I'm mistaken, I think using the multiconfiguration job type would > require that the tests to run and the distribution of those tests is static

Re: Run Tests Distributed

2012-11-06 Thread Loop
Hi Brian, I am very interested. Can you show me more of the setup? thanks Luc On Saturday, June 2, 2012 8:27:16 AM UTC-4, BrianParker wrote: Unless I'm mistaken, I think using the multiconfiguration job type would require that the tests to run and the distribution of those tests is

Run Tests Distributed

2012-05-28 Thread Harsh
Hi, I have UI Automated Tests which i intend to run in parallel and need a plug-in for that. DistTest looks to run only jUnit test cases in parallel. Can you suggest a plugin. Regards, Harsh

Re: Run Tests Distributed

2012-05-28 Thread Sami Tikka
Of course, you can split the tests into groups and use e.g. Multiconfiguration job to run the multiple test sets in multiple slaves at the same time. -- Sami Harsh harshkum...@gmail.com kirjoitti 28.5.2012 kello 11.43: Hi, I have UI Automated Tests which i intend to run in parallel and need

Re: Run Tests Distributed

2012-05-28 Thread Harsh Kumar
Hi, I intend to do parallel runs of my tests in multiple machines. For eg, i have a test suite of 10,000 tests. I have 100 test machines and hence if i could divide these 10,000 tests among 100 machines and run that would save me time. Do you think there is a plug-in to do something similar or do

Re: Run Tests Distributed

2012-05-28 Thread Mark Waite
than I suspect can be reasonably captured in a general purpose plugin. Mark Waite From: Harsh Kumar harshkum...@gmail.com To: jenkinsci-users@googlegroups.com Sent: Monday, May 28, 2012 12:29 PM Subject: Re: Run Tests Distributed Hi, I intend to do parallel