Tuesday, 24 June 2014

SELENIUM TESTING



Selenium components:
Selenium IDE:  it is set of programs + a user interface from where the user can interact with that set of programs.
Drawbacks:
It works only with Firefox browser as it is an add-on of Firefox.
Selenium RC (remote control): it is a set of programs to perform automation testing, to interact with those programs we need to configure them in any user interface. Generally people use eclipse as it is a powerful editor for writing java programs.
Note: after selenium rc they have made selenium web driver as more powerful. Selenium web driver is providing more facilities for automation testing when compare to RC people started using web driver and slowly RC is getting deprecated.
Selenium webdriver: it is a set of powerful programs to perform automation testing, to interact with those programs we need to configure them in any user interface.
                           Generally people use eclipse for configuring the web
How to configure selenium web driver? driver programming as it is a powerful editor for writing the java programs.
Selenium grid:  it is a set of programs used for executing the tests parallel on multiple machines in order to increase the performance of execution.

No comments:

Post a Comment