Walkthrough: Creating and Running a Load Test Containing Unit Tests

In this walkthrough you create a load test that contains unit tests.

This walkthrough steps you through creating and then running a load test using Visual Studio 2010 Ultimate. A load test is a container of Web performance tests and unit tests. You create load tests with the New Load Test Wizard. For more information about load tests, see Creating and Editing Load Tests.

A load test also exposes many run-time properties that can be modified to generate the desired load simulation. In this walkthrough, you use the New Load Test Wizard to add unit tests to a load test. For more information about Web performance tests, see Creating and Editing Web Performance Tests.

In this walkthrough, you will complete the following tasks:

  • Create a load test that uses unit tests.

  • Change some of the load test settings.

  • Run a load test.

Prerequisites

Create a Load Test Containing Unit Tests Using the New Load Test Wizard

To start the New Load Test Wizard

  1. Open the Bank solution that you created in Walkthrough: Creating and Running Unit Tests.

  2. In Solution Explorer, right-click the TestProject1 node. Click Add, and then click Load Test.

  3. The New Load Test Wizard starts.

  4. The Welcome page of the New Load Test Wizard is the first page.

  5. Click Next.

To edit settings for load test scenario

  1. In the Enter a name for the load test scenario text box, type ScenarioSample.

    A scenario is a grouping mechanism. It consists of a set of tests and the properties for running those tests under load.

  2. Set the Time Profile Think to Use normal distribution centered on recorded think times. Think times represent the time that a user would ponder a Web page before going on to the next page. For more information, see How to: Set Think Times to Simulate Human Pausing in a Web Performance Test.

  3. Click Next when you are finished.

To edit load pattern setting for test scenario

  1. Click Step load.

    Note

    You can choose from two types of load patterns: constant and step. Each type has its function in load testing, but for the purposes of this walkthrough choose Step load.

  2. Set Start user count to 10 users.

  3. Set Step duration to 10 seconds.

  4. Set Step user count to 10 users/step.

  5. Set Maximum user count to 100 users.

  6. Click Next.

To select test mix model for the scenario

  1. Under How should the test mix be modeled, select Based on the total number of test.

  2. Click Next.

To add unit tests to the scenario

  1. The next step is to Add tests to a load test scenario and edit test mix.

  2. Click Add to select tests.

  3. Click the CreditTest unit tests listed in the Available Tests pane, which lists all the Web performance tests and unit tests in the test project.

  4. Click the arrow to add the CreditTest unit test to the Selected Tests pane.

  5. Repeat steps 3 and 4 for the DebitTest and FreezeAccountTest unit tests.

  6. When you have finished adding the three unit tests, click OK.

    You are presented with the test mix.

  7. Move the slider under Distribution for the CreditTest slightly to the right to adjust the test distribution. Notice that the other sliders move to the left automatically so that the distribution remains at 100%.

  8. Click Next.

To select network mix for test scenario

  1. Select the LAN connection type to add to the network bandwidth mix.

    You can add more network types. Use the sliders to adjust the test distribution and weighting.

  2. Click Next.

To specify computers to monitor with counter sets during load test run

To edit run setting for load test

  1. Select Load test duration and then set Run Duration to 2 minutes in order to smoke test your load test.

    When you build your load tests, it is a good practice to validate that everything is configured correctly and running as expected by running a short, light load test. This process is known as smoke testing.

  2. Click Finish. Your Load test is opened in the Load Test Editor.

Running the Load Test

After you have created the Load test, run it to view how your bank application responds to the load simulation. While a load test is running, you see the Load Test Analyzer window.

To run the load test

  1. With a Load test open in the Load Test Editor, click the green Run Test button in the toolbar. Your load test starts to run.

  2. If your test simulation exceeds any thresholds, icons appear in the tree control nodes to indicate a threshold violation. Errors have a red circle overlay, warnings have a yellow triangle overlay. You can find a counter that exceeded the threshold and graph it by dragging the icon onto the graph. You can do this while the test is running.

See Also

Tasks

How to: Add Web Performance, Unit and Coded UI Tests to a Load Test Scenario Using the Load Test Editor

How to: Create Run Settings in the New Load Test Wizard

How to: Create a Scenario Used to Model User Activities, Tests, Browsers and Networks Using the New Load Test Wizard

How to: Create a New Load Test Using the New Load Test Wizard

Walkthrough: Using a Test Controller and Test Agents in a Load Test

Concepts

Verifying Code by Using Unit Tests

Other Resources

Getting Started with Load and Web Performance Test Walkthroughs

Specifying Virtual Network Types in a Load Test Scenario

Editing Load Patterns to Model Virtual User Activities

Editing Test Mix Models to Specify the Probability of a Virtual User Running a Test