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

Maven Build Automation Tool

Build Automation Tool Maven Build Automation Tool Maven is a build automation tool . The distributed Apache Software Foundation . It is used for java projects . It makes build consistent with another project. Maven is also used to manage the dependencies . It works a very number of Jar files with different versions. What is a build tool? Build tool use to setup everything. Which need to run java code . This can apply to entire java project. It generates source code, compiling code, packaging code to a jar. Maven provides a common platform to perform these activities. This makes programmer’s life easier while handling the huge project. The Maven provides pom.xml which is the core of any project. This is the configuration file where all required information’s are kept. Many of the IDEs are available which makes it easy to use. IDEs are available for tools like Eclipse, NetBeans, and IntelliJ etc. Maven stores all project jars . Library jar is

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 generates the sc