Thursday, December 4, 2014

What is Selenium?

Selenium is an open source automation testing framework used for the automating tests of web applications. Testers can perform automation test by either using the Selenium IDE browser plugin available for Firefox browser that provides a record and play back functionality or by scripting language such as JAVA, C#, RUBY, PYTHON, JAVASCRIPT(node)  to script their test.

Selenium comprises of Selenium Server(earlier known Selenium Remote Control) and Selenium WebDriver.

In the following posts we would concentrate on Automating web applications using Selenium  WebDriver.

No comments:

Post a Comment