What is the another extension name of library file. If that
is exist than what's the difference between them.

Answers were Sorted based on User's Feedback



What is the another extension name of library file. If that is exist than what's the differenc..

Answer / 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

What is the another extension name of library file. If that is exist than what's the differenc..

Answer / devina

.vbs - library file extension
.mts - script file extension

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More QTP Interview Questions

Hi Friends...this is surendra..recently i joined automation team ...Please send me some documents regarding VB script ...and where can i learn VB script... This is My mail id: surendra.mamilla@gmail.com... please send to my mail.... Thanx in advance surendra.

1 Answers  


What is the difference between byref and byval in qtp?

0 Answers  


How to handle Run-time errors?

1 Answers   Crea,


What r the different filters in defect in quality center

0 Answers  


How can we call Winrunner functions from QTP?

1 Answers  






How to take screen shot of desktop by using vb script code or is there any method?

1 Answers  


what is object repository size?

22 Answers   ITC Infotech,


Explain types of exception handling and script for that?

2 Answers  


Hi, I am new into the field of testing and I need to know how can I begin automating the testing of Mainframe applications using QTP. Can anyone help me?

0 Answers  


What is time parameter?

1 Answers  


what is L-trim function will do?

2 Answers  


Hi, how can we check or avoid the memory leakage in QTP9.2?

0 Answers   Arctern,


Categories