This introductory course introduces developers to automated testing with Playwright in a TypeScript environment. Through hands-on examples, learners will automate browser actions, validate web page elements, and navigate sites. By the end, students will be equipped to perform simple web automation tasks, laying a solid foundation for further exploration.
Overview
Syllabus
- Lesson 1: Opening and Validating a Page
- Lesson 2: Performing a Simple Click
- Lesson 3: Filling and Submitting Forms
- Lesson 4: Extracting Page Content
- Lesson 5: Implementing Advanced Selectors