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 and have it run however many times as needed. I'm not sure how to do this and I'm looking for suggestions. If possible, I would like to avoid scripting for this. I'm sure I could come up with some JS that could accomplish this, but I would like a way to do it using a keyword test.
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