Post and Pre events
Does ANTS load have any way of informing my VB.NET script, by events for example, that all tests are finished? Or that the tests are about to start? I particularly need to know when all tests have finished so I can do some clean up...closing file handles, deleting the server objects created during the tests, etcetera. I'm currently evaluating the product and this would be very helpful.
Thanks,
Brian
Thanks,
Brian
This discussion has been closed.
Comments
The properties and event handlers that describe the state of the load test and fire when the state changes are all internal to ANTS Load. It's impossible to use this information in an ANTS Load script.
I can't think of a way to check to check if the load test is still running from outside ANTS Load's internal classes. I wish I could be of more help.