Jagger
|
We consider that at this point, you have already learned how to write load test and know the structure of the load scenario
Execution of the load scenario can be described with following simplified sequence:
Jagger allows to execute custom code on the every step from the list above. This code can prepare test data, reconfigure the SUT, store additional custom metrics, provide additional logging, etc
The feature is available via listeners classes. User can implement his own listener (load scenario listener, test group listener, etc) and attach it to the particular element of the load scenario.
In all listeners framework is providing access to the Jagger internals via services. Main goal of the services - simplify development of the custom code. With the help of services you can store custom metrics, access test results, store additional information about your test in the Jagger test results database