Google Search

Showing posts with label Loadrunner. Show all posts
Showing posts with label Loadrunner. Show all posts

Tuesday, October 15, 2013

Load Runner Parameterization


Load Runner Parameterization



What is parameterization?

VuGen generates a Vuser script composed of functions when a business activity is recorded. Parameterization is used to replace the hard coded in the Vuser script obtained while recording, with parameters by which the repeated use of same values can be avoided. Parameterization is generally done to test with multiple set of data or records. A parameter replaces a literal value in the script .It provides the ability to test the script with different values and also reduces the size of the script.

Monday, October 14, 2013

Sample Questions - HP Loadrunner Certification HPO-M19 - Part 2

Q. 11: For debugging purposes, you would like to show a browser during replay. Where do you enable this option?

A. General options
B. Playback options
C. Run-time settings
D. Recording options


Sample Questions - HP Loadrunner Certification HPO-M19 - Part 1

Friends, I have complied a  set of sample questions to test your skills before you appear for the HP0-M19 certification Exam.(Answers in Separate Post)

Q. 1: What is the output of the following code snippet?
int i = 10;
lr_output_message (answer is: %d --i);


Scripting Using Load Runner 8.1 Click And Script Protocol


1        Introduction:


The Web Click and Script protocol was introduced in VuGen 8.1. The major advantage of the Web Click and Script protocol is that it supports client side JavaScript during replay.  As a result, the need for correlation is reduced and hence scripting time is reduced .It introduces a GUI-level scripting API, and an extremely quick way to generate load testing scripts.

·         With Web (Click and Script) one will save scripting time. As it eliminates the need for correlation.
·          New API functions describe user actions on Web objects (button, text link etc.).
·          In tree view, the steps are grouped according to their pages.
·         Can create a Business Process Report (Microsoft Word format) summarizing the VuGen script.