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 |
Why is Client side image is preferred over server side image?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
How many types of recording modes are there?
Hello! i am having two comboboxes.Each having 10 items in it.when i select first item in first combobox,it is not similar in the second combobox.for ex in first combo if it is Hyderabad,in second it should be some chenai or some other item .Write a VBSCRIPT for that?
Deal All, Recently i face one interview question in one company. str="test12@#3456" In This i want to print like special character and numeric ,word in one script please tell me how to write the code for this Thanks Balaji
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
What does it mean when a check point is in red color? what do u do?
what is the diff between Procedure and function
How to open any application during Scripting?
How you automate test scripts
How to make arguments optional in a function?
What is the condition or scenario that leads the use of object spy in qtp? (while recording we can get all the properties) then wat leads to use this?