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 |
How many test scripts are prapare in ur project(HeathCare Insurance).
How does Parameterization and Data-Driving relate to each other in QTP?
IF application is a Java-based application means 2 0r 3 tier application. How the script will be in QTP. pls kindly give some sample script.
How to handle recovery scenario for a application crash.write script for this.
what are the areas that cannot be tested using an automated tool? list a few
What are benefits of qtp?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
Can launch two instances of qtp on the same machine?
QTP identifying the child tabs in a maintab like tab_1,tab_2,tab_3,tab_4 while using a for loop for these tabs.its not proceeding from _1 to _2. How can i use "for loop "
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
How to customize qtp?
Can we use smart identification in Keyword Driven approach? If yes , How we can use. Please Explain?