Here’s a super simple example:
To AI:
Imagine a function that takes two integers and adds them returns true if the sum is less than 100, else false, propose three tests
——-
AI might respond…
Sure, here are three test cases for such a function:
1. **Test Case 1: Two small numbers**
-...