Multiple choice technology testing

When a procedure is created in the Function Library editor, what is the extension on the file?

  1. A. .INI

  2. B. .TXT

  3. C. .QFL

  4. D. .VBS

Reveal answer Fill a bubble to check yourself
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.