Introduction
Last updated
Last updated
Course Overview
This 4-session course (3 hours per session) is designed to equip software testers with the knowledge and practical skills to integrate Generative AI into the testing workflow. By the end of the course, participants will understand how to leverage AI for test case generation, test data creation, automation, and intelligent test execution.
By the end of the course, participants will: ✅ Understand how Generative AI enhances software testing ✅ Generate high-quality test cases using AI models ✅ Use AI to create diverse and realistic test data ✅ Automate UI and API testing with AI-driven scripts ✅ Build AI-powered testing workflows for intelligent execution
What is Generative AI?
Difference between traditional AI and Generative AI
Overview of LLMs (Large Language Models) in software testing
How LLMs are trained and their limitations (tokenization, context windows, hallucinations)
(ChatGPT, Codex, Copilot)
Hands-on: Setting up API access for OpenAI (GPT-4, GPT-3.5)
Exploring AI-powered test tools (ChatGPT, Copilot, etc.)
Configuring an AI-powered testing environment
Understanding prompt engineering for test cases
Creating structured and contextual prompts
Using Retrieval-Augmented Generation (RAG) for contextualized test cases
Hands-on: Writing prompts to generate test cases for different features
Evaluating AI-suggested test cases for effectiveness
Improving AI responses using:
Context embedding
Prompt structuring
Domain-specific tuning
Hands-on: Refining and modifying generated test cases
Converting test cases into automation scripts
Identifying reusable test components
Hands-on: Generating test cases and converting them into automation scripts (e.g., Playwright)
Importance of diverse and realistic test data
Challenges in manual test data generation
Creating structured test data (JSON, XML, CSV)
Using OpenAPI schema & SQL schemas for data generation
Generating synthetic test data for edge cases
Hands-on: Using AI to generate test data for API and UI testing
Converting test data formats
Ensuring data consistency and integrity
Hands-on: Using AI to transform test data (SQL to JSON, XML to CSV)
Using AI for Playwright test automation
AI-assisted test script generation
Hands-on: Creating Playwright tests with AI-generated test cases
Using AI agents for intelligent test execution
Workflow automation using LLMs with n8n
Hands-on: Setting up an AI-driven test automation workflow
How AI agents learn from testing patterns
Implementing Model Context Protocol for intelligent test execution
Hands-on: Building an AI-powered test execution assistant
Participants will work on a real-world testing scenario using AI tools
Apply AI-generated test cases, test data, and automation techniques
Present results and findings
Basic understanding of software testing
Experience with test automation (Selenium, Playwright, or API testing tools)
Familiarity with Python or JavaScript is beneficial
OpenAI GPT (API access)
Playwright for test automation
n8n for automation workflows
OpenAPI schema for structured test generation
📖 Software Testing with Generative AI by Mark Winteringham (Manning Publications, 2025)