Monday, June 3, 2013

What Parameters are required when creating browser instances?

1. host Specifies the IP address of the computer where the server is located. Usually,
this is the same

2. machine as where the client is running, so in this case localhost is passed.

3. port Specifies the TCP/IP socket where the server is listening waiting for the client
to establish a connection.

4. browser The browser in which you want to run the tests. This is a required
parameter.

5. url The base url of the application under test. This is required by all the client libs
and is integralinformation for starting up the browser-proxy-AUT communication.

No comments:

Post a Comment