Tuesday, 17 November 2015

Selenium

Selenium is an automation tool used to test the web pages .
- Selenium is an open source tool.
In the present days selenium is being used in most of the companies.
- It supports all the browsers
1.selenium IDE
2.selenium RC
3.selenium webdriver
4.selenium Grid
Selenium IDE:-
> selenium IDE is a tool used to record the activities done using browser.
> It is an addon for firefox broswer only.
> By using IDE we can convert the recorded activity to coding language(java, c#,perl......) without writing a single line of code by own.
>Reorded activity will store by default in HTML.

Selenium Webdriver:
Selenium-WebDriver makes direct calls to the browser using each browser’s native support for automation. How these direct calls are made, and the features they support depends on the browser you are using. Information on each ‘browser driver’ is provided later in this chapter.
For those familiar with Selenium-RC, this is quite different from what you are used to. Selenium-RC worked the same way for each supported browser. It ‘injected’ javascript functions into the browser when the browser was loaded and then used its javascript to drive the AUT within the browser. WebDriver does not use this technique. Again, it drives the browser directly using the browser’s built in support for automation.

No comments:

Post a Comment