Solved
Forum Discussion
Raghunandanits
9 months agoOccasional Contributor
Yes, for example, once case is created each case will have unique case id which we would like to verify.
rraghvani
Champion Level 3
9 months agoDepending 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.