Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 1.17 KB

File metadata and controls

26 lines (13 loc) · 1.17 KB

Introduction to Playwright

Hi 👋🏽!

Welcome to the course "Introduction to Playwright" by Renata Andrade for the Test Automation University.

Chapter 3 - Exercises

  1. Delete the file top-menu-page.ts and try to recreate it. What did you learn?

  2. Describe and implement a scenario for the search using page object models. Make sure you fill the search with a term and use the keyboard arrows to select one of the results.

  3. Describe and implement a scenario where you need to use the beforeAll. What did you use it for?

  4. Describe and implement a scenario where you need to use the afterAll. What did you use it for?

  5. Describe and implement a scenario where you need to use the afterEach. What did you use it for?

  6. Explore few of the methods of the testInfo. Which one did you find more interesting?

💡 Share on LinkedIn something interesting you've learned! Don't forget to tag me Renata Andrade.

If you have questions, feel free to post them on github.

Happy Testing 🎭!