You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
loading the jmx by using DslTestPlan testPlan = DslTestPlan.fromJmx(jmxFilePath);
is there is way to listen on error and throughput while running the script to check once the run start if the throughput or error rate from the beginning is high then stop the test and terminate .
I need to check that while the script is running not after it finished and then check the results .