Installation & Project Setup
How to install Selenium WebDriver Java, JUnit, JDK, Eclipse & Maven, and other useful tools. Creating a Maven project.
Introducing WebDriver
How to write a simple automation script in WebDriver within a standard java Class
Recording
Creating a WebDriver & JUnit script via recording (Selenium IDE)
Object Identification
Element locator strategies, using simple techniques
Object Identification using CSS & XPath
More complex locator strategies using CSS & XPath notation.
Synchronisation & Debugging
Implicit and Explicit Waits explained, debugging your test scripts.
WebDriver with JUnit
Overview of the JUnit key words.
Using the correct WebDriver methods.
Using the correct validation techniques. Using JUnit Test Suites
Helpers & Base Classes
Code re-use through Helper Methods and Base Classes.
Introducing Page Objects (POM)
Introduction to why we do it and how it makes life easier. Refactoring our tests using the PageFactory. Developing your own POM
Command Line & Reporting
Command Line execution with Maven, Passing Parameters, Taking Screenshots, Using Surefire Reporting, 3rd Party Reporting tools.
Data-Driven testing
In-line and external data sources, data-driving your tests.
Cross-Browser & Selenium Server
Executing tests remotely using Selenium Server/Grid, Cross-Browser Testing
Integration
Integration with source control (Git & GitHub), integration with Jenkins and automating Test execution
Reviews
There are no reviews yet.