Multiple choice technology testing

If a multiple vusers were to perform tasks at exactly the same time during script execution, ------------------- point is used.

  1. Parameterization

  2. Correlation

  3. Rendezvous

  4. None of the above

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

A Rendezvous point is used in load testing when multiple virtual users need to synchronize their actions and perform tasks at exactly the same time during script execution. Parameterization is for varying input data, Correlation is for handling dynamic server responses, and the question has a specific correct answer.