Multiple choice technology performance In which part of the scripts, we will declare the global variables? a.Vuser_init b.Vuser_end c.globals.h 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.