Selenium seems to have many different components, and the site doesn’t explain them very well, and I'm still a little confused, which is. What is the difference or purpose between:
Selenium IDE Server Selenium Selenium Remote Control WebDriver Selenium 2
My understanding is this:
Selenium IDE is a graphical plugin used to quickly prototype test cases in Selenese / HTML.
Selenium Server is a standalone java program that allows you to run HTML test packages in various browsers, as well as additional parameters such as reporting.
Selenium Remote Control is an old name for Selenium Server, which only supports version 1 of the Selenium API.
WebDriver is the core kernel API that has bindings in different languages and allows you to write standalone tests.
Selenium 2 is the latest version of the Selenium project and includes IDE, Server and WebDriver.
selenium selenium-webdriver webdriver
persepolis Aug 09 '11 at 10:50 2011-08-09 10:50
source share