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
What is the limitation to XML Checkpoints?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
What is the parameterization? Give one example?
How many types of object repository in qtp?
UFT 12.02 which ALM version will support
what is the mail use of frame work(with detail). architecture for keyword driven frame work
How many types of parameters are there?
Explain the features and benefits of quick test pro(qtp)?
How to use output values in qtp ?
How to interact tool & application build in QTP?
Can any suggest me what is exposure testing?
Explain the benefits of quick test pro(qtp)?
What is the short cut keys for the following?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is