Multiple choice technology testing

What are all the available environment variable types?

  1. Built-in

  2. User-defined

  3. Built-in, User-defined

  4. User function

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

QTP environment variables come in two types: Built-in (predefined by QTP like TestName, ActionName, etc.) and User-defined (created by the user). Both types serve different purposes: built-in for system information and user-defined for test-specific data. Option C correctly identifies both available types.