Page 1 of 1

Tell me about AJAX synchronization

PostPosted: Thu Jan 17, 2008 9:49 am
by webtestgadfly
We have an AJAX application that run JavaScript stuff in parallel with the user's activity, but it runs sometimes asynchronously.

How does eValid deal with synchronizing AJAX application playbacks?

Re: Tell me about AJAX synchronization

PostPosted: Thu Jan 17, 2008 3:18 pm
by synchronization
eValid synchronizes AJAX applications based on polling the DOM to wait for arrival of a signal, typically a specific DOM property value.

This polling is done inside eValid, so it is "windows direct" and does not interfere with the operation of the JavaScript that it is synchronizing.

See:

http://www.e-valid.com/Products/Documen ... n.dom.html

Hope this helps.

The eValid team

Re: Tell me about AJAX synchronization

PostPosted: Thu Jan 17, 2008 3:20 pm
by synchronization
You might also note that Adaptive Playback works there too:

http://www.e-valid.com/Products/Documen ... yback.html

Best!

The eValid Team