Selenium provides a record/playback tool for authoring tests without learning a test scripting language ().It also provides a test domain-specific language (Selenese) to write tests in a number of popular programming languages, including C#, Groovy, Java, Perl, PHP, Python, Ruby and Scala. The tests can then be run against most modern web browsers. Selenium deploys on Windows, Linux, and OS X platforms. It is open-source software, released under the Apache 2.0 license, and can be downloaded and used without charge. This helps us to run Selenium scripts as performance tests! Selenium WebDriver works by making calls to the browser & then performing testing or operations on the browser. Different browser drivers are used for making calls to different browsers. ... Automation Testing Using Selenium WebDriver. COMPONENTS JAVA FOR SELENIUM Selenium Overview Installing Java Installing Eclipse Features of...