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 do u mean by co-relation?
 Question Submitted By :: Murli
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what do u mean by co-relation?
Answer
# 1
Hi all,
In loadrunner to capture the Dyanmic value in each run of 
the script execution.
Two types of correlation are there in loadrunner.
1.Auto correlation 2.manual correlaion
The function of correlation is Web_reg_save_param("param 
name","Lb=","RB=","ORD=",LAST);
 
Is This Answer Correct ?    1 Yes 0 No
Raja
 
  Re: what do u mean by co-relation?
Answer
# 2
Hi this is chandana,

          raja can u explain me Lb,Rb,ord means plz
 
Is This Answer Correct ?    0 Yes 0 No
Chandana
 
 
 
  Re: what do u mean by co-relation?
Answer
# 3
ra is LB, ja is RB  and a is ord
like a is mention where is in the entire URL
 
Is This Answer Correct ?    0 Yes 1 No
Ramana
 
  Re: what do u mean by co-relation?
Answer
# 4
Hi chandana,

r is LB, ja is RB  and a is ord
like a is mention where it is on the entire URL
 
Is This Answer Correct ?    0 Yes 0 No
Ramana
 
  Re: what do u mean by co-relation?
Answer
# 5
LR means Left boundary, Rb means Right boundary, ord means 
ordinal position.
 
Is This Answer Correct ?    1 Yes 0 No
Rani
 
  Re: what do u mean by co-relation?
Answer
# 6
LR means Left boundary, Rb means Right boundary, ord means 
ordinal position.
 
Is This Answer Correct ?    1 Yes 0 No
Veerapandian
 
  Re: what do u mean by co-relation?
Answer
# 7
Correlation is used to obtain data which are unique for each
run of the script and which are generated by nested queries.
Correlation provides the value to avoid errors arising out
of duplicate values and also optimizing the code (to avoid
nested queries).
 
Is This Answer Correct ?    0 Yes 0 No
Rajvelur
 
  Re: what do u mean by co-relation?
Answer
# 8
In loadrunner to capture the Dyanmic value in each run of 
the script execution.
Two types of correlation are there in loadrunner.
1.Auto correlation 2.manual correlaion
The function of correlation is Web_reg_save_param("param 
name","Lb=","RB=","ORD=",LAST);

web = webapplication(HTTP)
reg = Regestration
save = saving the next comming dynamic value into the       
parameter name
param = parameter

The web_reg_save_param() function registers a request to 
retrivew dynamic information from the downloaded page and 
save it to the above mentoned parameter name.
1.parameter name:-it captures the newly server generated 
value and replace through the script.
LB: it indicates the left boundary value of the correlted 
value.
RB: it indicates the right boundary value of the correlated 
value.
ORD value: ordinal vlue. The specific position of the 
correlated value with the left and right boundary match 
cases.
 
Is This Answer Correct ?    1 Yes 0 No
Nagarjuna Reddy Yedla
 
  Re: what do u mean by co-relation?
Answer
# 9
Process for Auto and manual corelation : 

Auto Correlation Process: once u execute the scripts and 
click Ctrl+f8 system displaying what values u have to do 
correlate select the value and click Correlate ...

so Auto correlation done u r scripts 

When u want to do Manual Correlation : 
 If u know the values where exactly changing fine other 
wise 

After scripts creation : 

Step 1:  go to run time setting change the Log option 
select Extended log and select 3 check box 

Step3: Run the script " completion of run "

Step 3: Click Ctrl+ F8

Step 4: check the values where exactly changing and what 
value while recording and what value while executing time 
system displaying ..

Step5: Take Replay value and go to Replay Log and find out …

Step 6: Take the complete line values exactly where it’s 
and  paste on notepad 

             ( Make Sure u should know what transaction 
this value in your scripts …when u click the value in 
replay log in script Tree view system shows the transaction 
name …

Step7: go to that Transaction above and right click mouse 
Insert-- New Step-- Service- Find Web_reg_save_param and 
click OK 

Step 8: Enter the Param name  ( make sure what name u given 
here u should replace the value place in your script)  
enter the LR and RB and select Search depending on Body or …

Step 9: Click OK 

Step 10 : Change ( Replace ) the Param name 

Step 11: Save the script and run …

When u want to check the results either u r scripts capture 
the dynamic value or not after completion execution go to 
replay log find with Param name …if u r did correct manual 
correlation system displaying new dynamic values beside of 
u r param name …
 
Is This Answer Correct ?    0 Yes 0 No
Karne
 
  Re: what do u mean by co-relation?
Answer
# 10
Co-relation is the process of capturing dynamic values
returned from server using Web-Reg-Save-Parm function..
 
Is This Answer Correct ?    3 Yes 0 No
Charan
 

 
 
 
Other Load Runner Interview Questions
 
  Question Asked @ Answers
 
what is the use of "swing time" in Load Runner? Oracle4
what is sitescope where we can use this?wat is the purpose of this  4
what criteria did you use to select web transactions for load testing ?  1
When a business transaction, is run in LR and QTP (the response time= same for both 2 sec , No of user = 1). Which tool would you opt for??? Keane-India-Ltd2
How to calculate Elapsed Time in LoadRunner?  1
Script is working fine in Vgen.. but while running in Controller a error is throwing as "Action.c(59):Error-27995:Requested link(Text=My account") not found" I searched and it is pointing "web_link(...)" line. Plz help me regarding this.. if any.. Thanks  2
Types of Goals in Goal-Oriented Scenario ?  1
What are the components of LoadRunner?  4
i want to chek the load of users on sign-in page of website i want to knw tht by the option transcation i will do it or if yes do i have to select only tht snapshot for it and wht is trancation and wht is the used of it ?i m using trail version of loadrunner8.1  1
What is a rendezvous point?  6
I need to perform a 4hr test run in performance center 9.0 there i need to rampup 10 users after 1 hour. I selected the run tab and added users to down state -> Ready state-> initialise-> Run state. 10 users ramped up successfully for the next 1 iteration only after that the 10 users automatically goes to the stop status. But i want the ramped up users to be carried out for the next 3 hours. Please help me out how to do the rampup successfully for the remaining time period.  1
ingenaral realtime prjoects how much load and bottile neck will take part in a project?(Chandana) TCS1
In Loadrunner Raw data cab exported into CSV file formate hear CSV means?(Chandana) TCS4
what is the language(Script) use in Loadrunner script?  5
What is The Main Difference Between Http and Https CTC2
Why do you create parameters?  4
Where do you set automatic correlation options?  3
what is mutation testing? Yahoo11
Hi My question is, when u involve in a real time project how did involve(role) from the begining to at relase the product what risks and steps takes ? plz only for real timers, i dont want bookish knowledge (Chandana) prf ble to Ans this one for Mr Srinivas,Mr Ajay etc.... Thank u  3
What is Injector in Loadrunner? ABC3
 
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