Distributed testing, part 1
Introduction We are working on a series of improvements to our platform. These consists of Improving support for parallel test runs Better job distribution Support for multi-agent tests Test handoff Improving parallelism stems from the need to shorten execution times. In end-to-end tests, execution times are often very long. In a tool where test creation is fast (such as Boozang), long execution times dictate the upper limit of test coverage. […]