
Meet the instructor whose 20-year quality engineering career spans startups, banks, and industrial code, leading teams from two to eighty and shaping the field through ongoing learning.
Understand what are the limitation, what you can and cannot do in all phases of a software testing project
Master prompt anatomy for software testing with generative AI, outlining context, role, tone, and problem details, plus cascade prompting in automotive software contexts.
Understand CoT(Chain of thought) and model 01 internal reasoning
Link tot research paper: https://arxiv.org/pdf/2201.11903
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
Explore how neural networks mimic brain connections with input, hidden, and output layers, using weights and transformations to learn patterns via supervised learning and deep learning when layers exceed three.
In this material you will understand how critical good quality training data actually is.
Explore openai's models GPT four, zero one preview, and A01 mini, pricing and uses, and how the GPT plus subscription offers priority access to Dall-E, file upload, and code interpreter.
Get some insights into CHAT GPT with Canvas Editor
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
Learn to make your first chatgpt api request with curl by setting the api key, choosing the gpt-3.5 model, and adjusting the temperature, while understanding token counts.
Discover AI assisted code coverage, or self-healing code, by training a model on your code and coverage reports to generate missing unit tests and reinforce learning through feedback.
Explore a GitHub CI workflow where AI fixes code and writes unit tests to raise code coverage above thresholds, triggering repeated commits until checks pass, with human review for quality.
Explore a next generation testing framework that uses analytics to drive continuous acceptance testing and production monitoring, via given–when–then scenarios fed by user behavior and model insights to prioritize usage.
Train your AI with UI details, mocks, and existing test scripts to generate valid Selenium test cases, aligned with your page object model and company best practices.
Learn to generate a high level ERP test strategy with ChatGPT using basic, intermediate, and advanced prompts, zero-one preview, canvas editing, and comprehensive risk-based cross-module testing for automation and performance.
Learn how to generate user acceptance tests and acceptance test templates with ChatGPT, crafting given-when-then scenarios from a user story, covering functional and nonfunctional requirements.
Use Chat GPT to select from multiple frameworks and compare so that you get the right one.
Run npm install playwright, set up a working folder, install browsers with npx playwright install, and run tests with npx playwright test to capture a screenshot.
Understand how to extend the test and generate the first script - Spoiler it will not be usable from the beginning
Add logs and capture screenshots after each test step to simplify debugging and root-cause analysis within the playwright automation framework.
How to use GPT 4o with Canvas to format code according to industry best practices such as decoupling, page object model and configuration files.
Configure the agents md file for ai-driven test automation with playwright and a page object model, using repository workflows. Include config.json settings, installation steps, and pull request guidelines.
Fix a poorly written agent.md for OpenAI Codex by defining agent instructions, config, tests, and data so tests run only when instructed.
Generate cucumber feature files to automate test coverage using Gherkin-inspired scenarios, feature files, and Cucumber Java, while defining keywords and aligning with your system's syntax.
Learn to generate automated tests with ChatGPT by drafting Java-based WebDriver tests, mapping elements with a page object model, and validating scenarios from cucumber feature files.
Reverse engineer Selenium WebDriver Java tests into Cucumber feature files to produce human-readable scenarios for management and audits, using ChatGPT to bridge code and Cucumber.
Test the api by crafting a json payload for a calculator exposed on port 80 localhost, calling post methods for addition, subtraction, multiply, divide, and invalid operation, and validate results.
Learn to run a Postman collection from the CLI on Windows using Newman after installing Node.js and npm, enabling CI/CD test runs after pull requests.
Generate sql queries against a three-table database (customers, products, orders) using ChatGPT. Build selects, inner joins, inserts, and transaction-based scripts with realistic test data.
Leverage generative AI to add a Postman test job to a GitHub Actions CI/CD pipeline, running on Ubuntu, installing NodeJS and Newman, and setting up Postman API key after deploy.
Explore AI agents as orchestrators coordinating large language models, tools, and databases to automate tasks and enable scalable software development with prompt chaining and feedback loops.
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, 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.
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.
See how to create a Performance testing Framework with CI/CD on cloud with AI
Crate your own custom GPT and publish it in the GPT Store
Understand Machine Learning and basic AI Concepts
Connect to the OpenAI Backend with the help of the REST API.