Iso_Yura
2 years agoContributor
Using local variable in Script Routine.
Hello all, In my keyword test I use Run Script Routine. The script should click on the QT button, the value of the button stored in the csv file under "TC_Organism_button" column. I'm trying to p...
- 2 years ago
Is this the same issue as https://community.smartbear.com/t5/TestComplete-Questions/Test-execution-fails-after-I-modified-variable-of-a-ClickButton/td-p/251645 ?
You need to use the eval() function to evaluate the JavaScript code represented as a string
In your CSV file, how have you defined the actual button name?
You have defined the following,
which doesn't match with the code you have written
and your comment "# Get the CSV file path from the 'test_variable' keyword test variable" doesn't match which what you are trying to do - which is confusing