A warning message is displayed when we detect that the user load injection policy starts more than one iteration.
We may be able to replace the injection policy with .inject(atOnceUsers(1) automatically before starting the test. We would have to copy the script (or the whole user-file folder) into a temporary folder.
A warning message is displayed when we detect that the user load injection policy starts more than one iteration.
We may be able to replace the injection policy with
.inject(atOnceUsers(1)
automatically before starting the test. We would have to copy the script (or the wholeuser-file
folder) into a temporary folder.