Micro Focus QTP (UFT) Forums
Export Values - 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: Export Values (/Thread-Export-Values)



Export Values - Shandru - 12-20-2010

Hi friends...
Im using random value method to get the value, im unable to export values at runtime. After 3 iteration only last iteration value stored in Data table. i want to see all iteration values.

Please any body give solution for this condition...

By
Shandru



RE: Export Values - manishbhalshankar - 12-20-2010

Hi Shandru,

Can you please elaborate.
What exactly are you trying to do? How are you exporting values?


RE: Export Values - PrabhatN - 12-20-2010

Hi Shandru,

May be you are overwriting the values in the same cell of the Data Table. If this is the case, include "DataTable.SetCurrentRow(counter)" as the first line inside the loop. After you exit the loop, you should reset it to 1.