Tell me can we use selenium rc for tests driving on two different browsers on one operating system without selenium grid?



Tell me can we use selenium rc for tests driving on two different browsers on one operating system w..

Answer / Archana Verma

Yes, it's possible to run Selenium RC (Remote Control) tests on two different browsers on the same operating system without using the Selenium Grid. To do this, you would need to start separate instances of Selenium RC for each browser and configure your test scripts to target the appropriate RC server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Selenium Interview Questions

What are its advantages of pom?

1 Answers  


Explain how you can handle frames using selenium 2.0?

1 Answers  


What is the difference between driver.get() and driver.navigate.to()

1 Answers  


How to download a file in selenium webdriver?

1 Answers  


Tell me how you can find broken images in a page using selenium web driver?

1 Answers  


Which files can be used as data source for different frameworks?

1 Answers  


Tell me why to choose python over java in selenium?

1 Answers  


How to launch a browser using selenium webdriver?

1 Answers  


What programming languages does Selenium use?

1 Answers  


Explain dataproviders in testng ?

1 Answers  


Explain what is the difference between borland silk and selenium?

1 Answers  


How do you get the current page url?

1 Answers  


Categories