【发布时间】:2016-09-17 04:55:52
【问题描述】:
首先,我是测试新手。 我想对 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 准备好单元测试。我找到了可以将它用于负载测试的地方,是真的吗?
如果需要对提出的问题进行更多说明,请回复而不是投反对票。
需要帮助....
【问题讨论】:
标签: .net visual-studio asp.net-web-api performance-testing load-testing