Thursday, 8 September 2011

Selenium Components

 
Selenium-IDE:  is a Firefox add-on that makes it easy to record and playback tests in Firefox. You can even use it generate code to run the tests with Selenium Remote Control.
Selenium Core: is the original JavaScript-based testing system. It's now used primarily as a component of Selenium Remote Control, but it can also be used as a pure testing system for different browsers.
Selenium-RC (Remote Control):  is a client/server system that allows you to control web browsers locally or on other computers, using almost any programming language and testing framework.

No comments:

Post a Comment