I have written a VAPI-XP test script using the OTA API that stops execution when the user presses stop, like it should. However, I'd like to intercept that stop request and make the script call one last function before it actually stops. Does anyone know how to do this?
It seems as if we could listen for a particular event (stop) and intercept it prior to actually exiting. I researched the API ExecSettings Object with OnExecEventSchedulerAction/OnExecEventRestartActionParams but I haven't found a clear answer.