ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  Load Runner
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
what is Rendezvous Point?
 Question Submitted By :: MercuryTSL
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is Rendezvous Point?
Answer
# 1
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.
 
Is This Answer Correct ?    1 Yes 1 No
L Rekha Basu
 
  Re: what is Rendezvous Point?
Answer
# 2
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
 
Is This Answer Correct ?    2 Yes 2 No
Vsnraju19
[Rann]
 
 
 
  Re: what is Rendezvous Point?
Answer
# 3
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
 
Is This Answer Correct ?    1 Yes 2 No
Srini
 
  Re: what is Rendezvous Point?
Answer
# 4
Rendezvous Point to emulate load on the server. Main used 
to Load balancing.
 
Is This Answer Correct ?    0 Yes 2 No
Saran,chennai
 
  Re: what is Rendezvous Point?
Answer
# 5
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.
 
Is This Answer Correct ?    1 Yes 0 No
Usha, Usha_0383@yahoo.com
 
  Re: what is Rendezvous Point?
Answer
# 6
MAIN PURPOSE OF RENDEZVOUS POINT IS FOR CONDUCTING THE
STRESS TESTING ON THE APPLICATION
 
Is This Answer Correct ?    1 Yes 1 No
Siva
 
  Re: what is Rendezvous Point?
Answer
# 7
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.
 
Is This Answer Correct ?    0 Yes 2 No
Jyothi
 
  Re: what is Rendezvous Point?
Answer
# 8
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 .
 
Is This Answer Correct ?    0 Yes 1 No
Satishreddy Mandadi
 
  Re: what is Rendezvous Point?
Answer
# 9
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.
 
Is This Answer Correct ?    1 Yes 0 No
Reddy
 
  Re: what is Rendezvous Point?
Answer
# 10
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.
 
Is This Answer Correct ?    1 Yes 0 No
Mao
 
  Re: what is Rendezvous Point?
Answer
# 11
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
 
Is This Answer Correct ?    2 Yes 0 No
Kalyan Chakravarthi
 
  Re: what is Rendezvous Point?
Answer
# 12
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)
 
Is This Answer Correct ?    0 Yes 0 No
Dinesh Omkar
 
  Re: what is Rendezvous Point?
Answer
# 13
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.
 
Is This Answer Correct ?    0 Yes 0 No
Santhoshi
 

 
 
 
Other Load Runner Interview Questions
 
  Question Asked @ Answers
 
How did you find database related issues?  1
Analysis Scenario (Bottlenecks):?  2
if throughput graph shows low and high than what will u do?  1
whar r the benfits of Load Controlar?  1
For what purpose are the virtual users created ? DELL3
how to test load test for an web application. what r the steps to do load test. urgently needed. thanks in advance  2
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.  1
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. IBM2
Can we run the Qtp Scripts in Load Runner?  2
how much memory will allocate for 1 vuser? IBM8
Explain all the web recording options? What is the difference between Overlay graph and Correlate graph? TCS2
What is ment by Module level testing ? (Chandana) TCS1
Where do you set Iteration for Vuser testing?  5
How do decrease the TPS,when one Vuser is running? For example, I am running one DRB with TPS 18 TPS, I want to maintain it as 7 TPS, how?  2
How often you do the load test in your current project? Patni1
If you want to stop the execution of your script on error, how do you do that?  2
What is the difference between overlay graph and corelated graph?(Chandana) TCS1
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  3
where do you save u r scripts in Load Runner?  1
Why do you create parameters?  4
 
For more Load Runner Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com