Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need Help: Missing Run-Time Data Table in Result
#1
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" rows = int(DataTable.GetSheet("SheetA").GetRowCount) idx = int(1) while idx <= rows 'execute transaction DataTable("Status","SheetA") = 'result of the transaction idx = idx + 1 wend

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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  data table use uft_usr 1 2,699 06-29-2016, 05:23 PM
Last Post: Ankesh
  QTP not recogonising object during run time Lavanya N 2 4,298 10-28-2015, 12:46 PM
Last Post: vinod123
  Writing to Run time data table Neetha 5 13,196 08-27-2015, 10:18 AM
Last Post: supputuri
  How to Export run result viewer with CAPTURED DATA and save it in PDF,or Doc,or HTML akhandesh 0 3,288 07-16-2015, 06:03 PM
Last Post: akhandesh
  Part of parameters missing when passing between actions skumar007 1 3,481 10-10-2014, 02:00 AM
Last Post: skumar007

Forum Jump:


Users browsing this thread: 1 Guest(s)