I am new in Jmeter , I am familiar with LR. But not able to get some functionalities in jmeter for "VUser/Thread Group ".
all 10 users are performing same action at same time
or
each thread is performing separate actions
or
once one thread complete then another thread will start its execution.
- How to put 'Rendezvous' function in jmeter for some particular transaction or action like we used write
lr_rendezvous("R1");
in Loadrunner to hit all vusers at same time. Is that possible in Jmeter then how ?