Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
Selenium IDE; a Firefox add-on that will do simple record-and-playback of interactions with the browser. 2- Selenium WebDriver; a collection of language specific bindings to drive a browser -- the way it is meant to be driven. 3- Selenium Remote Control which has been officially deprecated.
The components of Selenium testing tools are:
I have learn about Selenium automation test tool in my selenium online courses. Today, its important to have selenium training so that you can have great knowledge about its feature and how to utilize them
1.A, Firefox add-on that will do simple record-and-playback of interactions with the browser.
2. A, collection of language specific bindings to drive a browser -- the way it is meant to be driven.
3.Selenium RC or remote control It is standalone java program which allow you to run Html test suites.
Following are the three major parts of selenium,
1) Selenium IDE :- This is a first tool which was launch by selenium. It is use as a plug In with chrome browser. It is just a Record and Play tool. You can do some changes once recording finished.
2)Selenium Webdriver:- This is most popular and large use tool. It support multiple programming languages to automate the web application. You can develope your own framework .
3)Selenium RC :- this is not use in current days.