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
Explain about business process component? types and usage?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
how to evalute defects in QTP script?
Mention the test steps of qtp.
could any help me please, how to work on visual foxpro application using UFT
Is the qtp course will help to create a virtual object?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
How to execute a winrunner script in quicktest professional (qtp)?
When should I use smart identification?
Can we run multiple QTP scripts one after the other without manual intervention? How?
Where to use function or action?
What is the default add-ins in qtp?
What is the syntax for how to call one script from another?
What is object repository in qtp?
Is text area check point supports for web applications?