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 |
Explain types of output values?
what are the disadvantages of qtp? can linux support qtp9.2? how could get web address throu vbscript?
What is accessibility check point?
WHICH functionalities of QTP used in Banking project?
How to change the priorities of the recovery scenario properties?
What is the difference between wait and synchronization point?
How you are developing the script? Using record and play back or manual?
In the QTP the snap shots obtained during the recording time will appear in the active screen, if we have to use the snapshots from where we have to access. in which memory location of QTP they will be stored?
What is the latest version of qtp?
hi, for QTP TRAINING......SURESH REDDY SMART SOLUTIONS sr.nagar IS BEST OR NOT? how faculty teaches?
How to test login module with different username and password by using data driven testing in QTP?
what is the another name for blackbox testing?