QTP Forums

Full Version: Function Library in QTP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.
Just wanted to add
.txt is a text file , .vbs is vbscript file and .qfl is Quicktest function library.
Reference URL's