Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Differences between Selenium IDE, Selenium RC and Selenium WebDriver

The art of software testing is quite interesting and testing strategy varies from one tester to another. Similarly, we define different testing strategy as well as the scope of testing for different tools. As we all know Selenium Grid is used to distribute test cases over different environments and browsers. So today we will discuss differences between major test case development tools offered by Selenium i.e., differences between Selenium IDE, Selenium RC, and Selenium WebDriver.

If we understand the basic logic behind these three tools, then we can say Selenium IDE provides basic record and play activities which are performed in any web application. It also facilitates to export recorded activities in the form of programming languages of our choice. Selenium RC uses Selenium server and sends command on web application through JavaScript. Selenium WebDriver is the most beautiful invention of the century. It has the combined efforts of ThoughtWorks people and Google WebDriver project. It heedlessly establishes the communication with web browsers in their native languages.

Selenium WebDriver is the revolution in Automation Testing industries. WebDriver API gave a solution to all the software testing constraints.

Let’s discuss the major differences between Selenium IDE, Selenium RC, and Selenium WebDriver.

Here are the differences between Selenium IDE, Selenium RC, and Selenium WebDriver

Selenium IDE

  1. It is the Add-On for Mozilla Firefox browser
  2. It offers Record & Play features
  3. It offers UI interface for the users
  4. Its execution engine passes through JavaScript
  5. It uses Selenium commands i.e., Selenese
  6. It does not support mouse, keyboard and Listener events
  7. It uses absolute XPath to find web elements
  8. It can’t be used for mobile testing

Selenium RC

  1. It does not offer Record & Play facility
  2. It is an API
  3. It supports multi-browser testing like Mozilla, Chrome, Safari, etc
  4. Selenium server required for Selenium RC
  5. It has easy to learn API
  6. It is not fully OOP based
  7. It uses absolute XPath to find web elements
  8. It can not be used for mobile testing

Selenium WebDriver

  1. It is not enabled with Record & Play facility
  2. It is ready to work with all the browsers like Safari, Chrome, Mozilla, IE, etc
  3. It supports all the languages like Java, Python, C#, PHP, Ruby, C++, etc
  4. It does not require Selenium server
  5. It communicates in native language with browsers
  6. It supports mouse, keyboard and Listener events
  7. It is fully Object oriented
  8. It is ready for mobile testing
  9. It takes relative as well as absolute XPath

The post Differences between Selenium IDE, Selenium RC and Selenium WebDriver appeared first on Inviul.



This post first appeared on Inviul, please read the originial post: here

Share the post

Differences between Selenium IDE, Selenium RC and Selenium WebDriver

×

Subscribe to Inviul

Get updates delivered right to your inbox!

Thank you for your subscription

×