Skip to main content

Introduction to Selenium | Selenium Training In Hyderabad








What is Selenium?


Selenium is a free open source automated testing. It is suite for web applications across different browsers and platforms. It is quite like HP Quick Test Pro (QTP). Selenium focuses on automating web-based applications.


Selenium is not a single tool but a suite of software. Then catering to different testing needs of an organization. It has four components.


 1. Selenium Integrated Development Environment


 2. Selenium Remote Control


 3. Web Driver


4. Selenium Grid


At the moment, Selenium RC and Web Driver merged into a single framework to form Selenium 2. Selenium 1, by the way, refers to Selenium RC.


Who developed Selenium?


  Selenium is a collection of different tools; it had different developers as well. Below are the key persons who made notable contributions to the Selenium Project


 Selenium invented by Jason Huggins in 2004. An engineer at Thought Works. He was working on a web application that required frequent testing. The repetitious manual testing of their application was becoming more and more inefficient. He created a JavaScript program that would control the browser's actions. He named this program as the "JavaScriptTestRunner."


 The potential in this idea to help automate other web applications. He made JavaScript Runner open-source which was later re-named as Selenium Core.




 Testers using Selenium Core had to install the whole application. The web server local computers because of the restrictions the same origin policy. So another Thought Work’s engineer, Paul Hammant. It decided to create a server that will act as an HTTP proxy to "trick". The browser into Selenium Core and the web application tested come from the same domain. This system became known as the Selenium Remote Control or Selenium 1.0 version.


Birth of Selenium Grid


Selenium Grid invented by Patrick Light body. To address the need for minimizing test execution times as much as possible. He called the system "Hosted QA." It was capable of capturing browser screenshots during significant stages. It also of sending out Selenium commands to different machines.


Birth of Selenium IDE


Shinya Kasatani of Japan created Selenium IDE. A Firefox extension that can automate the browser through a record-and-playback feature. He came up with this idea to further increase the speed in creating test cases. He donated Selenium Project to the Selenium IDE.


Birth of Web Driver


Simon Stewart created Web Driver circa 2006. When browsers and web applications powerful restrictive with JavaScript programs like Selenium Core. It was the first cross-platform testing framework. That could control the browser from the OS level.


Birth of Selenium 2.0.


In 2008, Web Driver and Selenium RC combine more powerful tool called Selenium 2. With Web Driver being the core. Currently, Selenium RC is still developed but only in maintenance mode. Most of the Selenium Project's efforts are now focused on Selenium 2.0.

Comments

  1. Great post!I am actually getting ready to across this information,i am very happy to this commands.Also great blog here with all of the valuable information you have.Well done,its a great knowledge. PHP Training in Chennai

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete

Post a Comment

Popular posts from this blog

AutoIt in Selenium Webdriver

    AutoIt in Selenium Web driver Selenium is an open source tool. That designed to automate web-based applications on different browsers. But to handle window GUI and non-HTML popups in the application. AutoIt required as these window based activity are not handled by Selenium . What is AutoIt? AutoIt v3 is a freeware scripting language designed for automating. the Windows GUI and general scripting. the combination of keystrokes, mouse movement and window/control manipulation to automate tasks. It is way not possible or reliable with other languages. AutoIt is very small, self-contained and run on all versions of Windows. The face with no annoying “runtimes” required. In layman’s term, AutoIt is another automation tool. Selenium used for Desktop Automation rather Web Automation. It is a powerful tool. It does not automate desktop windows, button & for. it automates mouse movements & keystrokes too. Selenium IDE recording capability generat...

Introduction of TestNG framework - Advantages of TestNG over Junit framework

 Introduction of TestNG framework - Advantages of TestNG over Junit framework In Selenium Web Driver training run Selenium scripts using JUnit framework. Until now we have executed seleniumtests but we have not generated reports in JUnit. We are introducing the powerful new testing framework called TestNG . The TestNG framework means Next Generation testing framework. So we are seeing all next generation features available in TestNG. I will talk about advantages of TestNG Framework TrainingIn Hyderabad over Junit. TestNG Framework Training In Hyderabad TestNG is popular JUnit framework used for the Java programming language. The TestNG framework introduced to overcome the limitations of JUnit framework. Most of the automation users are using this framework. Its advantages & more supported features. Until we have executed selenium test script but not even generated test reports. So using this TestNG framework learns to generate test reports. Features of ...