Playwright Foundations with Python
Starting a new end-to-end test automation project? This course will teach you how to test web applications using the open-source tool Playwright with Python. Try it and never look back!
What you'll learn
Automated tests undeniably help protect the quality of software projects, and end-to-end tests are an important part of it. In this course, Playwright Foundations with Python, you will learn how to write automated tests for web applications.
First, you'll understand how Playwright differs from the other tools on the market and its advantages, as well as its API and core concepts.
Next, you'll dive into hands-on coding and write a wide variety of UI tests. You will interact with a range of elements and learn how to handle different tricky situations.
Then, you’ll learn how to leverage the power of Pytest and Pytest-Playwright test runners to make tests cleaner, leaner, and more maintainable.
Finally, you'll learn how to handle and manipulate network requests and learn to use debugging tools.
When you're finished with this course, you'll have the skills to write your own test suite of automated end-to-end tests.
Table of contents
- Introduction 1m
- Slowing Things Down and Refactoring 1m
- Getting by Label 2m
- Getting by Role 3m
- Getting by Text 1m
- Other Important Locators 2m
- Getting by Generic Locator 3m
- Applying Filters 3m
- Handling Multiple Matches 5m
- Other Locating Strategies 5m
- Frames 1m
- Using Codegen to Locate Elements 2m
- Summary 1m
- Introduction 2m
- HTTP Crash Course 3m
- Playwright's Request-Response Overview 4m
- Monitoring Traffic and Detecting Errors 4m
- Playwright's APIRequest-APIResponse Overview 1m
- Demo: Sending APIRequests 4m
- Coding Challenge 1m
- Writing E2E Tests with HTTP Authentication 7m
- Getting Started with Routes API 6m
- Summary 1m