Micro Focus QTP (UFT) Forums
Function Library in QTP - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Function Library in QTP (/Thread-Function-Library-in-QTP--3159)



Function Library in QTP - prasadworld321 - 02-26-2010

Can any one make me confirm about the difference between the function library having extension like function.txt,f unction.qfl, function.VBS??

whether all are same or differ from each other. if so, pls give some examples.

Thanks


RE: Function Library in QTP - Saket - 02-26-2010

all three can be treated as the function library in QTP.
by default QTP function library is .qfl file, but you may save it in any of the three formats.
it should depend on the type of functions written into it.


RE: Function Library in QTP - tester_rahul - 02-26-2010

Just wanted to add
.txt is a text file , .vbs is vbscript file and .qfl is Quicktest function library.


RE: Function Library in QTP - vijayendra.shukla - 04-20-2012

I am not sure if all are same then why am I not able to put a breakpoint in run mode on a .qfl function library while I can do this on .vbs files.

I was facing this problem for few days and had no idea what was causing me not to use a breakpoint in my function library. When I googled, I was puzzled that everyone says you can use breakpoint in qfl but not in vbs. I tried by myself and figured its probably the other way around. But may be it's just me or my machine.

FYI - I use QTP-10.