In this hands-on workshop, you’ll learn how to automate and test web applications using Playwright with TypeScript. Participants will explore essential techniques for writing, planning, and debugging tests for both websites and APIs, while mastering key Playwright features like locators, expectations, and async operations.
About The Instructor:
I have over 11 years of overall IT experience and three years of dedicated experience in delivering corporate and online training programs. Specializing in both automation and manual testing for web applications, mobile applications and API with a strong emphasis on utilizing cutting-edge tools such as Playwright, Selenium, Cypress, Appium and Rest Assured. Known for conducting comprehensive training on Playwright, Cypress and Selenium equipping teams with the skills to efficiently automate web testing processes. Committed to continuous improvement and staying abreast of emerging technologies in the field of software testing. |
Prerequisites
- Basic understanding of test automation
- Attendees need a laptop with an IDE with toolset (e.g. VS Code, node, npm).
Free Workshop Date and Timings:
Learners in India: 13th October @ 7:30 PM to 9 PM (IST)
Learners in US: 13th October @ 10 AM to 11:30 AM (EST)
Learners in UK: 13th October @ 3 PM to 4:30 PM (BST)
Duration: 1:30 Hour
How can I enroll for this Free Workshop?
OR
Call or WhatsApp on +91-9133190573/ +91-8977922427 to register for free workshop
Workshop goals
Following the workshop, attendees will be able to:
- Describe the benefits of testing with Playwright
- Install Playwright into a project
- Use locators effectively and deal with dynamic elements
- Debug failing tests
- Use fixtures for organizing common code
Workshop agenda
- Introducing Playwright
- Pros and cons vs other frameworks
- Installation and configuration
- The end of stale elements?
- Writing Playwright tests
- Assertions best practices
- Extending assertions
- Browsers contexts and Pages
- Locators and elements
- Test recording and generation
- Advanced interaction
- Dynamic elements
- Handling waiting and timeouts
- File upload
- Alerts and dialogs
- Multiple Window handling