Hi,
I am trying to declare string array but I am getting unexpected token error. not sure what wrong I am doing.
String[] dataValues
dataValues = new String[]{‘Url’, ‘Username’, ‘Password’}
Description | Resource | Path | Location | Type |
---|---|---|---|---|
unexpected token: Url @ line 22, column 27. | Script1591064744798.groovy | //Scripts/testData/testData_readexcel | line 22 | Groovy type checking problem |
But when I try to look at the examples everywhere I saw the same declaration.
Thanks