Create noise generator scripts

This section describes how to create noise generator scripts.

Overview of script types

You can approach performance testing in the following ways:

  • Create a performance test that runs complex Vuser scripts. These scripts perform a business process and contain transactions, complex flows, and checkpoints.

  • Create a load on the server by having a large number of users (real or virtual) access the same URL simultaneously. This is commonly known as Noise Testing.

The first approach uses a standard Vuser script generated with VuGen. The script performs the full business process and gathers the metrics. After the test run, you can retrieve meaningful information from the Analysis graphs and reports.

The second approach, noise testing, only allows you to determine the response times and whether the server can handle the load without crashing.

When creating a performance test, you can use both types of scenarios.

Back to top

Create a noise script

To create a noise generated script:

  1. In the LoadRunner Enterprise masthead, click the module name or the dropdown arrow and select Test Management (under Testing).

  2. Select a performance test in the test management tree and click Edit Test.

  3. In the Performance Test Designer window, click Groups and Workload.

  4. In the Groups pane, click Add Group , and select the Noise tab.

  5. Click and specify the URL of the server you want to access. During the performance test run, Vusers access the URL simultaneously.

You can specify noise generator scripts when defining the test workload. For details, see Define test workloads.

Back to top

See also: