Micro Focus QTP (UFT) Forums
Storing the dynamic data to datatable - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Storing the dynamic data to datatable (/Thread-Storing-the-dynamic-data-to-datatable)



Storing the dynamic data to datatable - nire - 01-29-2008

hi All,
I have a guide screen. when I browse thru guide, the program name and the timing changes. i need to capture the program timing to do operation on the program.

please let me kno how to do this.


RE: Storing the dynamic data to datatable - Ankur - 01-29-2008

You can use output value checkpoint OR Datatable.Value()= "Your Value" OR Environment Variables


RE: Storing the dynamic data to datatable - linhke - 12-09-2009

Hi all,

I have a excel sheet with structure:

KEY USER_NAME PASS_WORD
LOG2 niss niss

After i set randomize for USER_NAME, i want to store this new variable value. Can anybody help me how to do this action without input row, column index?

Thanks and BRs,


RE: Storing the dynamic data to datatable - Saket - 12-10-2009

@linhke - Please create a new thread for your query rather posting your query in a thread which is not relevant to your query