End of my data driven test > Ending with an Exception "Type Mismatch"
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2020
08:59 PM
12-09-2020
08:59 PM
End of my data driven test > Ending with an Exception "Type Mismatch"
Created a small data-driven test, but it returns an exception after the loop is completed.
Solved! Go to Solution.
Labels:
- Labels:
-
Keyword Tests
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2020
02:07 AM
12-10-2020
02:07 AM
Hi,
The only thing I can think of here is that Test Complete 'thinks' that it should process row 5. If your source data is in CSV format, open it in Notepad and check for a <cr> at the end of the last line.
Another thing worth trying... In your DataDrivenLoop step, does it allow you to see the data? Might be worth seeing how rows the app thinks it needs to process.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2020
05:24 AM
12-10-2020
05:24 AM
Thank you very much for your support. The problem got resolved with your suggestion.
