Zenler Player
Your course is loading. Hang tight.
Agentic AI for QA & SDET: Build Autonomous Test Automation
Back to curriculum
0% Complete
0% Complete
Introduction to Course
Core Capabilities of AI Agents
Difference Between Generative AI, AI Agents and Agentic AI
Pillars of Agentic AI
Microsoft Agent Framework
Why Choose Microsoft Agent Framework (MAF)
AI Agent Architecture
MAF is Platform and Cloud Agnostic
Agent Class in MAF
Message Class in MAF
Setup Python and Pycharm
Create Project and Setup Microsoft Agent Framework (MAF)
Understand Python Function and Async
Create OpenAI API Key and Configure in .env
Download Code for Agentic AI - MAF Basics Section
Create Your First Agent
Create Agent Which Can Handle Images
How to Stream Output from Agent
Agent Types and Architecture
Implementing Memory in Agent
Sharing Memory Across Multi Agents in Same Session
Share History Across Different Sessions of Agents
Save Agent Chat History to JSON File
AI Agent vs LLM's
Types of Tools in Agent
Function Tool in Agent
Adding MCP Tools Intro
Install Local Playwright MCP
Create Agent to Use Local MCP Server
Fix Script Error
Introduction to MAF Workflows
Core Concepts of MAF Workflows
Multi Agent Sequential Orchestration
Introduction to Human-in-the-loop (HITL)
Human-in-the-loop (HITL) Code Walkthrough
Run Human-in-the-loop (HITL) Code
Introduction to Concurrent Orchestration Pattern
Implement Concurrent Builder
Add System Messages and Run Workflow
Handoff Orchestration Pattern
Group Chat Orchestration Pattern
Magnetic Workflow Pattern
Download Code Files for Project 1
Bug Triage Solution Agentic AI
Group Chat Orchestration Demonstration
Adding System Messages to AI Agents
Agent Factory Pattern & Framework Development
Agentic AI Solution - Framework Development Part - 1
Agentic AI Solution - Framework Development Part - 2
Agentic AI Solution - Framework Development Part - 3
Download Code for Project 2
Agentic AI Solution for Creating Manual Tests and Automation Scripts
Build Project Structure in Pycharm IDE
Understand About AI Agents Needed in this Solution
AI Agent 1 - Create Jira Analyst Agent
Configure Atlassian MCP Server in AI Agent - Part 1
Configure Atlassian MCP Server in AI Agent - Part 2
Understand in Detail How to Setup Atlassian MCP Server
Create Jira Story Analyst Agent, Main.py and Sequential Workflow
Add User Story Analyst Agent and Run the Workflow
Create Test Case and Playwright Script AI Agents
Update SUT in User Story and Create Updated Playwright Script
Implement File System MCP to Save Playwright Test Scripts Locally
Installing Playwright and Running Tests Create by Agentic AI Solution
Updating Instructions for Playwright Script Generation
Implementing Human-in-the-loop (HITL) in this Agentic AI Solution
Download Full Code Files for "Python for Testers" course
Introduction
Introduction to Python Tutorial
Variables in Python
Variable Rules in Python
Operators in Python
Arithmetic Operators in Python
Python Operator Precedence
Boolean Data Type in Python
What are Strings in Python
String Functions in Python
String Slicing in Python
How to Format Strings in Python
Lists in Python
List Methods in Python
Sets in Python
Set Methods in Python
Tuples in Python
Tuple Methods in Python
Dictionaries in Python
Dictionary Methods in Python
How to Use if-else in Python
While Loop in Python
Break and Continue in Python
For Loop in Python
Zip Function in Python
Range Function in Python
Functions in Python
Return Statement in Python
Keyword and Positional Arguments in Python
Variable Scope in Python
Build in Functions in Python
Datetime Module in Python
Classes and Objects in Python
Creating Objects and Methods in Python
Class Variables vs Instance Variables in Python
Inheritance in Python
Multiple Inheritance in Python
Multilevel Inheritance in Python
Modules in Python
Exception Handling in Python
How to Write File in Python
How to Read File in Python
With Keyword in Python
How to Write Data to Excel in Python Openpyxl
How to Read Excel File in Python Openpyxl
How to Generate Test Data Using Python
Conclusion of Course
Introduction
Introduction to Course
Preview
Basics of Agentic AI & Microsoft Agent Framework (MAF) Introduction
Core Capabilities of AI Agents
Difference Between Generative AI, AI Agents and Agentic AI
Preview
Pillars of Agentic AI
Microsoft Agent Framework
Why Choose Microsoft Agent Framework (MAF)
AI Agent Architecture
MAF is Platform and Cloud Agnostic
Project Setup and Core Concepts of MAF
Agent Class in MAF
Message Class in MAF
Setup Python and Pycharm
Create Project and Setup Microsoft Agent Framework (MAF)
Understand Python Function and Async
Create OpenAI API Key and Configure in .env
Creating AI Agents | Implementing Memory in Agents
Download Code for Agentic AI - MAF Basics Section
Create Your First Agent
Create Agent Which Can Handle Images
How to Stream Output from Agent
Agent Types and Architecture
Implementing Memory in Agent
Sharing Memory Across Multi Agents in Same Session
Share History Across Different Sessions of Agents
Save Agent Chat History to JSON File
AI Agent vs LLM's
Implementing Tools and MCP in AI Agents
Types of Tools in Agent
Function Tool in Agent
Adding MCP Tools Intro
Install Local Playwright MCP
Create Agent to Use Local MCP Server
Fix Script Error
MAF Workflows and Sequential Orchestration Pattern
Introduction to MAF Workflows
Core Concepts of MAF Workflows
Multi Agent Sequential Orchestration
Human-in-the-loop (HITL) Interactions
Introduction to Human-in-the-loop (HITL)
Human-in-the-loop (HITL) Code Walkthrough
Run Human-in-the-loop (HITL) Code
Concurrent, Handoff, Group Chat and Magnetic Orchestrations
Introduction to Concurrent Orchestration Pattern
Implement Concurrent Builder
Add System Messages and Run Workflow
Handoff Orchestration Pattern
Group Chat Orchestration Pattern
Magnetic Workflow Pattern
Project 1 - Bug/Defect Triage Agentic AI Solution
Download Code Files for Project 1
Bug Triage Solution Agentic AI
Group Chat Orchestration Demonstration
Adding System Messages to AI Agents
Agent Factory Pattern & Framework Development
Agentic AI Solution - Framework Development Part - 1
Agentic AI Solution - Framework Development Part - 2
Agentic AI Solution - Framework Development Part - 3
Project 2 - Test Analysis to Automation Script Creation Agentic AI Solution
Download Code for Project 2
Agentic AI Solution for Creating Manual Tests and Automation Scripts
Build Project Structure in Pycharm IDE
Understand About AI Agents Needed in this Solution
AI Agent 1 - Create Jira Analyst Agent
Configure Atlassian MCP Server in AI Agent - Part 1
Configure Atlassian MCP Server in AI Agent - Part 2
Understand in Detail How to Setup Atlassian MCP Server
Create Jira Story Analyst Agent, Main.py and Sequential Workflow
Add User Story Analyst Agent and Run the Workflow
Create Test Case and Playwright Script AI Agents
Update SUT in User Story and Create Updated Playwright Script
Implement File System MCP to Save Playwright Test Scripts Locally
Installing Playwright and Running Tests Create by Agentic AI Solution
Updating Instructions for Playwright Script Generation
Implementing Human-in-the-loop (HITL) in this Agentic AI Solution
Python for Testers
Download Full Code Files for "Python for Testers" course
Introduction
Introduction to Python Tutorial
Variables in Python
Variable Rules in Python
Operators in Python
Arithmetic Operators in Python
Python Operator Precedence
Boolean Data Type in Python
What are Strings in Python
String Functions in Python
String Slicing in Python
How to Format Strings in Python
Lists in Python
List Methods in Python
Sets in Python
Set Methods in Python
Tuples in Python
Tuple Methods in Python
Dictionaries in Python
Dictionary Methods in Python
How to Use if-else in Python
While Loop in Python
Break and Continue in Python
For Loop in Python
Zip Function in Python
Range Function in Python
Functions in Python
Return Statement in Python
Keyword and Positional Arguments in Python
Variable Scope in Python
Build in Functions in Python
Datetime Module in Python
Classes and Objects in Python
Creating Objects and Methods in Python
Class Variables vs Instance Variables in Python
Inheritance in Python
Multiple Inheritance in Python
Multilevel Inheritance in Python
Modules in Python
Exception Handling in Python
How to Write File in Python
How to Read File in Python
With Keyword in Python
How to Write Data to Excel in Python Openpyxl
How to Read Excel File in Python Openpyxl
How to Generate Test Data Using Python
Conclusion
Conclusion of Course
Preview
×
This is an unpublished lesson. This lesson will not be shown for students unless you set it as Public.
Back to Dashboard
No contents are available in this lesson!
No lessons available !
Back to Dashboard
Lesson contents locked
Enroll to unlock this lesson.
Enroll to unlock
Next Lesson