LoadRunner Tutorial
LoadRunner Tutorial
Welcome to the LoadRunner tutorial. The tutorial is a self-paced guide that leads you through the process of load testing, and helps familiarize you with the LoadRunner testing environment.
The tutorial is accessible as part of the LoadRunner Help Center, or a printer-friendly version is available as a PDF file. Click LoadRunner Tutorial, or on a LoadRunner machine, select Start > All Programs > HP Software > HP LoadRunner > Documentation > Tutorial > Tutorial - Print Version.
What will you learn during this tutorial?
- Lessons 1 through 4 describe how to develop a Vuser script using VuGen - the Virtual User Generator.
- Lessons 5 and 6 explain how to design and run load tests using the LoadRunner Controller.
- Lesson 7 introduces the Analysis tool, showing you how to create graphs and reports which will help you analyze your load test.
At the conclusion of this tutorial, you will be ready to design, run, and monitor a simple load test on your own system. It is recommended that you work through the tutorial in the order in which the information is presented.
What are the LoadRunner components?
LoadRunner contains the following components:
- The Virtual User Generator or VuGen records end-user business processes and creates an automated performance testing script, known as a Vuser script.
- The Controller organizes, drives, manages, and monitors the load test.
Analysis helps you view, dissect, and compare the results of the load tests.

- Load Generators, computers that run Vusers to generate a load on the system.
LoadRunner Terminology
| Term | Description |
|---|---|
| Transaction |
You define transactions to measure the performance of your system. A transaction is a set of end-user actions that represent typical application activity. For example: Log in, navigate to a search dialog, enter a search string, click the search button, and log out. |
| Business Process | A sequence of steps in your application that represent a use case or a business function. It includes one or more transactions. For example: Searching a product catalog, booking a flight, or placing an order. |
| Scenario | A collection of business processes. A scenario defines the events that occur during a testing session, based on performance requirements. For example, a scenario might include a combination of "Create new account", "Search for flight", and "Purchase ticket" business processes. |
| Virtual Users or Vusers | Vusers emulate the actions of human users working on your system. A scenario can contain tens, hundreds, or even thousands of Vusers. |
| Vuser Script | The recorded actions of a business process performed in your application. |
| Protocol |
The method of communication between a client and the server. |
| Script footprint |
The script footprint is defined by the quantities of the various load generator resources that are required to execute the Vuser script. Typical resources include memory, CPU power, and disk space. |
What is the LoadRunner load testing process?
Load testing with LoadRunner typically consists of five phases: planning, script creation, scenario definition, scenario execution, and results analysis.

- Plan Load Test. Define your performance testing requirements, for example, number of concurrent users, typical business processes, and required response times.
- Create Vuser Scripts. Use VuGen to capture the end-user activities into automated scripts.
- Define a Scenario. Use the Controller to set up the load test environment.
- Run a Scenario. Use the Controller to drive, manage, and monitor the load test.
- Analyze the Results. Use LoadRunner Analysis to create graphs and reports, and evaluate the system performance.
Define Performance Requirements
This tutorial will use a travel service application. Imagine that you are the performance engineer responsible for signing off that the application meets the needs of your business. Your project manager has given you four criteria for approving the product for release:
- The application must successfully handle 10 concurrent travel agents.
- The application must be able to process 10 simultaneous flight bookings with response time not exceeding 90 seconds.
- The application must be able to handle 10 travel agents running simultaneous itinerary checks with response time not exceeding 120 seconds.
- The application must be able to handle 10 agents signing in and signing out of the system with response time not exceeding 10 seconds.
This tutorial will walk you through the process of building load tests that validate each of the business requirements.
Where to go from here
Now that you have been introduced to the LoadRunner basics, you can proceed to Using the HP Web Tours Sample Application.
http://lrhelp.saas.hp.com/en/latest/help/WebHelp/Content/Tutorial/Introducing_LoadRunner.htm
LoadRunner Tutorial的更多相关文章
- HP LoadRunner 12.02 Tutorial T7177-88037教程独家中文版
HP LoadRunner 12.02 Tutorial T7177-88037教程独家中文版 Tylan独家呕血翻译 转载请注明出自“天外归云”的博客园 Welcome to the LoadRun ...
- LoadRunner基础知识
什么是自动化性能测试?利用产品.人员和流程来降低应用程序.升级程序或补丁程序部署风险的一种手段 什么是自动化性能测试的核心?向预部署系统施加工作负载,同时评估系统性能和最终用户体验 LoadRunne ...
- LR11
HP LoadRunner Readme for the Windows operating system Software version: 11.00 Publication date: Octo ...
- LoadRuner12.53教程(一)
LoadRunner教程 L o a d R u n n e r jiào教 chéng程 Welcome to the LoadRunner tutori ...
- 如何从零基础开始学习LoadRunner12(一)
如何从零基础开始学习LoadRunner12(一) 上一篇文章讲到了如何安装LR12的教程,这一篇文章来讲一下怎么利用LoadRunner自带的Sample来学习LoadRunner的基本使用. 首先 ...
- LoadRunner结果分析与生成报告
启动Analysis会话 1.打开HP LoadRunner2.打开LoadRunner Analysis在LoadRunner Analysis选项卡中单击分析负载测试3.打开Analysis会话文 ...
- LoadRunner脚本准备
脚本录制1.启动LoadRunner2.打开VuGen在LoadRunner Launcher窗格中,单击创建/编辑脚本3.创建一个空白Web脚本在“新建虚拟用户”对话框里选择新建脚本的协议一般选择W ...
- loadrunner 基础-学习笔记一
由于公司要使用loadrunner暂停学习jmeter 1 loadrunner组件: virtual user generator:录制最终用户业务流程并创建自动化性能测试脚本,vuser脚本 co ...
- LoadRunner使用教程
1.了解Loadrunner 1.1 LoadRunner 组件有哪些? LoadRunner 包含下列组件: ➤ 虚拟用户生成器用于捕获最终用户业务流程和创建自动性能测试脚本(也称为虚拟用户脚本). ...
随机推荐
- Android中SensorManager.getRotationMatrix函数原理解释
SensorManager是Android中的一个类,其有一个函数getRotationMatrix,可以计算出旋转矩阵,进而通过getOrientation求得设备的方向(航向角.俯仰角.横滚角). ...
- CSS基础-引入方法,选择器,继承
一.CSS引入方法:行内式.嵌入式.导入式.链接式. 1.行内式. 即:在标签的style属性中设定CSS样式. 例子:<div style="行内式</div> 2.嵌入 ...
- python处理.seq文件
# Deal with .seq format for video sequence # Author: Kaij # The .seq file is combined with images, # ...
- cf478C Table Decorations
C. Table Decorations time limit per test 1 second memory limit per test 256 megabytes input standard ...
- bzoj1654 [Usaco2006 Jan]The Cow Prom 奶牛舞会
Description The N (2 <= N <= 10,000) cows are so excited: it's prom night! They are dressed in ...
- UESTC_冰雪奇缘 CDOJ 843
艾莎女王又开始用冰雪魔法盖宫殿了. 她决定先造一堵墙,于是释放魔法让形为直角梯形的冰砖从天而降,定入冻土之中. 现在你将回答女王的询问:某段冻土上冰砖的面积. 注:多块冰砖之间会互相重叠,重叠部分要多 ...
- python手记(44)
#!/usr/bin/env python # -*- coding: utf-8 -*- #http://blog.csdn.net/myhaspl #code:myhaspl@qq.com imp ...
- oracle常见错误类型
http://www.cnblogs.com/whyhappy/p/6232258.html
- 通过项目逐步深入了解Mybatis<四>
延迟加载 什么是延迟加载? resultMap可以实现高级映射(使用association.collection实现一对一及一对多映射),association.collection具备延迟加载功能. ...
- Class对象
(一) 获得Class对象的四种方式 第1种方法:Object.getClass() 第2种方法:.class语法 第3种方法:Class.forName() 第4种方法:包装类的TYPE域 impo ...