We may earn an affiliate commission when you visit our partners.
Course image
Mark Shrike, Andrii Kuchyrenko, and Viсtoria N

1. Absolute beginners in Software Testing who want to learn the most popular software testing tools that every QA uses to work.2. Experienced software testers who want to recall the basic usage of Software Testing Tools, and learn something new in this topic.3. Experienced Manual Software Testers who want to learn how to automate test cases with the help of ChatGPT in a short time4. Anyone who wants to take the first steps in Software Automation Testing with the help of ChatGPT

Read more

1. Absolute beginners in Software Testing who want to learn the most popular software testing tools that every QA uses to work.2. Experienced software testers who want to recall the basic usage of Software Testing Tools, and learn something new in this topic.3. Experienced Manual Software Testers who want to learn how to automate test cases with the help of ChatGPT in a short time4. Anyone who wants to take the first steps in Software Automation Testing with the help of ChatGPT

The main task of the course is to deepen knowledge about manual testing tools and to assist testers in different aspects and needs of their work.

For that reason, we prepared 4 things:

1. An overview of the main tools for Manual Software testing by category, such as:

  • AI Tools for Manual Software Testing

  • Web Testing Tools

  • Automation Testing Tools with the help of ChatGPT

  • Mobile Testing Tools

  • API Testing Tools

  • Accessibility Testing Tools

  • Capture Networking Traffic Tools

2. Explanation of several tools for each category, such as:

  • ChatGPT, Bard AI, Bing AI, and Chatsonic AI for Software testing;

  • Chrome dev tools and BrowserStack for Web testing;

  • TestRail as a Test Management tool;

  • NVDA, Voice Over, TalkBack, WAVE, Accessibility Insights for accessibility testing;

  • Playwright/JavaScript with the help of ChatGPT for Automation Software Testing;

  • Selenium/Java with the help of ChatGPT for Automation Software Testing;

  • Android Studio and Xcode for Mobile testing;

  • Postman and JMeter for API testing;

  • Wireshark for Networking testing;

3. Demonstrating several basic practical functions that testers can use in their work using ChatGPT, Bard AI, Bing AI, Chatsonic AI, Chrome Dev Tools, BrowserStack, TestRail, Android Studio, Xcode, Postman, JMeter, Wireshark, NVDA, Voice Over, TalkBack, WAVE, Accessibility Insights, GitHub, Visual Studio Code, IntelliJ IDEA, Playwright, Selenium.

4. Demonstrating how the Manual QA Engineer can start the automation journey by creating and running Selenium/Java test scripts for the different website functions, such as Filters, Sorting, Navigation, Minicart, etc., with the help of ChatGPT. Each lecture for the Automation part is shown on our website, where we created separate components to show everything in practice. For each of our lessons, we created a separate class in the IntelliJ IDEA Integrated Development Environment. So it will be easier for you to find the code you need in the future. The final code will be available in the lecture materials and on our website. We can open our webpage, run it, and check the results using this code.

5. Demonstrating how the Manual QA Engineer can start the automation journey by creating and running JavaScript/Playwright test scripts for the different functions on the website, such as Login, Login Negative Scenarios, My Account, and End-to-End purchase flow with the Help of ChatGPT. Each lecture for the Automation part is shown on our website, where we created separate components to show everything in practice. We created a separate class in Visual Studio Code for each of our lessons. So it will be easier for you to find the code you need in the future. The final code will be available in the lecture materials, on our website, and on GitHub. We can open our webpage, run it, and check the results using this code.

We hope you will enjoy the course and feel free to write reviews and opinions on which tools you would like to overview next, we will prioritize and add them to the full version of the course.

Prepare a cup of coffee or another favorite drink and enjoy the course.

Hope to see you in the first lecture.

Enroll now

What's inside

Learning objectives

  • Overview of the main ai tools for software testing
  • Overview of the main categories of manual software testing tools with the corresponding tools for each category
  • Learn generative ai genai (chatgpt) and other ai tools with which you can assist with software testing
  • Learn 7 of the most popular manual software testing tools with which you can test web, mobile, api, performance and networking testing
  • A video review of each tool includes an overview of the main navigation component of the tool for those who launch it for the first time
  • A video review of each tool includes demonstrating several basic practical functions that testers can use in their work
  • Learn how to use genai (chatgpt) for automation software testing
  • Learn how a manual qa engineer can automate work with the help of genai (chatgpt) in a short period of time
  • Learn how to create and run javascript/playwright test script for login, my account, end-to-eng purchase flow
  • Learn how to create and run selenium/java test script for search, sorting, navigation, form submission, report, verification
  • Each video for the automation testing includes source code and practical example, which you can use to practise on our website
  • Understand the fundamentals of accessibility testing, including its purpose, key principles, and why it's essential for creating inclusive digital products
  • Learn how to use nvda to test web accessibility on windows, focusing on how screen readers interpret content and identify compatibility issues
  • Understand how to use voiceover on macos for testing accessibility, including gestures and navigation commands on apple devices
  • Gain experience testing mobile accessibility on ios devices using voiceover, focusing on touch gestures and mobile-specific navigation
  • Discover how to use talkback on android for testing accessibility, including gesture navigation and feedback interpretation on android devices
  • Master testing keyboard navigation to ensure focus order, tab functionality, and overall keyboard operability for web interfaces
  • Use tools like wave to evaluate color contrast on web pages, ensuring visual elements meet accessibility standards for users with visual impairments
  • Show more
  • Show less

Syllabus

Introduction
Assistance with Test Design of manual test cases
ChatGPT
ChatGPT Overview (How to use ChatGPT for Software Testing?)
Read more

Save this course

Create your own learning path. Save this course to your list so you can find it easily later.
Save

Activities

Coming soon We're preparing activities for GenAI And Other Software Testing Tools Every QA Should Know. These are activities you can do either before, during, or after a course.

Career center

Learners who complete GenAI And Other Software Testing Tools Every QA Should Know will develop knowledge and skills that may be useful to these careers:

Reading list

We've selected 20 books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in GenAI And Other Software Testing Tools Every QA Should Know.
Provides a comprehensive look at how AI and Machine Learning are transforming the automation landscape, particularly for Selenium and Playwright users. It useful reference tool for understanding the future of 'self-healing' tests and intelligent test execution. It adds significant breadth to the course by explaining the underlying mechanics of the AI tools the instructor demonstrates.
This practical guide serves as an essential companion for the course's Selenium and Java modules, providing code-heavy examples of WebDriver implementations. It is frequently used as a textbook for junior automation engineers to bridge the gap between manual testing and script-based automation. Readers will find it helpful for providing the technical background necessary to troubleshoot the code ChatGPT generates.
Provides a deep dive into the Postman tool mentioned in the course, covering everything from basic requests to automated collection runs. It is an excellent resource for providing prerequisite knowledge on RESTful services and JSON structures. It is commonly used by industry professionals to master API validation, adding more depth to the course's brief overview of the tool.
This beginner-friendly book uses a visual approach to explain how web applications work and how to test them using tools like Chrome DevTools. It is perfect for the 'Absolute beginners' target audience of the course. It provides the fundamental background knowledge needed before diving into automated scripting.
Supplements the course's mobile testing section by providing a broader strategy for testing on real devices and emulators like Android Studio and Xcode. It valuable reference for understanding the nuances of mobile-specific bugs and gestures. It adds depth to the course by explaining how to manage device fragmentation and mobile performance.
Covers a wide array of testing types including accessibility, mobile, and visual testing, mirroring the multi-disciplinary approach of the course. It useful reference tool for testers who need to understand how different tools like Chrome DevTools and Appium fit into a larger strategy. The text is helpful in providing a holistic view of the 'QA should know' philosophy.
Collection of quick solutions to common automation problems, making it an excellent reference tool for the course's Selenium/Java projects. It helps learners troubleshoot the specific 'Filters, Sorting, and Navigation' scenarios the course covers. It is more valuable as a quick-reference guide than a theoretical textbook.
Authored by the leading authority on Wireshark, this book is the definitive reference for capturing and interpreting network traffic. It provides the deep technical background required to make sense of the packet data shown in the course's networking modules. This text is highly recommended for testers who want to specialize in networking and security testing.
Focuses on the strategy of API testing, complementing the course's technical focus on Postman. It explains how to design testable APIs and how to use tools to explore them effectively. It valuable current reference for testers working in modern microservices environments.
Is the standard textbook for the ISTQB syllabus, providing the formal terminology and processes used in the industry. It is helpful in providing prerequisite knowledge for beginners who need to understand the 'Software Testing Life Cycle' mentioned in the course. It adds professional credibility to the practical skills learned in the video lessons.
Provides the essential 'why' behind the accessibility (A11Y) testing tools like NVDA and TalkBack mentioned in the course. It is more valuable as foundational reading on accessibility standards (WCAG) than as a technical manual for specific software. It adds significant breadth to the learner's understanding of inclusive user experiences.
Written by a well-known QA authority, this book discusses the strategic side of automation, helping learners understand when to use ChatGPT and when to rely on manual skills. It provides a critical perspective that adds depth to the course's tool-centric approach. It is valuable as additional reading for developing a professional testing mindset.
Provides a high-level overview of how testing fits into modern Agile teams, which is the environment where most of the course's tools are used. It useful reference for manual testers transitioning into automation roles. It adds breadth by discussing the cultural and team-based aspects of software quality.
Written by a university professor, this book is commonly used as a textbook to teach the systematic approach to finding bugs. It provides the academic background for test design and boundary value analysis that supplements the course's practical tool demonstrations. It is helpful for learners who want to understand the theory behind the test cases they are asking ChatGPT to write.
Offers a rigorous look at test design techniques, including the logic-based testing that ChatGPT often struggles with. It is frequently used in academic settings to teach the mathematics of testing. It provides significant depth for learners who want to master the 'Test Design' part of the course's syllabus.
Is an advanced reference for understanding how browsers communicate over the network, which is essential for mastering the Chrome DevTools Network panel. It provides the deep technical background for the networking concepts introduced in the course. It is widely regarded as a must-read for serious web performance testers.
As a classic in the field, this book provides the timeless principles of manual testing that underpin all the tools mentioned in the course. It useful reference tool for understanding test case psychology and error guessing. While older, it remains a foundational text for anyone starting their QA journey.
Explains the protocols that testers see when using Wireshark and the Network panel in DevTools. It useful reference tool for understanding modern web traffic and performance bottlenecks. It adds breadth to the course by explaining the underlying transport layer of the web.
Provides a comprehensive overview of testing methodologies, including the technical aspects of networking and API testing. It heavy academic textbook that provides the theory behind the 'Networking Traffic' and 'API' modules of the course. It is best used as a deep-dive reference for advanced students.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Similar courses are unavailable at this time. Please try again later.
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2025 OpenCourser