
In our agile project we utilized regression testing with
test automation and continuous executions of our automated test scripts. This
process served us well while the test execution lasted less than 4 hours but
started to create major problems when the total number of test scripts
increased and the execution time exceeded 1 day. A quick relief to our problem
came with introduction of parallel execution of test scripts but still in cases
were the...