Categories
Technology

Playwright cheat sheet

Photo by Patrick Tomasso on Unsplash

⭐️ This post was featured in Software Testing Weekly #110 and Coding JAG #76

My first experience with Playwright was terrible. However the testing community seems to be loving it, thus I gave it another shot. I started by doing a free course, but I don’t recommend it, it’s very outdated by now.

I know you loved my Cypress recipes post, so here’s a new one for Playwright with up-to-date code snippets on how to implement common automation scenarios.

Categories
Work

Development processes (Toolbox #6)

Photo by Annie Spratt on Unsplash

tl;dr TDD, ATDD and BDD are different development practices that favour quality.

🏆 This post was featured in Software Testing Notes #44

Categories
Work

Mnemonics (Toolbox #5)

Photo by John Jennings on Unsplash

tl;dr Mnemonics are memory shortcuts to retrieve information.

Categories
Work

Oracles (Toolbox #4)

Photo by Tachina Lee on Unsplash

tl;dr An oracle is a source of knowledge that improves your testing.

Categories
Work

Charters (Toolbox #3)

Photo by Sebastian Herrmann on Unsplash

tl;dr A charter summarises your testing goal and guides your exploration.