Functional Testing Automation with Selenium 2
Czas trwania
8
hours
Lokalizacja
Online
Język
English
Kod
SQA-017
Szkolenie dla #uczestników# lub większej liczby osób?
Dostosuj treningi
dla Twoich konkretnych potrzeb
Opis
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.
Po ukończeniu kursu na formularzu Luxoft Training
wydawany jest certyfikat
wydawany jest certyfikat
Cele
- Generate automation testing strategy
- Configure automation testing projects
- Write autotests using Selenium 2 and TestNG
- Generate and process test reports
Grupa docelowa
- QA managers
- QA engineers
Warunki wstępne
- auto testing principles
- programming principles
- OOP
- Java or C#
Plan działania
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