SELENIUM : What is Selenium RC?
SDET Automation Testing Interview Questions & Answers
We will be covering a wide range of topics including QA manual testing, automation testing, Selenium, Java, Jenkins, Cucumber, Maven, and various testing frameworks.
SELENIUM : What is Selenium RC?
• Selenium RC (Remote Control) was the first version of Selenium released in 2006.
• Selenium RC allowed testers to write automated tests in multiple programming languages.
• It was designed to work with older versions of browsers that didn't support JavaScript commands natively.
• Selenium RC used a server that launched the browser and executed the tests by injecting JavaScript commands into the browser.
• Selenium RC had limitations with browser compatibility, speed, and execution time, as well as complexity in setup and maintenance.
• Selenium RC was eventually deprecated in favor of Selenium WebDriver, which provided a simpler and more efficient way of automating web browsers.
Ещё видео!