Solved
Forum Discussion
rraghvani
Champion Level 3
9 months agoAre you referring to the tested "value" that's changing which fails the checkpoint?
- Raghunandanits9 months agoOccasional Contributor
Yes, for example, once case is created each case will have unique case id which we would like to verify.
- rraghvani9 months ago
Champion Level 3
Depending on your test scenario, you could implemented https://support.smartbear.com/testcomplete/docs/testing-with/data-driven/index.html
For example, if you are testing a calculator app, the result will always change depending on the input you have provided - use data driven testing for this.