Description
In this course, you will learn :
- Basics of AssertJ
- Writing Fluent Assertions For Selenium Automation Tests
- Extend Assertions For Page Objects
- Extend Assertions For WebElements
Syllabus :
1. ssertJ - Crash Course
- Maven Dependencies
- Project Setup
- String Assertion
- Q/A
- Soft Assertion
- List Assertion
- List Individual Item Assertion
- File Assertion
2. Custom Assertion For Test Automation
- Custom Assertion Intro
- WebElementAssert - Implementation
- Base Test Implementation
- Search Test - Demo
- Attribute Value Assertion
- Base Page - Implementation
- Search Page - Implementation
- Custom Page Assert - Implementation
- Search Test - Refactor
- Search Test - Final Run