Other than using import sheet statement for importing the
data from excel sheet, is there any other method that can
be used?
Answers were Sorted based on User's Feedback
Answer / santhosh
Without using Import sheet statement as (VB script),we can
use of Datatable.
Rightclick on the datatable of QTP tool,we will get an
option called File->Import File From
From there you select the path of excel sheet,then start
parameterizing now from the datatable without going for
Excel sheet.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shann
like if ur fetching data frm data base
for each fields in recordset.fielda.count
datatable.globalsheet.Addparameters fielda.name
next
datatable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to return multiple values from a function..? Then how..?
Hello friends..... On which areas of an application we can not test with QTP
0 Answers Thatavarti Technologies,
how your doing reporting in your script?
QTP is used better in which type of application Web based application or desktop application
What is difference between web object and web items
what is the difference btn risks & Therads in the Test plan documentation?
How to test background color and dynamic images which are moving during runtime?
How to get the column count and column name from the resultset in the database connection program?
how to retrieve the xml file data through qtp. can anybody send script for this..
What is the use of virtual objects?
In a webpage how to check the dynamic links that re changing regularly?( without using regular expressions.)
How do you synchronization point through DP?