Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Parameterization
#1
Not Solved
Hi,
I am very new to QTP. I Put a Database CHkpt & parameterize it. But i dont know how to and where to code to get that unique value in the text box. I also tried Text Output Check point but i am not able to figure out how to pass the value .

Code:
Dim Receipt_txt
Receipt_txt = Datatable("Receipt_Num", dtGlobalSheet)

It gives me a syntax Error that End of statement Expected.

I will really appreciate the help.

Thanks,
Nilu.
Reply
#2
Not Solved
If you are are try to get the value from your datatable on column name recipt_txt
then try this
Code:
receipt_txt=Datatable.value("Receipt_Num", dtGlobalSheet)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Action Parameterization Issue Slothman 1 1,572 10-31-2020, 01:05 PM
Last Post: Ankur
  Business Components Parameterization YogeshCallappa 0 1,511 06-07-2017, 04:32 PM
Last Post: YogeshCallappa
  Parameterization Hanskanika 0 1,532 11-20-2015, 04:45 PM
Last Post: Hanskanika
  Flight reservation basic parameterization not working on qtp 11.5 srs246 0 3,569 01-08-2013, 10:14 AM
Last Post: srs246
  "QTP Parameterization" suresz449 1 14,381 08-19-2011, 02:22 PM
Last Post: sreeswetha

Forum Jump:


Users browsing this thread: 1 Guest(s)