如何使用visual studio进行负载测试[2015 Enterprise]

时间:2016-05-20 04:32:48

标签: .net visual-studio asp.net-web-api performance-testing load-testing

首先,我是新手测试。 我想在web api上进行负载测试[大约70]。我正在使用带有负载测试功能的VS2015 Enterprise,但我不知道如何使用。

我想要执行的步骤是:

1) Response time of the service when running a single request.

2) Memory consumption used by the service when running a single request.

3) Maximum number of concurrent requests supported by the service

4) Memory consumption used by the service when running the maximum number of concurrent requests.

5) Response time of the service when running the maximum number of concurrent requests.

6) Maximum number of concurrent requests that can be executed so that the response time is less than 2 seconds.

我已准备好所有api的单元测试。我找到了一个可以用它进行负载测试的地方,这是真的吗?

如果需要对问题进行更多澄清,请回复而不是低估问题。

需要帮助......

1 个答案:

答案 0 :(得分:2)

我不是使用Visual Studio进行负载测试的专家,但您可以找到这些链接以供参考,以便使用Visual Studio对Web应用程序和Web服务进行性能测试。

  1. https://www.visualstudio.com/en-us/docs/test/performance-testing/getting-started/getting-started-with-performance-testing
  2. https://msdn.microsoft.com/en-us/library/ms182557.aspx
  3. https://msdn.microsoft.com/en-us/library/ee923686.aspx
  4. 他们应该回答你的大部分问题。