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
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
When do go for loop condition in test?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
How many types of recording modes in qtp?
What is the short cut keys for the following?
How QTP identify the system time that's changes every seconds?
write the vb script for call to new action in qtp?
What are the different ways to invoke an application using QTP?
What is system testing and what are the different types of tests you perform in system testing?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
What is checkpoints for quicktest professional (qtp)?
When should I use smart identification?
What is synchronization? What are the ways you can synchronize?
how to know no.of mails in our g mail by using vb-script
How does qtp identify objects in the application?