Test Automation Warm-Up with Playwright is a practical program designed to kickstart your journey into web test automation with confidence.
This comprehensive course takes you step by step from the fundamentals of automation to building structured, real-world test scenarios using Playwright.
You'll gain hands-on experience through exercises that mirror real testing challenges, ensuring you acquire both technical skills and best practices.
Whether you're completely new to test automation or looking to strengthen your existing knowledge, this immersive learning experience will equip you to design, implement, and run automated tests effectively, adding real value to your projects and teams.
If you want more information, download our flyer.
Course Outline
Module 1 (3h): Automation Fundamentals + First Test
Content:
Basic automation concepts
Introduction to Playwright
Setup, VSCode, Git)
Project structure
Module 2 (3h): Login and Basic Interactions
Content:
click, fill, press, type
Locators (getByText, data-testid, etc.)
Waits and synchronization
Module 3 (3h): Forms and Validations
Content:
Input fields: input, select, radio, checkbox
Submit + validations with expect
Form testing strategies
Module 4 (3h): Page Object Model (POM)
Content:
Creating page classes
Reusable methods and centralized selectors
File organization (pages/, tests/, etc.)
Module 5 (3h): Testing Dynamic Tables
Content:
Tables: selection, search, sorting, validation
Use of .
Nth(), .
All(), .
Map()
Tests with filters and data visualization
Module 6 (3h): API Testing with PokéAPI
Content:
Introduction to APIRequestContext
Methods: GET, POST, PUT, DELETE
Response, status, and content validation
Module 7 (3h): Task Management Software Automation (CRUD)
Content:
End-to-end tests in CRUD systems
Chained interactions
Visual and functional validations
Modules 8 (3h): Final Project: Online Store (Inventory, Sales,