in qtp we ve datatable look like excel ,if we want to
extract data from excel which saved in my documet how can i
get that in datatable using vb script
Answers were Sorted based on User's Feedback
Answer / jyotikrushna mohapatra
You can do by just parameterizing it.Let's explain with an
example. You have a datatable let table.xls in C drive and
if you want to extract the data from this excel file into
your document then write in the pane
datatable.importsheet "C:\\table.xls",1,destination
Here destination means where u have to place the data
Is This Answer Correct ? | 2 Yes | 1 No |
write a vb script to generate 3*3 matrix
When does ‘on click of button’ event gets triggered in the vbscript language?
Join the multiple array with out using JOIN function
How do i automate a website www.flyashx.com without having any test cases witin a week time.
How strcomp function works?
Is vbscript a case-sensitive or case-insensitive?
Mention how to access array data?
this q asked in applabs, q is: QTP should open google.com page and enter "qtp" in one edit(search) box and click search and should open google.com again and enter "job" in edit(search) box and click on search. I tried this but getting error "Edit(search) box matches more than one object", could anyone this question plz..
i want to when we will write the scripts either after getting the build or after getting the SRS?
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it
To get data from table which method will be used in QTP
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?