Forum Discussion

Mike359's avatar
Mike359
Occasional Contributor
3 years ago
Solved

DDT.ExcelDriver Sometimes Truncates Long Strings at 255 characters.

Hi  I am using the DDTDriver  - to drive my data driven tests using spreadsheet   ie. MainDriver = DDT.ExcelDriver(Path + Workbook, Sheet, true);   I have found, on some of the sheets I hav...
  • Mike359's avatar
    Mike359
    3 years ago

    Hi, I think I have found the cause. ğŸ˜€

    I found this section in the documentation:

    It would explain the behaviour. Adding it so others might also benefit from it. (Simple solution is to include a long string in the first 8 rows of your DDT test, then other rows will not be truncated).