Forum Discussion
The example is creating folders in the log file called Record: 0, Record: 1, etc.
Expand the folders to see the values.
joseph_michaud thanks for the info which location it will create the folder and details.
- joseph_michaud9 years agoModerator
The folders are logical constructs. (They are implemented as different node types in the log file.)
To see the folder contents click on the 'plus' to the left of the line in the TestComplete Test Log.
- JackSparrow9 years agoFrequent Contributor
There is no'plus' to the left of the line in the TestComplete Test Log.But when i checked in the Additional info it was showing the values , now i can read a single column value and based on that i need to read the entire row values stored in diff param's .Can you please help me out
- joseph_michaud9 years agoModerator
Assuming your image somehow corresponds to your COM automation example, then the answer is to not concatenate your column values together:
for k in range (5 , TSCols): TSData = TSData & TSSheet.cells(j,k).Value & ";"
Related Content
- 7 years ago
- 8 years ago
Recent Discussions
- 5 hours ago