Test Automation with Playwright training course

This course provides a comprehensive introduction to Microsoft's Playwright framework, focusing on building reliable, fast & scalable automated tests for modern web apps.

JBI training course London UK

"Our tailored course provided a well rounded introduction and also covered some intermediate level topics that we needed to know. Clive gave us some best practice ideas and tips to take away. Fast paced but the instructor never lost any of the delegates"

Brian Leek, Data Analyst, May 2022

Public Courses

03/08/26 - 2 days
£1795 +VAT
14/09/26 - 2 days
£1795 +VAT
26/10/26 - 2 days
£1795 +VAT

Customised Courses

* Train a team
* Tailor content
* Flex dates
From £1200 / day
EDF logo Capita logo Sky logo NHS logo RBS logo BBC logo CISCO logo
JBI training course London UK

  • Introduction to Playwright and comparison with other test automation tools
  • Project setup, configuration, and visual test tools
  • Writing, running, and analysing your first automated test
  • Using selectors, locators, and interacting with page elements
  • Handling clicks, drags, hovers, and form inputs
  • Testing dynamic single-page applications (SPAs) and waiting strategies
  • Working with asynchronous API requests and simulating responses
  • Managing cookies and user sessions
  • Cross-browser test configuration and execution
  • Running tests in parallel from the command line
  • Configuring and managing distributed test reports
  • Best practices from real-world Playwright testing teams

Delivery Format: The course is delivered over two days and includes hands-on exercises throughout to reinforce learning and build practical confidence.

Introduction to Playwright

  • What is Playwright?
  • Comparison with other test automation tools.
  • Playwright for Testers and Developers.
  • Required JavaScript/TypeScript basics.

Installation and Configuration

  • Project setup for Playwright.
  • Visual tools (“clicking through” tests).
  • Test generators – automation.

Automated Testing

  • Writing your first test.
  • Running the test and analyzing the results.
  • Best practices in testing.

Basic Playwright Functions

  • Loading a webpage for testing.
  • Page navigation.
  • Using selectors and locators to identify elements.
  • Interacting with page elements.
    • Handling clicks, drags, hovers.
    • Handling forms.
  • Assertions – verifying content on the page.
  • Injecting test code into the application.

Handling Dynamic SPA Applications

  • Testing dynamic components.
  • Waiting for elements to load.
  • Testing navigation between views.
  • Controlling browser history in SPAs.

Working with Asynchronous API Requests

  • Testing asynchronous API requests.
  • Simulating and controlling API responses.

Real-world Playwright Usage Scenarios

  • Examples of Playwright use in real projects.
  • Best practices and experiences from testing teams.

Managing User Sessions

  • Adding, removing, and managing cookies.
  • Working with user sessions.

Cross-browser Testing

  • Configuration and execution of cross-browser tests.

Running Tests from the Command Line

  • Running tests in parallel.

Reporting

  • Configuration and management of distributed tests.

 

JBI training course London UK

  • Developers with basic knowledge of JavaScript or TypeScript who want to automate the testing of web applications.
  • QA Engineers aiming to streamline testing processes with Playwright’s fast, reliable, and scalable capabilities.
  • Test Automation Engineers looking to enhance their skills in modern test automation tools.
  • Full-stack Developers interested in improving the quality of their applications through automated cross-browser testing.
  • Manual Testers wanting to transition into automated testing to speed up and optimize their workflow.
  • Team Leads and Managers seeking to implement Playwright for faster, more efficient test automation within their teams.

5 star

4.8 out of 5 average

"Our tailored course provided a well rounded introduction and also covered some intermediate level topics that we needed to know. Clive gave us some best practice ideas and tips to take away. Fast paced but the instructor never lost any of the delegates"

Brian Leek, Data Analyst, May 2022



“JBI  did a great job of customizing their syllabus to suit our business  needs and also bringing our team up to speed on the current best practices. Our teams varied widely in terms of experience and  the Instructor handled this particularly well - very impressive”

Brian F, Team Lead, RBS, Data Analysis Course, 20 April 2022

 

 

JBI training course London UK

Certification


Every delegate will be entitled to a certificate of achievement on completion of the course.

If you are missing your certificate - please use the link below to apply - you can also use this link to sign up for the JBI Training newsletter to receive technology tips directly from our instructors - Analytics, AI, ML, DevOps, Web, Backend and Security.
 



This course equips developers and testers with the skills to efficiently automate web application testing using Playwright. Participants will learn how to set up Playwright, write and run automated tests, and handle various testing scenarios, including dynamic single-page applications and asynchronous API requests.

Through hands-on exercises, attendees will master basic functions like navigation, element interaction, and assertions, as well as best practices for test automation.

The course also covers cross-browser testing, managing user sessions, and generating reports for distributed tests.

By the end of the course, participants will be proficient in creating reliable, scalable automated tests that enhance the quality of their applications.

JBI Training offers two test automation courses currently in this group. Cypress Testing is a two-day course covering the Cypress end-to-end testing framework for modern web applications. Test Automation with Playwright is a two-day course covering Microsoft's Playwright framework for cross-browser automated testing. Both courses are available as scheduled classroom sessions in London, as live online instructor-led training, or as customised onsite programmes for QA and development teams. Additional testing topics — including Automated Agile Testing, Behaviour Driven Development, and Test Driven Development in Java — are also available across JBI's broader curriculum.
Cypress is an open-source end-to-end testing framework designed specifically for testing modern web applications. Unlike older testing tools, Cypress runs directly inside the browser alongside the application under test, giving it real-time access to the DOM, network requests, and application state — making tests faster, more reliable, and easier to debug. JBI's two-day Cypress Testing course covers setting up and configuring Cypress, writing and organising test suites, selecting elements and interacting with the UI, handling asynchronous behaviour, intercepting and stubbing network requests, testing APIs, managing test data, and integrating Cypress into a CI/CD pipeline. It is suited to developers and QA engineers who test modern JavaScript web applications.
Playwright is an open-source test automation framework developed by Microsoft that enables reliable, cross-browser end-to-end testing across Chromium, Firefox, and WebKit from a single test suite. It supports multiple programming languages including JavaScript, TypeScript, Python, Java, and C#, and is widely regarded as one of the most capable and actively maintained browser automation tools available. JBI's two-day Test Automation with Playwright course covers the Playwright architecture and setup, writing tests across multiple browsers, page interactions and element selectors, handling asynchronous operations, network interception and mocking, API testing with Playwright, visual comparison testing, parallel test execution, and integrating Playwright into CI/CD workflows. It is suited to developers, QA engineers, and SDET professionals who need cross-browser test automation capabilities.
Cypress and Playwright are both modern, popular end-to-end testing frameworks but have different strengths. Cypress is JavaScript-only, runs exclusively in the browser, and is renowned for its developer-friendly debugging experience, real-time test runner, and ease of setup — making it a strong choice for JavaScript and TypeScript web development teams. Playwright supports multiple languages (JavaScript, TypeScript, Python, Java, C#) and runs tests across all major browsers including Chromium, Firefox, and WebKit, making it more versatile for cross-browser testing and polyglot teams. Playwright also has stronger support for testing multiple browser contexts simultaneously, mobile viewports, and complex authentication scenarios. The right choice depends on your team's language preferences, browser coverage requirements, and existing tooling. JBI offers training in both frameworks.
Test automation is the practice of using software tools and scripts to execute tests automatically rather than manually — running them faster, more frequently, and more consistently than is possible with manual testing alone. In modern software development — particularly in Agile and DevOps environments — test automation is essential for maintaining software quality while releasing frequently. Automated test suites run as part of CI/CD pipelines to catch regressions immediately after each code change, provide fast feedback to developers, and reduce the cost and effort of regression testing over time. End-to-end tests using tools like Cypress and Playwright complement unit and integration tests by verifying that complete user journeys work correctly across the full application stack.
Yes. Both Cypress and Playwright courses can be delivered as customised onsite or online programmes for corporate QA and software development teams. Content and exercises can be tailored to the team's existing technology stack, application architecture, CI/CD tooling, and specific testing challenges. For example, a team with an existing Cypress installation can receive training focused on improving test reliability and CI integration, while a team evaluating Playwright for the first time can receive a structured introduction followed by hands-on exercises using their own application. JBI has delivered software testing and quality assurance training for development teams at organisations including the BBC, NHS, RBS, Sky, EDF, and Cisco.
Yes. Both Cypress and Playwright are actively maintained frameworks that release updates regularly, and JBI's training content is continuously reviewed to reflect the latest stable versions of each tool. This includes updates to Playwright's browser support and API, new Cypress features such as component testing capabilities, changes to CI/CD integration patterns, and the growing role of AI-assisted test generation and maintenance tools in modern QA workflows. Delegates learn skills that are current and applicable to the versions of these frameworks used in professional software development and testing environments today.

CONTACT
+44 (0)20 8446 7555

[email protected]

 

Copyright © 2026 JBI Training. All Rights Reserved.
JB International Training Ltd  -  Company Registration Number: 08458005
Registered Address: Wohl Enterprise Hub, 2B Redbourne Avenue, London, N3 2BS

Modern Slavery Statement & Corporate Policies | Terms & Conditions | Contact Us

POPULAR

AI training courses                                                                        CoPilot training course

Threat modelling training course   Python for data analysts training course

Power BI training course                                   Machine Learning training course

Spring Boot Microservices training course              Terraform training course

Data Storytelling training course                                               C++ training course

Power Automate training course                               Clean Code training course