Selenium Grid

classic Classic list List threaded Threaded
21 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Selenium Grid

Vikas Shukla
ok i'll do that.

On Tue, Mar 20, 2012 at 10:31 PM, tarunkumar [via Manual and Automated Testing] <[hidden email]> wrote:
It is a different question. Please file a different question thread for it. 

On Tue, Mar 20, 2012 at 9:18 PM, Vikas Shukla [via Manual and Automated Testing] <[hidden email]> wrote:
SO what should be done to run more than 5 instances of FF and more than 1 instances of IE??

On Tue, Mar 20, 2012 at 8:16 PM, tarunkumar [via Manual and Automated Testing] <[hidden email]> wrote:
With java API, you can use only one IE instance.

On Tue, Mar 20, 2012 at 6:04 PM, Vikas Shukla [via Manual and Automated Testing] <[hidden email]> wrote:
Tarun ,

Just a querry how many instances of firefox and IE can we run in parallel. Because right   now we are able to run 5 FF in parallel and IE it is doing only for 1

On Tue, Mar 20, 2012 at 2:00 PM, vikas shukla <[hidden email]> wrote:
Hi Tarun,

We are setting the Remote driver in our base test
String serverURL = "http://" + server + ":".concat(port).concat("/wd/hub");
webDriver = new RemoteWebDriver(new URL(serverURL), capability);

On Tue, Mar 20, 2012 at 1:03 PM, tarunkumar [via Manual and Automated Testing] <[hidden email]> wrote:
Since you are executing test on grid, I would suggest setting up the remote driver as described here -

http://code.google.com/p/selenium/wiki/Grid2


Selenium Testing
Help us spreading this forum. Do click on +1 and Facebook share, if this forum helps you.



If you reply to this email, your message will be added to the discussion below:
http://manual-and-automated-testing.1070.n6.nabble.com/Selenium-Grid-tp4627410p4635940.html
To unsubscribe from Selenium Grid, click here.
NAML





If you reply to this email, your message will be added to the discussion below:
http://manual-and-automated-testing.1070.n6.nabble.com/Selenium-Grid-tp4627410p4636593.html
To start a new topic under Manual and Automated Testing, email [hidden email]
To unsubscribe from Manual and Automated Testing, click here.
NAML



--
Thanks
Tarun K

Selenium Testing Help us spreading this forum. Do click on +1 and Facebook share, if this forum helps you.

No Automated Testing




If you reply to this email, your message will be added to the discussion below:
http://manual-and-automated-testing.1070.n6.nabble.com/Selenium-Grid-tp4627410p4636933.html
To unsubscribe from Selenium Grid, click here.
NAML




If you reply to this email, your message will be added to the discussion below:
http://manual-and-automated-testing.1070.n6.nabble.com/Selenium-Grid-tp4627410p4637132.html
To start a new topic under Manual and Automated Testing, email [hidden email]
To unsubscribe from Manual and Automated Testing, click here.
NAML



--
Thanks
Tarun K

Selenium Testing Help us spreading this forum. Do click on +1 and Facebook share, if this forum helps you.

No Automated Testing




If you reply to this email, your message will be added to the discussion below:
http://manual-and-automated-testing.1070.n6.nabble.com/Selenium-Grid-tp4627410p4637459.html
To unsubscribe from Selenium Grid, click here.
NAML

12