How to call a function in QTP?Is there any method ?
Thanks ,
PRASANNA
Answers were Sorted based on User's Feedback
Answer / siva
there are twoways
call login( login is a function name) for this we have to
create a function in a notepad and we have to save it
with .vbs extension, then we have to go to settings-
resources-you the show he path of the vbs file) then it
will work perfect or else
executefile"pathof your vbs file"
ex: executefile"d:\\login"
i hopw you can understand
| Is This Answer Correct ? | 2 Yes | 0 No |
Other than using import sheet statement for importing the data from excel sheet, is there any other method that can be used?
Can you import and export data from XLS and how?
Can u Reduce the size of Object repository? What are the problems u have faced in Qtp tool?
Expalin Text/Text Area Checkpoint
difference between do while and do until ?
Sql questions to find second max salary and how to use joins
i have data in excel sheet.i imported the data in data table.while doing parameterization,how the code knows it is a valid or invalid data?
What are the recording modes in qtp?
How to use transactions in qtp?
how u will describe testing activities?
several browsers opened. write QTP script to close all browsers except gmail.
what is the difference between image and bitmap check point