Forum Discussion
2 Replies
- Marsha_R
Champion Level 3
If 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.
- sshah1Contributor
Thanks. I figured out.