Redezvous point is used in Load Runner when we do
performance Testing.
Rendevous Point instructs Vusers To wait till all vusers
come to a certain point and proceed together.
The purpose of using Renzvous point is to see how the
particular transaction of the application responds with
loads.
ex:on a bank application.
Tester wants to see the performance of the system if 1000
users try to deposit in their accounts one time.
we instruct 1000 vuser to login and do some deposit
transaction to their respective accounts.
because each user has different connection and sys
config,they would reach goals with little time difference
or may reach all at once.
when we insert rendzvous point right before deposit
transaction,loadrunner pauses the vusers who ever reach
that point(login and see thier account,about to deposit)
and waits for all other vusers to reach to that particular
point.
Rendezvous point is a kind of meeting point which is used
in the load testing,
when we are performing load testing we will make the
scenario in such a way that all the processes hit the
application at a single point of time so using rendezvous
point it collects all process and throws on the application
at a time
i hope it is clear
Rendezvous point is break/meeting point for vusers where
all the Vusers will come together and stop for while
(specified time) and then star running at the same time
Due to system configuration or with some other reasons all
vuser are not run with same speed so, that we cannot apply
operation on build at same time to estimate performance. To
solve this, we can use Rendezvous point in LoadRunner to
apply concurent Vusers operation on buid. if any Vuser runs
fast, he can wait at this point till the remaining Vusers
reach this point. From this point all Vusers applies their
operation on the build at the same time.
rendezvous point is inserted in script before our required
operation, which action part making as transaction.
Rendezvous Point is placed to emulate peak load on
Application.
Generates lr_rendezvous(“Name of rendezvous”) function in a
script.
Generally used during DB transactions.
It is like a traffic signal.
In general scenario using loadrunner we are running the
test for some duration like 30 min or 1 hr. In this
scenario all the vusers not hitting the transaction at a
time. some of the users may wait between the transactions.
if you want to stress on the particular business
transaction then insert Rendezvous. it will stop all the
vusers at that point and it i will release all the users at
a time .
Rendezvous point means insert rendezvous points into Vuser
scripts to emulate heavy user load on the server.
Rendezvous points instruct Vusers to wait during test
execution for multiple Vusers to arrive at a certain point,
in order that they may simultaneously perform a task. For
example, to emulate peak load on the bank server, you can
insert a rendezvous point instructing 100 Vusers to
withdraw cash into their accounts at the same time.
Rendzvous point is a waiting spot where all the vusers come
and perform a transaction in a specific time.
Lets say we want 1000 users will do a transaction at a
peticular time as we are sure that due to different sys
configuration all the users take little time variance to
perform the same trasanction.so ot is always a better
practive of wait at a point and allow other users to come
there before starting the transaction.
More over this is beiing used for load balancing as well.
Rendezvous point- this function indicates to meat all users
do the same functionality at a time.
simple word- this is meeting point for releasing users
this function will applicable to only action section, it
will not applicable init and end sections
Rendezvous point is used to see the application behaviour
with pure concurrent environement, When you run the test
with 100 Vuser, all 100users will not be doing a same
activity at a time, In some situation atleast 10% of the
users might be doing same activity at a same time, to test
such kind of scenario, we do test in rendezvous manner,
where atleast 10% of the users in Rend test then we can
identify the application doesnt crash even if the 10% of
populations is hitting the server at same time (pure
concurrent)
Rendezvous point should only be placed in the action section
which is used to make all the users who arrive first to wait
for the remaining users to come to that point. If all users
comes to the same point then the execution starts. This
helps in getting correct load test report. Multiple
Rendezvous points can be placed.
hi this is abhinaya, iam searching job on load runner
platform. iam putting 1year of experience. can anybody send
projects to prepare resume.my mail id is
abhinaya_behra26@yahoo.co.in.
There is scenario.
Total no. of transaction you have to done 1,00,000 in 8
Hour duration. One transaction taking time to complete 6
mins. how many Vusers you will run on this test.
Hi Friends, Can anyone help me out in load testing?
I need to test a web application in which 100 users has to
login at a time and enter 100 different data into the
application and logout. All the data should be saved in the
data base
Please let me know testing.
Thanks in advance
Giri