Solved
Forum Discussion
2 Replies
- Marsha_R
Champion Level 3
You can
1) Use an input box to enter the value every time you run the test
https://support.smartbear.com/testcomplete/docs/reference/program-objects/builtin/inputbox.html
2) Use a variable for the value and edit the variable before you run the test
3) Generate a random number and have your test run one way or the other depending on the random number
https://support.smartbear.com/viewarticle/54645/
4) Have your test read the value from a spreadsheet or a text file and edit the value before you run the test.
https://support.smartbear.com/testcomplete/docs/reference/program-objects/ddt/index.html
- sonya_m
Alumni