Test Creation

Test Creation #

Script
Script written in JavaScript, Java or Python is the key entry point for any Loadero test as it will define the actions each simulated participant should perform.
Parameters
Test parameters define the overall behavior of the test - how participants join, what metrics will be collected and other common settings.
Participant Configuration
Participant is a single client instance with an isolated environment that executes the previously defined script.
Asserts
Asserts allow checking statistic values for individual participant. Combined with preconditions, assertion becomes more flexible and controllable, therefore providing advanced monitoring capabilities.