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


Please Help Members By Posting Answers For Below Questions

What is the limitation to XML Checkpoints?

1812


whenever U using QTP,Test Director, Why we using separate Bug tracking tool?

1818


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

1688


What is the parameterization? Give one example?

761


How many types of object repository in qtp?

808






UFT 12.02 which ALM version will support

1180


what is the mail use of frame work(with detail). architecture for keyword driven frame work

1599


How many types of parameters are there?

720


Explain the features and benefits of quick test pro(qtp)?

708


How to use output values in qtp ?

718


How to interact tool & application build in QTP?

1650


Can any suggest me what is exposure testing?

1545


Explain the benefits of quick test pro(qtp)?

736


What is the short cut keys for the following?

814


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

6506