Functional Testing Automation with Selenium 2
Durată
8
ore
Locație
Pe net
Limba
Engleză
Cod
SQA-017
Training pentru 7-8 sau mai multe persoane?
Personalizați antrenamentele
pentru nevoile dumneavoastră specifice
Descriere
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.
După finalizarea cursului, se eliberează un certificat
în formularul Luxoft Training
în formularul Luxoft Training
Obiective
- Generate automation testing strategy
- Configure automation testing projects
- Write autotests using Selenium 2 and TestNG
- Generate and process test reports
Public țintă
- QA managers
- QA engineers
Cerințe preliminare
- auto testing principles
- programming principles
- OOP
- Java or C#
Foaia de parcurs
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