When a procedure is created in the Function Library editor, what is the extension on the file?
-
A. .INI
-
B. .TXT
-
C. .QFL
-
D. .VBS
C
Correct answer
Explanation
In QTP, procedures created in the Function Library editor are saved with the .QFL extension (QuickTest Function Library). This is QTP's standard file format for storing reusable functions and procedures that can be associated with multiple tests. .INI files are configuration files, .TXT are plain text, and .VBS are standalone VBScript files - none of these are used for Function Library procedures in QTP.