T
Analyzed 4 months ago
TestLoadBalancer(TLB) aims at splitting your entire test suite into mutually exclusive units such that each of the unit can be executed in parallel. Assuming that tests are written independent of each other, which is a best practice in writing tests, the tests can be ordered and arranged in anyway
... [More]
and TLB leverages this fact in order to split the test suite and reorder the tests. [Less]