ISHA TUITIONS
Back

AI-Enhanced Test Automation: Master Playwright + TypeScript, Copilot & MCP Day2

AI-Enhanced Test Automation: Master Playwright + TypeScript, Copilot & MCP (Build modern end-to-end test automation frameworks using TypeScript and Playwright — powered by AI tools like GitHub Copilot and Model Context Protocol [MCP])   AI-Enhanced Test Automation: Master Playwright + …

This event has expired

Event Information

  • Price Rs.6,900.00 per participant
  • Location Online
  • Start Time 8:00 pm October 29, 2025
  • Finish Time 9:00 pm October 29, 2025
  • Capacity Limited to 100 people

AI-Enhanced Test Automation: Master Playwright + TypeScript, Copilot & MCP

(Build modern end-to-end test automation frameworks using TypeScript and Playwright — powered by AI tools like GitHub Copilot and Model Context Protocol [MCP])

 

AI-Enhanced Test Automation: Master Playwright + TypeScript, Copilot & MCP is a comprehensive, hands-on program designed to help you build modern end-to-end automation frameworks from the ground up.

Starting with TypeScript fundamentals, you’ll gain a strong foundation in types, functions, classes, and interfaces — essential skills for writing reliable, scalable automation scripts. Then, you’ll dive into Playwright, one of the fastest-growing automation tools for modern web applications, learning how to create, debug, and optimize cross-browser tests.

What makes this course unique is its integration of AI-powered tools like GitHub Copilot and Model Context Protocol (MCP) to accelerate coding, improve test coverage, and enhance productivity.

About the Instructor:

Cyril is a seasoned Test Automation Engineer with over 8+ years of industry experience, specializing in modern web automation using TypeScript and Playwright. Having successfully trained more than 180+ professionals, he is known for delivering hands-on, project-driven learning experiences that bridge the gap between theory and real-world QA practices.

This course, designed and led by the trainer, is built to take learners from TypeScript fundamentals—including variables, types, functions, interfaces, and classes—all the way to advanced automation topics like browser context handling, network interception, and CI/CD integration.

With deep technical expertise, the trainer guides students through the Playwright framework, focusing on locators, page interactions, waits, assertions, and parallel execution.

The training also emphasizes framework design using the Page Object Model (POM), building reusable components, integrating with tools like GitHub Actions, and generating reports and debugging output. Learners complete a capstone project to apply their knowledge in real-world scenarios and benefit from mock interviews and Q&A sessions to prepare for technical roles. With a focus on practical skills and industry alignment, this course ensures participants are ready to take on modern automation challenges with confidence.

 

Sample Videos:

“AI-Enhanced Test Automation: Master Playwright + TypeScript, Copilot & MCP”- Live Training Demo Video.

“AI-Enhanced Test Automation: Master Playwright + TypeScript, Copilot & MCP”- Live Training Day1 Video.


Live Sessions Price:

For LIVE sessions – Offer price after discount is 129 USD 109 USD 89 USD Or 15000 INR 9900 INR 6900 Rupees.

Enroll For Free Demo

OR

WhatsApp

 

Day 2 Session:

29th October @ 8:00 PM – 9:00 PM (IST) (Indian Timings)

29th October @ 10:30 AM – 11:30 AM (EST) (U.S Timings)

29th October @ 2:30 PM – 3:30 PM (BST) (UK Timings)

 

Class Schedule:

For Participants in India: Monday to Friday @ 8:00 PM – 9:00 PM (IST)

For Participants in US: Monday to Friday @ 10:30 AM – 11:30 AM

For Participants in UK: Monday to Friday @ 2:30 PM – 3:30 PM

 

What student’s have to say about Trainer :

It was really good experience. Being a beginner in coding I was afraid whether it will be helpful for me or not before joining the course but now I have gained a confidence to write the basic test cases in Playwright. The trainer was excellent and tried his best to make everyone understand the concept of the topics. Only one thinking I would like to share is as a beginner sometimes I felt it was bit fast for me when the topics were bit complicated otherwise all good. Thank you once again for providing us the this opportunity.- Suchita Patil

Sandeep
Excellent course! The instructor breaks down complex concepts into simple, practical steps, making it easy to grasp and apply in real-world automation projects.

Rathod
I finally understood how to implement the Page Object Model the right way, thanks to the clear and structured approach.

Smitha
The trainer explained both TypeScript and Playwright with real-world examples, making it easy to understand and apply in practical scenarios.

Priya Rajan
Every topic was covered with practical demos, and the trainer was very supportive during exercises and debugging. I especially appreciated the sessions on waits, network mocking, and CI/CD integration.

Rajesh Patil
Loved the practical approach. Every topic was backed by real-world scenarios, and the focus on best practices made it stand out.

Meenakshi
Very structured and practical course. From basics to advanced topics, every session was clear and project-focused. Helped me transition into Playwright with confidence.

 

Pre-requisite :

Willingness to learn, no coding background required. Course is designed for absolute beginners

 

What will I Learn by the end of this course?

  • Understand the core concepts of TypeScript — types, functions, classes, and interfaces
  • Set up and configure TypeScript projects with Node.js for automation workflows
  • Build end-to-end automated test scripts using Playwright across multiple browsers
  • Master locators, page interactions, and debugging using Playwright’s tracing tools
  • Integrate AI tools like GitHub Copilot to write and optimize test scripts faster
  • Use Model Context Protocol (MCP) to bring intelligent automation into your testing pipelines
  • Apply best practices in code structuring, error handling, and modular design
  • Execute, trace, and analyze test results with enhanced reporting and AI-driven insights

 

Salient Features:

  • 37 Hours of Live Training along with recorded videos
  • Lifetime access to the recorded videos
  • Course Completion Certificate

 

Who can enroll in this course?

  • QA Engineers and Test Automation Professionals who want to switch from manual or Selenium testing to Playwright with TypeScript
  • SDETs (Software Development Engineers in Test) looking to build scalable and maintainable automation frameworks
  • Developers and DevOps Engineers interested in integrating intelligent automation into CI/CD pipelines
  • Students or Fresh Graduates aiming to learn modern automation tools and become industry-ready
  • AI & Automation Enthusiasts who want to explore GitHub Copilot and Model Context Protocol (MCP) for smarter testing workflows

 

Course syllabus:

Module 1: TypeScript Fundamentals (6 hrs)

  • Introduction to TypeScript
    • What is TypeScript and Why Use It?
    • Installing js & TypeScript
    • Setting up TypeScript project
  • Variables, Types, and Operators
    • Basic types (string, number, boolean)
    • Arrays, Tuples, Enums
    • Type inference and type assertions
  • Functions and Scope
    • Function syntax and return types
    • Optional/default parameters
    • Arrow functions
    • Scope & closures
  • Objects and Interfaces
    • Defining object types
    • Interfaces types
    • Optional and read only properties
  • Classes and Inheritance
    • Class basics
    • Constructors, access modifiers
    • Inheritance and interfaces
  • Modules and Compilation
    • Import/export
    • json
    • Compiling TypeScript
    • Integrating with js

Module 2: Introduction to Playwright (4 hrs)

  • Getting Started with Playwright
    • What is Playwright?
    • Installing Playwright
    • Project structure and configuration
  • First Test Script
    • Writing your first Playwright script
    • Launching browsers (Chromium, Firefox, WebKit)
    • Locators and page interactions
  • Debugging and Tracing
    • Debugging with `debug` mode
    • Tracing and screenshot/video capture

Module 3: Core Playwright Concepts (7 hrs)

  • Locators Deep Dive
    • Understanding Locator strategies
    • Best practices for reliable locators
  • Element Interactions
    • Click, fill, check, hover, drag & drop
    • Mouse actions
    • Keyboard actions
    • File uploads and downloads
  • Assertions
    • `expect` library
    • Soft hard assertions
  • Waits and Timeouts
    • Auto-waiting mechanism
    • Handling dynamic content
    • `waitForSelector`, `waitForLoadState`
  • Browser Contexts and Pages
    • Browser context vs. page
    • Isolated test sessions
  • Test Hooks & Parallelism
    • Setup/teardown
    • Running tests in parallel
    • Using `beforeAll`, `afterEach`

Module 4: Advanced Playwright Features (7 hrs)

  • Handling Web Elements
    • Dropdowns, checkboxes, radio buttons
    • Alerts and popups
  • Frames and iFrames
    • Working with nested frames
    • Selecting elements inside frames
  • Network Interception & Mocking
    • Mocking API responses
    • Logging network traffic
    • Request/response interception
  • Authentication Handling
    • Login scenarios
    • Storage state reuse for sessions
  • File Handling
    • Download validations
    • Upload simulations
  • Playwright Test Runner
    • Writing test cases with Playwright Test
    • Configuration (playwright.config.ts)
    • Grouping tests with `describe`

Module 5: Framework Design & Best Practices (6 hrs)

  • Page Object Model (POM)
    • Creating reusable page classes
    • Organizing test code
  • Reporting and Debugging
    • Using HTML reports
    • Debug with VSCode
    • Screenshot/video generation
  • CI/CD Integration Basics
    • GitHub Actions
    • Gitlab pipelines scheduling jobs
    • Running Playwright in pipelines
  • Best Practices & Patterns
    • Test data handling
    • Retry strategies
    • Environment management

Module 6: Using AI Tools (Bonus lecture)  2 hrs

  • Vibe Coding
    • Installing GitHub Copilot in VSCode
    • Model Context Protocol (MCP)
    • Installing Playwright MCP
    • Generate/fix tests with playwright MCP + Github

Module 7: Capstone Project & Review (5 hrs)

  • Mini Framework Development
    • Build a small test framework using POM
    • Automate 2-3 test scenarios (e.g., login, search, form submit)
  • Review & Mock Interview
    • Review all key concepts
    • Sample interview questions
    • Feedback and Q&A session

 

Live Sessions  Price:

For LIVE sessions – Offer price after discount is 300 USD 259 USD 89 USD Or 13000 INR 12900 INR 6900 Rupees

Enroll For Free Demo