Page 1 of 1

Question about page loading techniques

PostPosted: Mon Nov 27, 2017 2:44 pm
by CassidyT
Afternoon.

A quick question:

Does eValid have any way to vary the page loading strategy?

Thanks

Re: Question about page loading techniques

PostPosted: Wed Nov 29, 2017 8:49 am
by eValid
CassidyT wrote:Afternoon.

A quick question:

Does eValid have any way to vary the page loading strategy?

Thanks


Fair question CassidyT.

Indeed, one can imagine situations in which you want to test alternative page-loading strategies.

Actually, that would mean, testing alternative methods for selecting which page components (frames, css's, etc.) to load in which order.

However, from eValid's point of view, this is more a matter of testing your browser implementation than it is of testing a web application.

The way eValid's architecture, it uses the page loading strategy of the underlying browser version, which in eValid's case is whatever is implemented in the IE browser version you are using.

Here is a diagram of how eValid is organized:

http://e-valid.com/Products/License/evalid.chart.html

The idea is, in the case of eValid, to focus on possible errors (or, alternatively, avoidance of unwanted regressions) in the web application.

Everything is focused on realism of a test.

To alter the way the browser retrieves the page is to alter that all-important "realism" factor.


-- eValid Support