What is the another extension name of library file. If that
is exist than what's the difference between them.
Answer Posted / kamesh
QTP can use 3 different types of function library
extensions: .qfl (not .qfi), .vbs and .txt
.qfl is local to QTP and can only be called and used by
QTP. .vbs and .txt on the other hand can be used by QTP and
by any application other than QTP. So, what I am trying to
say is that, you can open notepad and write a function and
associate it with your test as a .txt file. Either way, all
three can be used as QTP function libraries which contain a
function that you can use in your test. Another way to use
functions is to directly type them in your respective
action.
There is a difference between the .qfl and .vbs file. The
difference is you can put a breakpoint in .qfl and debug
your function written in the .qfl file. But, you cannot do
this in a .vbs file. Because of this reason, I prefer
writing function libraries in .qfl rather than in .vbs.
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
what is description object?
Explain in brief about the quicktest professional automation object model?
What is fragmentation and paging?
How the smart identification is used in real time?Please explain with an example
What is a Patch in QTP?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
Sql questions to find second max salary and how to use joins
Where we can use the synchronization?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
when will you do debug your script? and explain that process?
What is the difference between Keyword Driven test and Data Driven test?
What is the difference between shared and local object repository?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
What is keyword view in qtp?