Multiple choice technology performance

In which part of the scripts, we will declare the global variables?

  1. a.Vuser_init

  2. b.Vuser_end

  3. c.globals.h

  4. d.Action

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

In LoadRunner scripts, global variables that need to be accessible across all actions are declared in the globals.h file. Vuser_init and Vuser_end are for initialization and cleanup, while Action contains the main script logic.