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
What is object repository in qtp?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
Did QTP prove efficient for your project? Yes or No, explain?
What is the default add-ins in qtp?
What are the methods of the TextStream object that are used for reading from a text file?
what is keyword driven testing in qtp?n how is it useful?
What does it mean when a check point is in red color? What do you do?
Explain the difference between data driven testing and parameterization ?
how to disable the pop ups through QTP using a script
How are actions and functions different in QTP?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
If I change the object name in one action will it be updated in all the actions? Or not?
Write a QTP script to enter a keyword in to Google search engine?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))