From the course: Learning Playwright
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Overview of the website under test
From the course: Learning Playwright
Overview of the website under test
- [Instructor] From here on out, we'll be using a dedicated site to test against, practicesoftwaretesting.com. This is a site built by Roy de Kleijn and is useful for practicing software testing, hence the name. It's always a good idea to take some time and explore the website you plan to automate, so let's do that now. In the resource guide, we have a link to it. The first thing I notice when I visit the site is there's a lot of images that are tools. It almost looks like it's a shop, maybe an e-commerce store. On the left hand side, I do notice there's a lot of different ways to filter things. I can filter down by a wrench and I see different wrenches. I can filter down by a specific brand and that will filter things down on the brand. If I go look at the URL, I see there's no URL parameters. That's interesting. I wonder how it knows how to filter? This also looks like there's a sign in page and maybe there's a cart, potentially? If I click one of these, okay, so I can probably add…
Contents
-
-
-
-
(Locked)
Overview of the website under test5m 3s
-
Generating tests with codegen4m 31s
-
(Locked)
Overview of locator strategies in Playwright5m 39s
-
(Locked)
Overview of assertions in Playwright12m 56s
-
Structuring Playwright tests9m 8s
-
(Locked)
Handling cookie authentication in Playwright12m 4s
-
(Locked)
Visual testing in Playwright10m 58s
-
(Locked)
API testing in Playwright13m 31s
-
(Locked)
Automating the right things with Playwright2m 24s
-
(Locked)
Challenge: Create three automated tests1m 29s
-
(Locked)
Solution: Create three automated tests10m 2s
-
(Locked)
-
-