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 a reusable action?

574


What are main panes available in qtp test browser?

531


What are some test assets and related extensions of qtp?

551


How to start recording using quicktest professional?

606


Describe how Smart Identification is used

1689






Explain types of descriptive programming?

589


what is the structure for the data driven framework

1478


Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..

1343


How can you close the second opened browser?

800


How you can decide which type of object repository you have to use?

701


Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement

1643


In qtp, how you can use xpath to identify objects?

612


What are the data types in qtp?

665


What is output value? How many types of output values are there in qtp?

574


what is ODC and GDC?

7343