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 |
can i able to connect any version of qtp to any version qc
How to Creating an Output Value using QTP?
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
Hi, When iam trying to import sheet to the QTP Global data table at the run time using the Importsheet method.It is able to import the sheet but no data is present after the import due to which the test is failing.Could anyone suggest what should be done. When I open the actual excel sheet data is present and is not corrupted.
Can anyone tell me about "Step- By Step Paramterization". among the two paramaterizations, Step by step and Parameterize All, which one is mostly used.
Please tell me the steps to record the test in Analog recording mode in QTP version 9.2???
What is FRAME WORK? How many Frameworks can QTP supports?
How can we record an edit box in the Web application ?
what is the difference between Reusable action and external action?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
How to change the run-time value of a property for an object in QTP?
Can we test internet application using QTP?