From the course: Software Testing Foundations: Integrating AI into the Quality Process
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Cases, suites, and management
From the course: Software Testing Foundations: Integrating AI into the Quality Process
Cases, suites, and management
- [Instructor] Test cases are a challenge to create because they're incredibly specific to your product. It may seem unlikely that an AI could design a custom test case for the specific test techniques you need to execute, but it actually offers a great foundational tool to accelerate the process of designing and measuring test data. Just like in the test plan, you have the building blocks in your hands to create your test cases. You have your user requirements, the product itself, your development partners and stakeholders, and all the history of your product up to that point. In fact, you likely have old test cases you've used in prior projects. These past resources give you much of what you need to design your test cases. AI can take that existing data and help you prepare for new tests. By having this prior documentation, you'd only have to tell the AI the changes, new features, or other parameters that differentiate the new product to get it to generate a new test case. To make…