ryanterronez
4 years agoOccasional Contributor
Parameterized test step
I have a page that displays links for different charts: I would like to have a parameterized keyword test step that will take each of these links as a parameter. That way I can write one test...
- 4 years ago
I believe the issue here is the variable type - for this you will have to use a string type variable.
You can use a set variable value step to iterate through a table - here is a somewhat similar tutorial that applies a similar concept: https://support.smartbear.com/testcomplete/docs/testing-with/data-driven/tutorials/keyword/modifying-mastercard-clickbutton-operation.html