LoadRunner


LoadRunner is a software testing tool from Micro Focus. It is used to test applications, measuring system behaviour and performance under load. LoadRunner can simulate thousands of users concurrently using application software, recording and later analyzing the performance of key components of the application.
LoadRunner simulates user activity by generating messages between application components or by simulating interactions with the user interface such as keypresses or mouse movements. The messages and interactions to be generated are stored in scripts. LoadRunner can generate the scripts by recording them, such as logging HTTP requests between a client web browser and an application's web server.
Hewlett Packard Enterprise acquired LoadRunner as part of its acquisition of Mercury Interactive in November 2006. In Sept 2016, Hewlett Packard Enterprise announced it is selling its software business, including Mercury products, to Micro Focus. As of 01-Sept-2017, the acquisition was complete.


On Dec 12, 2019, Micro Focus announced newer names for LoadRunner package and started following CalVer.



Architecture

The key components of LoadRunner are:
Modules are available to enable LoadRunner to capture, replay and script different application and networking technologies. These include support for:
LoadRunner can be run standalone or multiple instances can pooled for use by several people under the control of LoadRunner Enterprise, formerly known as HP PerformanceCenter.

History

LoadRunner Cloud 2020

From 2010 Hewlett Packard started to offer on-demand versions of LoadRunner available by cloud computing services such as Amazon Elastic Compute Cloud and later Microsoft Azure. Version 12.50 added the use of Google Compute Engine. Selected HP partners are also able to provide LoadRunner in the Cloud as an on-demand service from their SaaS platforms.
StormRunner Cloud has been renamed as LoadRunner Cloud 2020.

Scripting Languages

LoadRunner client emulation scripts are usually created using the ANSI C programming language. However, Java and.Net programs can also be run by LoadRunner. Version 12.50 added the use of JavaScript for Web-HTTP/HTML scripts.
Scripts from other testing tools such as Apache JMeter, Gatling, NUnit, and Selenium can be run by LoadRunner by declaring an interface library. This enables scripts to send key-value pairs to the Controller as the script runs, enabling response times to be associated with specific conditions such as the number of items displayed in the User Interface.
LoadRunner scripts can also be called from within Jenkins.

Support for JMeter Tests

LoadRunner 12.55 enables testers to run Apache JMeter scripts from Controller, alongside Vuser scripts can view the results to LoadRunner measurements. This feature is provided as beta version.