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 |
What is Optional step?
WHAT IS OBJECT REPROSITORY?
Is it possible to merge two object repository files in qtp?
What is vulnerability?
what is compiled module?
how to check URL using QTP? write vb script with descriptive programm only?
Output values? i want a practical example
write script for "dropdown button having how many words? for ex.SELECT CITY is dropdown name.. find out how many cities in that?
What is ‘object spy’ and what is the function of object spy in qtp?
I have a Webtable object in my shared object repository, say WT1, which has different index value in 2 different versions, one version having WT1's index value as 1 and other version having WT1's index value as 2. how could i use same test script to identify the WT1 object having different index values.
How to Test the mainframe application?(tell me few basic things)
what do u mean by test harnesses in qtp?