Search found 2 matches

by RomanL
Tue Dec 02, 2014 10:51 am
Forum: Automation Tools
Topic: Parallel Execution ?
Replies: 4
Views: 4368

Re: Parallel Execution ?

I use Jenkins and each test has it's own job. Jenkins runs each of my tests on every configuration at the same time, so I have 4 Windows 7 VMs that have IE 8, 9, 10 or 11 plus Chrome and FF. My tests for Login, for example, runs 6 times, and Jenkins determines which test to run and on what systems ...
by RomanL
Mon Dec 01, 2014 4:10 pm
Forum: Automation Tools
Topic: Parallel Execution ?
Replies: 4
Views: 4368

Re: Parallel Execution ?

Hi Rejandra, I believe the "easiest" way to achieve your goal is to use a continuous integration tool with some slave machines? See these blogs about integrating Ranorex with major CI solutions... Hi Pavel, How do you organize automation scripts auto-balance (distribution) among all slave machines?...