Главная
Study mode:
on
1
*Intro*
2
*What are Assertions*
3
*Assertions in Playwright*
4
*How to add Assertions*
5
*Create a new Test*
6
*Demo App* https://kitchen.applitools.com/
7
*Command to Run the test*
8
*Check element Present/Not present*
9
*Check element Visible/Hidden*
10
*Check element Enabled/Disabled*
11
*How to add Soft Assertions*
12
*Check element Text matches value or not*
13
*Assert Element attribute *
14
*Screenshot Moment*
15
*Check Url of the page*
16
*Check Title of the page*
17
*Check Page matches screenshot* Visual Validation
18
*Screenshot Moment | Outro*
Description:
Learn how to implement assertions in Playwright for effective test automation. Explore various assertion techniques including checking element presence, visibility, enabled/disabled status, text matching, attribute verification, and visual validation. Discover how to use soft assertions, validate page URLs and titles, and perform screenshot comparisons. Practice these concepts using a demo application and gain hands-on experience with Playwright's assertion capabilities for robust automated testing.

Playwright Beginner Tutorial - Assertions

Automation Step by Step
Add to list