Overview
This is a practical course designed for manual testers in order to facilitate automated testing.
Requirements
Basic knowledge of manual tests is recommended. No programming knowledge is required, though any experience with coding is beneficial.
Course Outline
Introduction to automated testing
- Testing concepts
- Possibilities and limitations of Selenium
Locators
- Understanding locators
- ID, CSS, XPath and Name locator types
Advanced locators
- Dynamic locators
- Building a path
- Relationships between elements on a path
- Locating elements with desired text
- Best practices
Selenium WebDriver
- Java basics
- Java IDE
- WebDriver API
- Debugging
TestNG
- Assertions
- Annotations
- Test suite
- Parameters
- Cross-browser testing
- Reporting
Advanced Selenium WebDriver
- Dynamic content
- Screenshots