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
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 |
Answer / devina
.vbs - library file extension
.mts - script file extension
| Is This Answer Correct ? | 5 Yes | 3 No |
Why bpt?
what is test data
Explain the QTP Tool interface.
In QTP, Which are the concepts are needed to do Functional testing and Regression testing?
qtp script for recording and running the application.need script for short cut keys like f3,f4 etc.how to write script for recording?
what is the general issues faced while using automation tool Qtp9.0
if we can find the status of script in qtp that either it's pass or fail then why we need to put this status on different excel file or log file in hybrid framework .please let me know asap thanks
what are the metrics in general we use in testing
can u pls explain me About Driver script.
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
Reverse string without mid or streverse function.
How to run a test using quicktest professional (qtp)?