Page 1 of 1

Will eValid work with apps that work asynchronously

PostPosted: Thu Jun 13, 2019 5:29 am
by BConrad
Late evening for me and an early morning to mate.

What about testing AJAX stuff, like Gmail and other neat applications that run a lot of stuff asynchronously?

Can eValid work this type of AJAX apps?

Thanks

Re: Will eValid work with apps that work asynchronously

PostPosted: Fri Jun 14, 2019 7:20 am
by eValid
BConrad wrote:Late evening for me and an early morning to mate.

What about testing AJAX stuff, like Gmail and other neat applications that run a lot of stuff asynchronously?

Can eValid work this type of AJAX apps?

Thanks


Thanks for asking BConrad.

Please take a look at this worked example about Gmail:

http://e-valid.com/Products/Documentati ... ple01.html

For this class of web application you pretty much are required to use the DOM manipulation capabilities in eValid.

We recommend making a recording "from life" first to establish the structure and "plan" for your test.

Playing that recording back step by step while observing the contents of the detailed event log file will tell you where you need to enhance the script with DOM-based synchronizations.

The script in the example was done this way.

If you like more in-depth support on this, please contact us.


-- eValid Support