Page 1 of 1

Multi-user Simulations of REAL AJAX Interactions

PostPosted: Wed Aug 31, 2011 4:42 pm
by control
Can eValid REALLY do multi-user simulations of REAL AJAX interactions?

Re: Multi-user Simulations of REAL AJAX Interactions

PostPosted: Thu Sep 01, 2011 10:45 am
by eValid
control wrote:Can eValid REALLY do multi-user simulations of REAL AJAX interactions?
Indeed, yes it can.

The reason why this works is architectural: eValid is built as a completely separate browser program so when it runs it has its own internal workspace (what sometimes is called the "sandbox"), and its own internal state.

Two eValid's running in parallel don't interfere with each other at all.

And, perhaps more important if you are facing testing an AJAX application, the JavaScript engine/thread that is supporting AJAX doesn't see any interference from eValid -- which by design leavs the JavaScript activity alone.

These attributes let eValid test AJAX applications in singleton or multi-instance mode (for load testing).

eValid Support