In QTP whether is it possible to call a function from one
action to another action?
Answer Posted / sandeep
Do more simple thing.
Store any function in any .vbs file.
Either link that .vbs file as a Resouce to QTP.
Or
Dynamically link .vbs file with QTP usign
ExecuteFile <file path >
Once either of the step is done then you can call any
function stored in .vbs file
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is QTP scenario.
What is the difference between shared and local object repository?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
What is the difference between analog and low level recording?
Where to use Property Let, Property Get, Property Set in UFT
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
Explain the difference between data driven testing and parameterization ?
How to do call a output parameter from one action to another action??/
What are the flaws in water fall model and how to overcome it?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
Explain more about the Test Fusion Report of QTP?
How many ways we can parameterize data in quicktest professional (qtp)?
We stored into the objects OR and then write the scripting
Suggest and Define a solution for an application whose objects are not recognized by UFT?
what is the advantages and disadvantages of using functions instead of re usable actions