How do you data drive an external spreadsheet?
Answer / santhosh
To data drive an external spreadsheet we just import that
spread sheet
In QTP,this can be done in two ways:
1) Using VB Script like datatable.ImportSheet "path of the
file",1,1
Where '1'specifies the file is for reading purpose
While another '1'specifies that the file is in ANSI Format
2) Anothe method u just right click on the Data sheet of the
QTP there u will find 'Import'option click on it and go for
the spread sheet,Now rest of the thing is same like by using
VB Script and counting the values in the data sheet and
retreiving from the Datasheet.
| Is This Answer Correct ? | 1 Yes | 1 No |
what is descriptive programming?
anyone can explain about "Smart Identification" in QTP. what is the use of "Smart Identification" ???
What is use of Global Sync Timeouts in QTP9.2?
Analyzing the Checkpoint results ?
What are the advantages of QTP over WinRunner?
what is the extension for the test version of the script?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
How many check points are there in QTP and what are they?
Explain object spy in qtp.
How can we close all webbrowsers which are opened in out desktop?
if full in Object Repostoiory then how to load other Object Repository
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?