Test Splitting and Multiplexing
HyperExecute has 3 different modes to select and execute tests:
- Auto Split Strategy
- Matrix Strategy
- Hybrid Strategy
You can utilise these modes to split and execute tests as per your requirements.
Auto Split Strategy
Allows you to distribute your tests over multiple nodes by intelligently distributing them over multiple nodes to reduce the test execution time.
Matrix Multiplexing Strategy
Allows you to split the test cases across different combinations of browsers, OS and custom parameters like files, folders, features, scenarios, etc.
Hybrid Strategy
Combination of both Auto Split Strategy and Matrix Multiplexing Strategy to run tests in parallel on our virtual machines.