Page 1 of 1

Is it possible to see my webpage on multiple browsers

PostPosted: Mon Sep 05, 2016 10:08 am
by VicVetri
Morning.

If I want to see how my web page looks on multiple browsers ...how could I do it?

Thanks.

Re: Is it possible to see my webpage on multiple browsers

PostPosted: Tue Sep 06, 2016 1:58 pm
by eValid
VicVetri wrote:Morning.

If I want to see how my web page looks on multiple browsers ...how could I do it?

Thanks.


Thanks for asking VicVetri.

The trick is to vary the user agent string to specify the test to the web server as if it was delivering content to a range of browser values.

That data is what is called the User Agent String.

eValid does this test through use of the "Data Synthesis Mode", described here:

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

The idea then is to put into parameters all of the User Agent Strings in to the script playback as a parameter and run the test for all of the different values.

This is shown in detail here:

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

You may want to look up all of the user agent strings to make sure they have not changed.

-- eValid Support