1 / 2

what is selenium webdriver

what is selenium webdriver

Download Presentation

what is selenium webdriver

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. WhatisSeleniumwebdriver? • Selenium Webdriver is an open source collection of APIs used to test web applications. The Selenium Webdriver tool is used to automate testing of web applications to see if they work as expected. • It supports various languages like Java, PHP, Perl, Python, Ruby, C# and JavaScript. • It supports the browser like IE, Mozilla Firefox, Safari, Google Chrome and Opera. • It supports the operating systems like Windows, Linux, Mac and Solaris. • It is very flexible and easy to use as compared to other functional tools, because it supports multiple languages. • It is used to handle multiple frames, multiple browser windows, popups, and alerts. • It is also used for advanced user navigation such as drag-and-drop, mouse hover, etc. LANGUAGES

  2. BasicStepsinaSeleniumWebDriverScript • Create aSeleniumWebdriverInstance. • Navigateto therequiredwebpageonwhich we want to perform the operation. • Usethe Selenium locatorto find theweb element inyourweb page. • Perform the user action/actions on theweb element. • Preload the expected output/browser responseto the action. • Run the test. • Record theresults and comparethe results with the expected output. • LimitationsofSeleniumWebDriver • Support fornew browsers is not immediatelyavailableas compared to Selenium RC. • Thereis no built-in command to automaticallygenerate test results

More Related