Introduction To WebDriver And It’s Comparison With Selenium RCIntroduction To WebDriver And It’s Comparison With Selenium RC - PowerPoint PPT Presentation

About This Presentation
Title:

Introduction To WebDriver And It’s Comparison With Selenium RCIntroduction To WebDriver And It’s Comparison With Selenium RC

Description:

Web Driver is an automation tool of Software Testing, that aims to execute tests against different browsers. Web Driver enables the usage of a programming languages in creating test scripts; which is not possible in Selenium IDE. It enables conditional operations like if-then-else or switch-case and also looping like do-while. The programming languages supported by Web-Driver are: Java .Net PHP Python Perl Ruby – PowerPoint PPT presentation

Number of Views:22

less

Transcript and Presenter's Notes

Title: Introduction To WebDriver And It’s Comparison With Selenium RCIntroduction To WebDriver And It’s Comparison With Selenium RC


1
Introduction To WebDriver It's Comparison With
Selenium RC
  • Web Driver is an automation tool of
    SoftwareTesting, that aims to execute tests
    against different browsers.

2
The programming languages supported by Web-Driver
  • Java
  • .Net
  • PHP
  • Python
  • Perl
  • Ruby

3
The programming languages supported by Web-Driver
  • Java
  • .Net
  • PHP
  • Python
  • Perl
  • Ruby

4
Web Driver Vs Selenium RC
  • Web Driver succeeded Selenium Remote Control.
    Features common in both Web Driver and Selenium
    RC are
  • Both enables usage of programming language in
    designing test scripts.
  • Both allows to run tests against different
    browsers.

5
The Architecture
  • Selenium Remote Control (RC) has a complicated
    architecture.
  • Web Drivers architecture is simpler than
    Selenium RCs

6
The Browser Support
  • Web Driver can support the headless HTML Unit
    browser.
  • It is a very fast browser because no time is
    spent in waiting for page elements to load.

7
Limitations of Web Driver
  • Web Driver Cannot support new browsers.
  • Selenium RC automatically generates an HTML file
    of test results whose format was Pre-Set by RC
    itself.

8
  • Thank You
Write a Comment
User Comments (0)
About PowerShow.com