天天看點

四、Load test your app(Visual Studio Online負載測試)

Check for performance issues on your web site when you expect an increased user load. No need to use resources and set up your own machines to create this load. You can use cloud-based load testing to provide virtual machines that generate the load of many users accessing your web site at the same time.

Your web site must be publicly available on the internet for cloud-based load testing using Visual Studio Online to access it.

If you already have existing load tests, or you know how to create them using Visual Studio, jump ahead to configure your project to run load tests in the cloud.

Download and configure a sample load test

  1. If you don’t have Visual Studio 2013 Ultimate, get it here. For some bug fixes for load testing, install Visual Studio 2013 Update 1.
  2. To get started quickly, download a sample load test. (Or create your own load test.)
  3. Extract the files and open the GettingStartedWithLoadTesting.sln.
  4. Open the file SampleWebTest.webtest and replace the URL to use a web page for your app.
    四、Load test your app(Visual Studio Online負載測試)
  5. Save the solution.

Configure your project to run load tests in the cloud

If you are using the sample project, jump ahead to connect to your team project.

If you have existing load tests that you created using Visual Studio 2010 or Visual Studio 2012. Simply open your existing project using Visual Studio 2013 first.

  1. Edit the test settings file to configure your project to run your tests using Visual Studio Online. (Only load tests can be run in the cloud.)
    四、Load test your app(Visual Studio Online負載測試)
    You do not have to connect to Visual Studio Online with your Visual Studio account until you are ready to run the load test.

Connect to your team project

Before you can run your load tests in the cloud, you must connect to your team project in Visual Studio Online. (If your team doesn't already have a Visual Studio account or a team project, create them.)

  1. Connect to your team project from Visual Studio Team Explorer.
    四、Load test your app(Visual Studio Online負載測試)
  2. Display the list of available team projects.
    四、Load test your app(Visual Studio Online負載測試)
  3. If you have not yet connected to your Visual Studio Online account, then you need to add it to your list.
    四、Load test your app(Visual Studio Online負載測試)
    Enter the name for your account -[your account].visualstudio.com.
    四、Load test your app(Visual Studio Online負載測試)
    If you are prompted to sign in to your Microsoft account, go ahead and do that.
  4. Select the server from the list and then select your team project. Now you can connect.
    四、Load test your app(Visual Studio Online負載測試)

Run and analyze your load test

  1. Run the load test in the cloud using Visual Studio Online.
    四、Load test your app(Visual Studio Online負載測試)
  2. You can see when your test is in the queue for the service.
    四、Load test your app(Visual Studio Online負載測試)
    When your load test is ready to be run, the test status changes to: Acquiring resources. For a large test run this can take up to ten minutes while the service does the hard work of setting up machines and agents for you.
  3. When the test is running, you can see the performance graph. Choose details to see any errors, warnings or other information related to your load test run.
    四、Load test your app(Visual Studio Online負載測試)
    You can also view the throughput graph.
    四、Load test your app(Visual Studio Online負載測試)
  4. After the load test is finished, you can download the report.
    四、Load test your app(Visual Studio Online負載測試)
  5. When it has downloaded, you can view the report.
    四、Load test your app(Visual Studio Online負載測試)
    The results for the completed test includes performance counter data, threshold violations, and error information.
  6. Choose the detail view. By analyzing the step load pattern for users, you can identify the user count where your performance fails to meet your requirements.
    四、Load test your app(Visual Studio Online負載測試)
    Fix any performance issues in your application’s code and rerun the test. You can also refine your test to better simulate real-world loads by specifying various web performance test properties, load test scenario properties and run settings properties.

View your load test runs at any time

  1. Use load test manager to view past load test runs or currently running load tests. (You must have a web performance and load test project open to do this.)
    四、Load test your app(Visual Studio Online負載測試)
    Now you can view any load test runs started by any member of your team.
    四、Load test your app(Visual Studio Online負載測試)
    You can filter out the test runs that you see by state, date, or user who created the test run.
    四、Load test your app(Visual Studio Online負載測試)

Q&A

Q:Can I use cloud-based load testing to test any internal web site?

A:No. You cannot use a web site that is only available internally to your company. For example, an internal staging or preproduction deployment. However, you can open up the endpoint for your web site for limited IP addresses or users to work with cloud-based load testing. Or you can run a load test locally using Visual Studio.

Q:What are test agents and why do I need them?

A:Test agents simulate the load against your web site by creating the virtual users. You might need to use more agents depending on your load test and the number of virtual users you require. Increase the number of agents if you are getting status messages that the agent aborted due to load, or if the downloaded results show high CPU utilization for an agent.

四、Load test your app(Visual Studio Online負載測試)

The ratio of virtual users to agents must be 25 or greater for the load test to run in the cloud. For example, if you run a test with 40 virtual users and 2 agents, the ratio is 20. This is too low, so increase the number of virtual users or reduce the number of agents. If you use the default value of 0, this ratio is not applied.

Q:Are there any limits on virtual users when running cloud-based load tests?

A:Yes. The limit is 15,000 virtual user minutes per month. If you need more virtual user minutes for your load testing, have your account owner get additional resources for your Visual Studio Online account. The account will be charged for any virtual user minutes that you use above this limit each month.

Q:How can I run load tests locally and in the cloud from the same project?

A:You can have multiple test settings in a project. Add another test settings to the solution items folder. Now you can use one to run your tests locally and the other to run your load tests in the cloud. To switch between them, use the context menu to set the appropriate test settings to be active.

四、Load test your app(Visual Studio Online負載測試)

Q:Can load tests use other test types in their test mix besides web performance tests?

A:Yes, you can include unit tests and coded web tests. But coded UI tests are not supported with cloud-based load testing.

Q:Can I debug a load test while it's running in the cloud?

A:No. You need to run a load test locally to debug it.

Q:Can virtual users simulate pausing between test steps?

A:Yes, you can specify think times. Choose a scenario in your load test and edit the think time in the Properties view.

Q:When I download my load test report, where is it stored?

A:There is a local SQL express database where the downloaded reports are stored. You can change the default location if you want. Change the location for each user to the same database if you want to store all the reports together.

Q:Are there any load testing features that are not supported when you run a load test using cloud-based load testing?

A:These features are not currently supported:

  • Goal-based load patterns
  • Iteration-based runs
  • Network mix property
  • Warm up and cool down time
  • Agent to Use in test settings - use the core count property instead
  • SQL Trace properties in run settings
  • IP switching

Q:Having problems running your load tests in the cloud?

A:Check out the latest troubleshooting advice.

Q:Where do I get more information about simulating real-world loads?

A:Find out more about how to specify web performance test properties, load test scenario properties and run settings properties.

Q:Can I learn more about cloud-based load testing?

A:Watch this video.

原文轉自:

http://www.visualstudio.com/en-us/get-started/load-test-your-app-vs