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 |
i want to when we will write the scripts either after getting the build or after getting the SRS?
Both Static and dynamic arrays are handled by VB script. Is it true?
What are keywords in the vbscript language?
What are the advantages of vbscript?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
explain with example primitive data types of vb script.
write a vb script to display 3*3 matrix
what is the differance between BYVAL,BYREF?
what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?
How to learn VB Script, Since iam working with QTP. So i need to learn VB script.
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
How will you convert a string to lower case string using vbscript?