Solved
Forum Discussion
rraghvani
Champion Level 3
1 year agoAre you referring to the tested "value" that's changing which fails the checkpoint?
Raghunandanits
1 year agoOccasional Contributor
Yes, for example, once case is created each case will have unique case id which we would like to verify.
- rraghvani1 year 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.