Page 1 of 1

How does eValid respond to server on all kinds of browsers

PostPosted: Tue Aug 07, 2018 10:21 am
by AJohnson
Morning

Explain how eValid can compare responses by the server to different kinds of browsers?

Thanks

Re: How does eValid respond to server on all kinds of browse

PostPosted: Wed Aug 08, 2018 3:15 pm
by eValid
AJohnson wrote:Morning

Explain how eValid can compare responses by the server to different kinds of browsers?

Thanks


Thanks for posting your question AJohnson.

eValid has the ability to set the user agent string, as described in this example:

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

So, as you can see, this script runs a test of one page using the settings for 10 different device's browsers.

We use a DOM search to make sure that you always have the correct page (some servers deliver content in unusual way).

The results of this test are shown in this page:

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

The results are grouped on whether the page requested is rendered on a PC/Laptop, on a Tablet device, or on a Smartphone


-- eValid Support