About Blog:

“This blog mainly discus about foundations of selenium programs like Selenium IDE, Selenium Web-Driver, Sikuli and basics of different automation frameworks like Maven, Cucumber, Test-Ng and Appium (Mobile Testing).”

Selenium-IDE:

Selenium IDE is an integrated development environment works in Firefox browser and used for creating record & play back Selenium scripts.

Selenium Web-Driver:

Selenium Web-Driver is an automation framework used for browsers like Firefox, Chrome, Safari & IE to automate web applications.

Selenium Server:

The Selenium Server which launches and kills browsers, interprets and runs the Selenese commands passed from the test program, and acts as an HTTP proxy, intercepting and verifying HTTP messages passed between the browser and the AUT.

Selenium Grid:

Selenium Grid is a part of the Selenium Suite that specializes in running multiple tests across different browsers, operating systems, and machines in parallel.


Friday, May 26, 2017

Concepts of Selenium IDE

What is Selenium Automation?



An open source web applications testing tool, widely used in software information technology industry for automating regression test suites. Selenium was developed by Jason Huggins as an internal testing tool for Thought works and later it took different modifications. Most of the software compines are currently developing application on web and runs on internet browsers. And to test the applications they need a tool which supports all common browsers, different scripting languages and easy to maintain/modify. Selenium is one such a tool which runs on almost all the browsers and supports multiple languages like Java, C#, PHP, Python, Ruby and Groovy scripts.



Selenium is not just single tool but is set of tool which are used in various scenarios. Lets understand about them.
1. Selenium IDE (Integrated Development Environment)
2. Selenium RC
3. Selenium WebDriver (Selenium 2.0)
4. Selenium Grid



No comments:

Post a Comment

Basics of: