tuepath wrote:I'm running monitors on an AJAX application, and they appear to run OK the way I recorded the scripts. What else do I have to do to make sure it will run in ANY circumstance?
In most cases, if you have added synchronization steps (like "SyncOnText") in your script, then your AJAX application will never have a problem in playback.
One way to make sure is to set the delay multiplier to zero -- all of the recorded wait times are multiplied by zero, meaning "no waiting" -- and run the script. That playback will reveal any AJAX-origin de-synchronizations that you have to worry about.
The eValid Team