I am using excel sheet to export data to QTP but it
selects just one row of data from excel sheel how to import
all rows of excel sheet to QTP during runtime
Answer Posted / kishore
U can use the below code to load the Excel to QTP
Dim App 'As Application
Set App = CreateObject("QuickTest.Application")
App.Test.Settings.Resources.DataTablePath ="datatablepath"
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
Name the properties you would use for identifying a browser and page when using descriptive programming?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How many types of Automation frameworks are there in UFT? Describe them.
Both static and dynamic arrays are handled by the vb script. Is it true?
Diff b/w test scenario's and test Procedures?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
How do we handle run-time errors?
Explain the types of object repositorys in qtp?
What are the ordinal identifiers in web page?
What is the XML file architecture ?
how to explain a claims and insurance project?
explain abt dyanamic changing object with example?
Tell me about qtp?
What do you mean by checkpoints in qtp?