![]() |
Need Help: Missing Run-Time Data Table in Result - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Need Help: Missing Run-Time Data Table in Result (/Thread-Need-Help-Missing-Run-Time-Data-Table-in-Result) |
Need Help: Missing Run-Time Data Table in Result - john.doe - 05-03-2011 Hi All, I'm currently developing a QTP test for SAP. The logic of the test is as described below: Code: DataTable.ImportSheet "..\SheetA.xls","1","SheetA" I execute the test in one iteration only, since I iterate all rows with 'While' loop. At the end of each time I run the test, run-time data table is missing and the Default.xls in result folder cannot be opened because it's somehow corrupted. I've tried to change the program logic by erasing the 'While' loop and execute the test in multiple iterations, and the problem still persist. Please help me to resolve this problem, guys. Thank you, john.doe |