Multiple choice technology testing

What are the default sections in a vugen script

  1. V_init,Action,V_End

  2. Vuser_init,Action,vuser_end

  3. Vuser_Start, Action,Vuser_End

  4. start,Action,end

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

The default sections in a VuGen (Virtual User Generator) script are vuser_init (initialization code that runs once per user before iterations), Action (the main business logic that repeats during iterations), and vuser_end (cleanup code that runs once after all iterations complete). Options like V_init or Vuser_Start are not standard VuGen section names.