Forum Discussion
Marsha_R
Champion Level 3
11 years agoIf your index looks something like this when it's hard coded:
object.index(1)
then instead of the 1, use
KeywordTests.Variable.MyIndexVariable
or
Project.Variable.MyIndexVariable
I find it easier to write the test initially with a hard-coded value so I can see the mechanism work, and then change it to a variable.
sshah1
11 years agoContributor
Thanks. I figured out.