Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How many ways we can use external XL sheet data import in to runtime datatable
#1
Not Solved
Hi All

Please help me to get data from external XLsheet to datatable (runtime) and use that data in to my applications

Code:
Using Datatable.getsheet

Dim rcount,i, Fdate, Cname, etc...

Datatable.AddSheet("Dtsheet")
datatable.importsheet("C\...\data.xls","sheet1","Dtsheet"

rcount = datatable.getsheet("Dtsheet").getrowcount

for i = 1 to rcount step 1

datatable.setcurrentrow(i)

Fdate = datatable.value("flydate","Dtsheet")
.
.
.
Cnmae = datatable.value("cname","Dtsheet")
,
,

window("flightReservation").active
window("flightReservation").ActiveX("MaskEdBox").type "Fdate"
...
..
Some one please explain the complete flow please

How the data entering in to the (run time) datatable

When the data assigned to variables, how the data input to the application and all other ways to do this with different ways.

Some time working and some time don't work.

I would like to know which way and How many ways we can use external XL sheet data import in to runtime datatable and how we can use that data for Application test data.

Please give some brief description along with example code please.

It should be really appreciated your effort and thanks in advance

Cheers
Reply


Messages In This Thread
How many ways we can use external XL sheet data import in to runtime datatable - by govqa - 02-18-2009, 02:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Search and import data from excel under some rules. nwpulele 2 2,778 02-19-2015, 04:10 AM
Last Post: supputuri
  Exporting QTP runtime datatable to SQL server during SweetyChowdhury 1 3,143 05-10-2013, 03:41 AM
Last Post: sria123
  data sheet row count rushil 2 7,449 12-07-2012, 03:10 AM
Last Post: rushil
  Does QTP support writing runtime data to multiple sheets in excel Shwethareddy 2 3,575 10-16-2012, 12:20 PM
Last Post: Shwethareddy
  Coloring cell of runtime datatable indranilgoswamimcb 3 10,692 08-03-2012, 03:51 PM
Last Post: SteveS

Forum Jump:


Users browsing this thread: 1 Guest(s)