Functional Testing Automation with Selenium 2
Duration
8
hours
Location
Online
Language
English
Code
SQA-017
Training for 7-8 or more people?
Customize trainings
for your specific needs
Description
This is an automation testing training that helps participants learn Selenium 2 and how to use it. We will have a short introduction on the theory of test automation followed by practice sessions with some simple tests as well as performing an analysis of typical mistakes.For those who already have some experience in test automation with Selenium WebDriver you will benefit from best practices and approaches such as how to build flexible tests, an introduction into test Frameworks as well as analysis and implementation of Page Object design pattern.
After completing the course, a certificate
is issued on the Luxoft Training form
is issued on the Luxoft Training form
Objectives
- Generate automation testing strategy
- Configure automation testing projects
- Write autotests using Selenium 2 and TestNG
- Generate and process test reports
Target Audience
- QA managers
- QA engineers
Prerequisites
- auto testing principles
- programming principles
- OOP
- Java or C#
Roadmap
Test automation
Selenium introduction
Selenium 2 – WebDriver
Simple test on WebDriver
Unit-testing frameworks
Practice
- Goals and purpose of test automation
- Test automation strategy
- Test automation project structure
- Features of web application autotesting
Selenium introduction
- Selenium applications
- Features of WebDriver, Selenium IDE, SeleniumRC
- Difference between Selenium1 and Selenium 2
Selenium 2 – WebDriver
- WebDriver architecture
- WebDriver functionality
- Scripts made with Selenium IDE and scripts made with WebDriver
- Reporting
Simple test on WebDriver
- PageObject pattern
- WebElement
- PageObject and WebElement API
- HTML page as PageObject
Unit-testing frameworks
- Data driver testing intro
- TestNG overview
- Integration TestNG with WebDriver
Practice
- Writing tests using WebDriver
- Writing tests using WebDriver and TestNG
- Advanced tests