Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在“负载测试”运行期间跟踪与每个请求 URI 关联的自定义信息。
我知道 VSTS 将“requestURI”存储在名为“WebLoadTestRequestMap”的表中。
有人可以告诉我如何实现这一目标吗?
您必须将自己的新表添加到数据库中(使用 LoadTestRunId 作为外键)并在 PostRequest 事件中将您的自定义信息插入到该表中。
当负载测试引擎将数据添加到负载测试数据库时,无法更改其自动行为。