leonmoto
6 years agoOccasional Contributor
Use dynamic parameters for TestItem
Hey,
I would like to structure my test sequence via TestItems in TestComplete. But I ran into one problem:
I want to start my TestItems (TI) out of the script with dynamic/changing parameters. Is...
- 6 years ago
When assigning the parameters in your test items, you can select a Variable as an option. This would be either a Project or Project Suite level variable. So, all you would have to do is make sure that you create the appropriate variables and update them in the course of your automation execution.