Multiple choice technology testing

For increasing the user load at a particular transaction by simultanious execution of the transaction by all the virtual users , we may use

  1. Parameterization only

  2. Correlation Only

  3. Randezvous point only

  4. a & b

  5. a , b, &c

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

Rendezvous points in LoadRunner are specifically designed to synchronize virtual users so they execute a transaction simultaneously, creating maximum load on that specific transaction. Parameterization is for varying data, correlation is for handling session IDs, and rendezvous points are the synchronization mechanism.