Selenium Webdriver with Java Language
- 0.0
Brief Introduction
This course will help you in learning advanced techniques for testing web applications with Webdriver (Selenium 2.0).Description
Selenium Webdriver is one of the most well known testing frameworks. It is an open source project that allows testers and developers alike to develop functional tests to drive the browser. Selenium Webdriver can work on any browser that supports JavaScript, since Selenium has been built using
JavaScript.
Chapter One
1. Configuring Webdriver in Eclipse
2. Running Sample code using Webdriver
3. Firefox profile, WebDriver DesiredCapabilities Class
4. Close and Quit, HTMLUnit driver
Chapter Two
1. Xpath and their usage with Webdriver
2. Xpath Function,Absolute and Relative Xpaths
3. Xpath finding Links, Buttons, Input box, Radio buttons, Checkbox
Chapter Three
1. WebDriver, WebElement Interface
2. Handling drop down list using Select class
3. Taking Screenshots with selenium Webdriver
4. Finding whether object is present on page or not
Chapter Four
1. Implicit and Explicit waits
2. WebDriverWait Class
3. ExpectedConditions class
4. WaitUntil Condition
Chapter Five
1. Handling Multiple Browser Window
2. Handling JavaScript Alert
3. Attaching files with Webdriver
4. JavaScriptExecutor
And source code shown as part of video lecture will be provided for download
Requirements
- Requirements
- The tutorials are designed for beginners with little or no automation experience. Everything is taught from scratch!
- Before proceeding with this tutorial, you should have a basic understanding of Java programming language, text editor and execution of programs, etc.