
Examine generative AI architectures and the stack for integrating AI into apps. Learn to configure Python, Node.js, VSCode, and Cursor AI, build GPT-based helpers, and orchestrate agents for practical experimentation.
With 20 years in quality engineering, the instructor has led teams from 2 to 80, tested code for startups and banks, and shares insights across agile, cloud, and machine learning.
Understand what are the limitation, what you can and cannot do in all phases of a software testing project
Install python on windows via the microsoft store, which resolves dependencies automatically. Verify the install with python --version in the terminal and prepare the remaining dependencies for benchmarking.
Get a brief introduction on what are the main components of AI
How NLP actually makes the AI more human.
Understand what is machine learning and how algorithms make the core of AI
Understand the basics concepts around supervised Machine Learning
Gain basic understanding of Unsupervised ML and Clustering
In this lecture you will get a basic idea of how Reinforced Learning is working together with ML Algorithms
In this material you will understand how critical good quality training data actually is.
In this material you will understand how critical good quality training data actually is.
Link to android app -> https://play.google.com/store/apps/details?id=com.openai.chatgpt&hl=en&gl=US
Link to apple app -> https://apps.apple.com/us/app/chatgpt/id6448311069
Explore two architectures for gen AI enrichment: a traditional manual prompting workflow and a largely automated custom-application approach with cascade prompts and API integration.
Explore enriching content with an API client for a custom model, automating prompts, removing noise, and delivering focused results via post requests and token-aware workflows.
Explore how to use generative AI to self-heal code within a GitHub workflow, automatically fix unit tests, improve code coverage, and retrigger continuous integration with human oversight.
Learn how tokens define text units in large language models, how text is decomposed into tokens, and how token counts affect prompts and api usage using tokenizer examples.
Generate a new secret key for your account in the API keys panel. Use it for demos and any get or post requests, and never share it.
Explore AI agents as orchestrators coordinating prompts and large language models to solve tasks. Learn how they use workflow routing, prompt chaining, and feedback loops across APIs, databases, and code.
Watch AI agents generate, review, and refine a user story with acceptance criteria and readiness checks, then publish to Jira using an MCP protocol.
Automate acceptance testing for an AI agent by simulating a flight booking from Boston to New York, using browser use as a ChatGPT operator and logging all steps and data.
Demonstrates Copilot-driven Playwright script generation to create automated tests from prior browser interactions, using the page object model and decoupled test data for new scenarios.
Explore shift left and shift right concepts in software development and computer science, illustrated through prompts, memory updates, and practical tips on test driven and behavior driven development.
Use ChatGPT to generate a high level ERP test strategy, with prompts at basic to advanced levels, canvas, and covering functional, integration, and performance testing with data integrity.
Explore OpenAI Codex, a coding agent powered by Codex one from the O3 model with human feedback; connect to GitHub, code or ask, run, and configure with plus subscription.
Craft a proper agents.md with clear instructions, config, pages, tests, and usage notes, and ensure no tests run unless explicitly instructed.
Explore what artificial intelligence agents are, and how orchestrators coordinate prompts, large language models, tools, databases, and workflows to automate complex tasks in software development.
Orchestrate two AI agents to read a story from a file, generate test cases and BDD scenarios, and write the results to disk using a read/write tool and prompt engineering.
Explore Microsoft Autogen, an open source framework for a generic artificial intelligence, featuring a no-code studio and multi-agent orchestration to build apps with Python or .NET.
Learn how to autogenerate two talking agents that critique and refine a Python function, debating to reach a robust solution with unit tests, using autogen memory for memory handling.
This introductory course is designed specifically for Software Quality Engineers interested in leveraging the power of Generative AI to enhance their testing, automation, and productivity.
Throughout the course, participants will learn how to apply Generative AI techniques to automate the generation of test cases, simulate user behavior, create user stories, write better code, rapid start adoption of a new framework and generate test data. The course will provide a practical understanding of how AI can be used to improve software quality and boost productivity, rather than focusing on the underlying AI algorithms and models.
Topics:
Understanding Generative AI: An overview of Generative AI and its applications in software testing and quality assurance.
Automated Test Generation: Learn how to use Generative AI to automatically generate a variety of test cases, reducing manual effort and increasing test coverage.
API Access for Chat GPT and Google Bard: Understand how to call Bard and GPT with the help of customer made consumers
Automated User Story Creation: Understand how Generative AI can be used to generate user stories, helping to streamline the requirements gathering and software development process.
Test Data Creation: Learn how Generative AI can be used to generate test data, ensuring comprehensive and effective testing while saving time and effort.
Code Investigation: Discover how Generative AI can assist in investigating complex code, identifying potential issues, and understanding code dependencies.
Code Explanation: Learn how Generative AI can be used to explain code behavior, making it easier to understand complex code and improve code quality.
Boosting Productivity: Understand how these Generative AI techniques can be integrated into your existing workflows to boost productivity, improve software quality, and accelerate delivery times.
[Practical] See how to create a Performance testing Framework with CI/CD on cloud with AI
[Practical] Create an API Testing Framework with Java and RESTAssured with AI
[Practical] Code Quality Validation Framework for Java
See differences between CHATGPT and GOOGLE BARD
Google Cloud AI solution with model training - Vertex AI
AI-Powered Browser Automation – Master sophisticated AI operators for seamless, intelligent browser automation.
Self-Learning AI Agents – Develop adaptive AI agents capable of self-improvement, continuous evaluation, and autonomous decision-making.
Make agents communicate and solve issues with MSFT Autogen. An agent collaboration framework