Editing Load Test Scenarios Using the Load Test Editor

Load tests contain scenarios, which contain Web performance tests or unit tests. A scenario is the container within a load test where you specify load pattern, test mix, browser mix, and network mix. Scenarios are important because they give you flexibility in configuring test characteristics that allow for simulation of complex, realistic work loads.

For example, you might be testing an e-commerce site that has an Internet front-end used by hundreds of concurrent customers coming in over many connection speeds and using different browsers. The same site might also have an administration function that is used by internal employees to update products and to view statistics. These internal users would typically access the site by using the same browser and a high-speed LAN connection. You would want to encapsulate the properties of these two different groups of users in different scenarios. Each scenario can contain a virtual user type. In this case, a load test scenario can be made to represent virtual customers and another scenario can be made to represent virtual internal users of a Web site.

Requirements

  • Visual Studio Ultimate

Scenarios That Are Created in the New Load Test Wizard

Any initial configuration options and settings that you specified in the New Load Test Wizard for the scenario when you created a load test can be modified in the Load Test Editor after the wizard is finished. The Load Test Editor lets you modify the properties of an existing scenario or add new scenarios to the load test. Additionally, you can also add more counter sets and run settings.

Scenarios contain the following components:

Term

Definition

Browser Mix

Simulates that virtual users examine a Web site through a variety of Web browsers, in addition to Internet Explorer.

Load Pattern

Specifies the number of virtual users active during a load test and the rate at which new users are started. For example: step, constant, and goal-based.

Test Mix Model

Specifies the probability of a virtual user running a given test in a load test scenario. For example: 20% chance to run TestA and 80% chance to run TestB.

The test mix model should reflect the objectives of your test for a particular scenario.

Test Mix

The test mix is the selection of Web performance and unit tests that are contained within the scenario and the distribution of those tests within the scenario.

Network Mix

Simulates that virtual users examine a Web site through a variety of network connections. The Network Mix offers options that include LAN, cable modem, and other options.

Counter Sets

When you create a load test with the New Load Test Wizard, you add an initial set of counters. These offer you a set of predefined and important counter sets for your load test. You manage your counters in the Load Test Editor.

Load tests provide named counter sets that are useful when you analyze performance counter data. The counter sets are organized by technology and include Load Test, IIS, ASP.NET, and SQL. Counter sets can be selected for the computers that you specify for inclusion in the load test scenario.

Load Test Scenarios

Load Test Scenarios

In addition, a scenario has several other properties that you can edit by using the Load Test Editor. For more information, see Load Test Scenario Properties.

Tasks

Tasks

Associated Topics

Create and edit load test scenarios: Load tests contain one or more scenarios, which are used to model how a group of users interacts with a server application. An individual scenario consists of a load pattern, a test mix, a browser mix, and a network mix. Each of these settings corresponds to a page in the New Load Test Wizard. For more information, seeĀ Creating Load Tests Using the New Load Test Wizard.

Add artificial human interaction pauses in your scenario: Think times are used to simulate human behavior that causes people to wait between interactions with a Web site. Think times occur between requests in a Web performance test and between test iterations in a load test scenario. Using think times in a load test can be useful in creating more accurate load simulations.

Specify the number of virtual users for your scenario: You can configure the load pattern properties to specify how the simulated user load is adjusted during a load test. Visual Studio Ultimate provides three built-in load patterns: constant, step, and goal-based. You choose the load pattern and adjust the properties to appropriate levels for your load test goals.

Configure the probability of a virtual user running a test in the scenario: You can use the test mix, which specifies the probability of a virtual user running a given test in a load test scenario. This lets you simulate load more realistically. Instead of having just one workflow through your applications, you can have several workflows, which is a closer approximation of how end-users interact with your applications.

Add or remove a Web performance or unit test to a load test scenario: You can add or remove a Web performance or unit test from a load test in a scenario. A load test contains one or more scenarios, each of which contains one or more Web performance or unit tests.

Configure the desired network mix for your scenario: Using the network mix, you can simulate network load more realistically in a load test scenario. Load is generated by using a heterogeneous mix of network types instead of one single network type. You create a closer approximation of how end-users interact with your applications. The network mix model should reflect the objectives of that scenario.

Select the appropriate Web browser mix for your scenario: Using the browser mix, you can simulate Web load more realistically in a load test scenario. Load is generated by using a heterogeneous mix of browsers instead of one single browser. You create a closer approximation of the browsers that will be used with your applications.

Configure test iteration settings for your scenario: You can edit a load test scenario to configure test iteration settings using the Load Test Editor and the Properties window. By default, a scenario is set up with no maximum test iterations, you can optionally configure the maximum number of iterations in the scenario and how long to pause between them.

Configure delay settings for your scenario: Using the Load Test Editor and the Properties window, you can specify a delay before starting a scenario in a load test.

An example of when you might want to use the Delay Start Time property is if you need one scenario to start producing items that another scenario consumes. You can delay the consuming scenario to enable the producing scenario to populate some data.

Specify remote machines to use in a load test scenario: After you create a load test, you can edit the properties of your load test scenario to indicate which test agents you want to include.

For more information, see Distributing Load Test Runs Across Multiple Test Machines Using Test Controllers and Test Agents.

Specifying the Counter Sets and Threshold Rules for Computers in a Load Test

Load tests provide named counter sets, organized by technology, that are useful when you analyze performance counter data. The counter sets include Load Test, IIS, ASP.NET, and SQL. When you create a load test with the New Load Test Wizard, an initial set of predefined and important counter set are configured by default for the computers you specify to include in the load test. You manage your counters in the Load Test Editor.

Configuring Load Test Run Settings

Run settings are a set of properties that influence the way a load test runs. Run settings are organized by categories in the Properties window.

Collecting SQL Trace Data to Monitor and Improve Performance in Load Tests

You can use the SQL tracing tool in your load tests to help you monitor and improve the performance of your Web applications that use SQL Server to store data.

How to: Specify 64-Bit Process Using Test Settings

You can configure the test setting that you are using with your load test to specify that you want to use 64-bit processes.

Distributing Load Test Runs Across Multiple Test Machines Using Test Controllers and Test Agents

You can use a group of computers to generate simulated load for testing, and to run tests remotely and concurrently on several computers.

Running Load and Web Performance Tests

After you are done editing your load test, you can run it to verify that it is functioning correctly. You can continue the cycle of editing that load test and running it until the load test performs correctly.

See Also

Concepts

Load Test Analyzer Overview

Load Test Scenario Properties

Other Resources

Editing Load Test Using the Load Test Editor

Considerations for Load Testing