TechFundu

  • Increase font size
  • Default font size
  • Decrease font size
Welcome Guest,  Login | Join Now
Home Forum

In QTP how to Retrieve data from a 2 column datatable to variables?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: In QTP how to Retrieve data from a 2 column datatable to variables?
#29
In QTP how to Retrieve data from a 2 column datatable to variables? 2 Years, 8 Months ago Karma: 0
Hi, I have data table with 2 columns and i would like to retrieve those values into 2 different variables.
Can some one tell me how i do that.
Thanks in Advance
Sweety
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#30
Re:In QTP how to Retrieve data from a 2 column datatable to variables? 2 Years, 8 Months ago Karma: 0
Yes it is possible in QTP...

Import the datatable then
var1 = Datatable.getsheet().getparameter("col1").ValueByRow(num)
var2 = Datatable.getsheet().getparameter("col2").ValueByRow(num)
karki.madhu
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
get the latest posts directly to your desktop
Follow us on Twitter