Page 1 of 1

Can eValid two browers at the same to run my app

PostPosted: Mon Jun 18, 2018 8:07 am
by ReginaP
Morning

I need to run two browsers against my application?

What can eValid do to help resolve this?

Thanks

Re: Can eValid two browers at the same to run my app

PostPosted: Tue Jun 19, 2018 10:43 am
by eValid
ReginaP wrote:Morning

I need to run two browsers against my application?

What can eValid do to help resolve this?

Thanks


Thanks for posting RegnaP.

The idea is a good one, and if you can run two, why not run three or four or even 100?

Here is how you tell eValid to pretend being ANY browser:

You simply tell eValid to report the server agent string as the browser of your choice.

Here is a manual page for how this is done:

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

Note that this is done from WITHIN the playback script, using the SetUserAgent command, described here:

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

As you know, you can run any number of eValid instances on your desktop, so all you really have to do here is have one separate playback script already set up to report to the server as "Browser A" or "Browser B" or "Browser Z" and then just run these all in parallel.

To do that you probably will want to launch all of these eValid instances from a command line, as described here:

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

Let us know how it works out!


-- eValid Support