Azure - 在负载测试请求中使用动态生成的 Auth-token
Azure - Use of dynamically generated Auth-token in Load Test requests
我对 Azure/AzureDevOps 及其 LoadTest 应用还很陌生。
我需要针对以用户身份登录并在登录时执行一些请求的场景执行负载测试。
原始请求在其响应中返回 auth-token,auth-token 在所有其他顺序请求中用作 Header 的参数之一。
我无法弄清楚(也无法在 Internet 上找到)的是:
1.如何获取第一个响应中的auth-token;
2. 如何在负载测试的所有其他请求中(动态地)使用此令牌。
非常感谢任何帮助。
我猜您打算 运行 针对您的 Web 应用程序进行 Web 测试。
您是否使用 Visual Studio 创建了负载测试项目?
至于获取授权令牌并在其他请求中使用它,我认为使用 azure devops 负载测试应用程序无法实现。
我相信它应该在您的网络测试代码中完成。
您可以创建 this document or write your test in code with selenium or other tools. Add add the web test to a load test project. To deal with the dynamic parameters which cannot be detected by your web request in your test,you can check this document 中介绍的 Web 测试。
创建负载测试项目后。您可以将负载测试上传到 azure devops 负载测试,如下图所示。
我对 Azure/AzureDevOps 及其 LoadTest 应用还很陌生。 我需要针对以用户身份登录并在登录时执行一些请求的场景执行负载测试。 原始请求在其响应中返回 auth-token,auth-token 在所有其他顺序请求中用作 Header 的参数之一。
我无法弄清楚(也无法在 Internet 上找到)的是: 1.如何获取第一个响应中的auth-token; 2. 如何在负载测试的所有其他请求中(动态地)使用此令牌。
非常感谢任何帮助。
我猜您打算 运行 针对您的 Web 应用程序进行 Web 测试。
您是否使用 Visual Studio 创建了负载测试项目?
至于获取授权令牌并在其他请求中使用它,我认为使用 azure devops 负载测试应用程序无法实现。 我相信它应该在您的网络测试代码中完成。
您可以创建 this document or write your test in code with selenium or other tools. Add add the web test to a load test project. To deal with the dynamic parameters which cannot be detected by your web request in your test,you can check this document 中介绍的 Web 测试。
创建负载测试项目后。您可以将负载测试上传到 azure devops 负载测试,如下图所示。