0% found this document useful (0 votes)
12 views5 pages

Loadrunner Learning

The document discusses performance testing concepts like correlation, dynamic values, parameterization, and file operations. Correlation is used to handle dynamic values by saving them in LoadRunner parameters. Functions like lr_paramarr_random can pick values randomly from correlated parameters. Parameterization replaces hardcoded values with parameters to simulate multiple scenarios. File operations in LoadRunner include adding custom tabs in the View menu.

Uploaded by

Prasenjeet Dutta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views5 pages

Loadrunner Learning

The document discusses performance testing concepts like correlation, dynamic values, parameterization, and file operations. Correlation is used to handle dynamic values by saving them in LoadRunner parameters. Functions like lr_paramarr_random can pick values randomly from correlated parameters. Parameterization replaces hardcoded values with parameters to simulate multiple scenarios. File operations in LoadRunner include adding custom tabs in the View menu.

Uploaded by

Prasenjeet Dutta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 5

Goal : knowledge of Performance Testing

1. 3 Times watching Both the courses

2. Making Nice Notes Each Step Specify

3. Revision of the Notes DAILY

Lecture 89 : Why Corelation ? 04-01

-- A dynamic value generated by the server each time as a response.

For example : While lauching the website server sent the dynamic value and
when we request for the login in the server , the server is validate the dynamic
value.

Lecture 90

How to handle dynamic value ?

- web_reg_save_param_ex

- hold the dynamic value in the LR parameter

- Identify the LB and RB perfectly

Randomly Picking One value From Correlation


-

Array

char*
lr_paramarr_random("Correlation_varaible);

example
-Create a global variable of type string
- char* spet= lr_paramarr_random("PET");
-Look the return type is C type String

-Correaltion Function only Understand LR


parameter Not C sTRING

Parameterization

it is a process by which a hardcoded value is replaced with the parameter in the script

This options help the script to execute with multiple value thereby simulating a real time scenario

Time sheet

LR parameter cannnot be compare to INTEGER

atoi(lr_eval_string("{lr_variable}");

* Paranthesis is required for LR varaible

* Watch log can be used only for C variable debugging

*
Controller

* Controller is configured to

File Operation

- Using View MEnu , u can add any tab u like.

You might also like