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

Loadrunner Learning

The document outlines a structured approach to mastering Performance Testing through repeated course reviews, detailed note-taking, and daily revisions. It discusses key concepts such as correlation, handling dynamic values using specific functions, and parameterization to enhance script execution. Additionally, it touches on the configuration of the controller and file operations within the testing framework.

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)
7 views5 pages

Loadrunner Learning

The document outlines a structured approach to mastering Performance Testing through repeated course reviews, detailed note-taking, and daily revisions. It discusses key concepts such as correlation, handling dynamic values using specific functions, and parameterization to enhance script execution. Additionally, it touches on the configuration of the controller and file operations within the testing framework.

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

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