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
Hello friends..... On which areas of an application we can not test with QTP
Explain how you can find length of array in qtp?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
what is supply chain management?
Explain the qtp test phases.
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
How can I check if a environment variable exist or not?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
is it possible to add sheets to excel at runtime
what are the challenges you have faced while testing web based application using the automation tools ?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
Is the qtp course will help to create a virtual object?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
What r the different filters in defect in quality center
What are the advantages of qtp?