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... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..

1 Answers  


what is Defect density, defect leakage, defect age,latentbed,yasid testing, interface

4 Answers   Syntel,


Whenever we use GETROPROPERTY function.

7 Answers   NIIT,


How to handle Java tree in QTP?

0 Answers  


can i able to connect any version of qtp to any version qc

2 Answers  






Could someone explain me how to work on Out put values, explain with some example on Flight Reservation. I want to insert the out put value for the order No. Please explain the steps with some example.

2 Answers  


Tell me few important difference Between QTP and WinRunner?

3 Answers   Syntel,


I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?

0 Answers  


How can we do this one ? at runtime qtpwindow and browser aren't disply on monitor (or) aren't visible on desktop?how?

1 Answers  


Write code for ,We have a web table with rows and columns like EmpID EName Action 1 ABC Edit Delete 2 XYZ Edit Delete 3 PQR Edit Delete In the above Table the last column has two links we have to click first link based up on EmpID =2

2 Answers  


1)what is the quality process in QTP? 2)how to add the .tsr file in qtp through scripting?

1 Answers   L&T,


How to capture the tooltip of webelement,if there are two values displayed in tooltip of webelement?

1 Answers  


Categories