What is rendezvous point?

Please Like Us!!!

LoadRunner Interview Questions

Q: What is rendezvous point?
A: Rendezvous point is the statement where all vusers belonging to the same Rendezvous point name would arrive and execute the subsequent transaction simultaneously. Rendezvous point is used for concurrent execution of transactions. Rendezvous point can only be used in action section of vugen.

Syntax:
int lr_rendezvous( const char *rendezvous_name);

Example:
lr_rendezvous(“Rendezvous Name”);

Reviews & Comments

Enjoy!