Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Capturing output value into a datatable
#1
Not Solved
Hi to all,

I am new to the forum. I am trying to capture some dynamic values from a screen and add them to a second column in the QTP datatable. The numbers are automatically generated after submission and I would like QTP to automatically capture and input them into the datatable. Once this second set of numbers is created, it would also be used for others items (i.e Purchase Order, Voucher) on separate scripts ( see below the sequence) I have tried many times, but it does not work. Your help would be much appreciated.

Requisition number--->Purchase Order number----> Voucher number

Thank you

Ndumbane.
Reply
#2
Not Solved
Hi,
first capture the values from the application store it in global data table
Code:
Datatable.Value("xx")="yy"
Use this datatable across actions to use the values generated within different actions.

Regards,
Sankalp
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  "Regular Expression for my output" suresz449 7 5,664 12-27-2011, 04:19 PM
Last Post: shivu.hanu

Forum Jump:


Users browsing this thread: 1 Guest(s)