Multiple choice technology performance

In order to perform a transaction across multiple Vusers simultaneously we use the followin feature

  1. Think time

  2. Rendezvous Point

  3. Pacing

  4. Run Logic

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

A Rendezvous Point causes multiple Vusers to wait at a specified point in the script until all arrive, then continue simultaneously. This creates realistic load conditions by synchronizing transactions that would normally occur together (like 100 users clicking 'Submit' simultaneously). Think time adds user-like delays, pacing controls iteration timing, and Run Logic manages script flow.