02ga wrote:Common guys, how often does an AJAX application fail to sync?
The correct answer is, it depends.
Our experience with non-synchronous pages like those with AJAX is that eventually they ALL fail to sync. This is based on, for example, running tests in monitoring mode such that the same script is played back every 5-minutes or every 10-minutes, 24/7/365.
Eventually you see a failure. (Of course, it will never be when you a looking!)
So the best recommendation we can make is to assume the worst, prepare the script to either recover from a de-synchronization (using playback flags) or engineer the script from your "from life" recording to include special structural commands and/or DOM-synchronization commands.
The eValid Team