Forum Discussion

Rookie's avatar
Rookie
Occasional Contributor
8 years ago

TestComplete is adding random characters to text that is being read from Excel file.

Hi,

 

I'm reading data from Excel file by adding the worksheet to the project variable.  Suppose this is the data I have in the excel file:

var variableValueInExcelFile = Panel("widget_uniqName_*_*").Panel(0).Textbox("uniqName)

 

When I do Log.Message("variableValueInExcelFile"), i see the following value:

Panel("widget_uniqName_*_*").Panel(0).Textbox("uniqName)subHeaderFilingDate">

 

I'm using TestComplete 11.2 . Please help!

 

Thanks.