Here's our situation - any guidance is greatly appreciated.
When using the recorder, the test is simply to:
1. Log in
2. Navigate a javascript menu tree
3. navigate on and do some mundane validations.
The problem is on the navigating the javascript menu tree (#2). The recording works (mostly), sometimes the recorder playback fails and the mouse is clearly off target - I'm guessing because the window dimensions are changed and items move around on the page.
We didn't create the application we're trying to monitor and are trying to not modify the application for monitoring purposes.
I have to use the javascript menu because there is no direct URL option (it has dynamic params put in by the javascript tree, such as sessionid).
Most of the issues would be unnecessary if it would playback consistent with the recording. Do y'all have any suggestions on how to get consistent behavior between the recorder and the playback?
Thanks!
D