报告名称未显示在在线负载测试的页面结果中 [英] Reporting Name does not show up in Page Results of Online Load Test

查看:77
本文介绍了报告名称未显示在在线负载测试的页面结果中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在使用Visual Studio Team Services进行负载测试。


我编写了网络测试代码并使用了报告用于标识和分组请求的名称。


例如


WebTestRequest req = new WebTestRequest(WebURL);


req.ReportingName =" Download File" ;;


yield return req;


当我在本地运行负载测试时,它确实在页面结果URL下显示下载文件


但在使用团队进行在线负载测试期间服务,没有"下载文件"条目页面结果


我们非常感谢您解决此问题的任何帮助。





























































 


解决方案

Hello Envr,


根据文档,当使用Visual Studio运行测试时团队服务,负载测试中的测试名称将转换为小写。用户代码对测试名称进行的任何字符串
匹配都应忽略大小写或将测试名称转换为小写。我建议你尝试一下,让我们知道反馈。我们很乐意为您提供更多信息。


有关更多信息,请参阅链接:

https://msdn.microsoft.com/library/vs/alm / test / performance-testing / getting-started / getting-started-with-performance-testing


希望这有帮助。


问候,


Hi,

I am using Visual Studio Team Services for Load Testing.

I have coded web tests and I use Reporting Name to identify and group requests.

e.g.

WebTestRequest req = new WebTestRequest(WebURL);

req.ReportingName = "Download File";

yield return req;

When I run load test locally it does show Download File under Page Results URL

But during Online Load Test using Team Services, there is no entry with "Download File" under Page Results

Any help to resolve this issue is appreciated.

 

解决方案

Hello Envr,

As per the documentation, When the test runs using Visual Studio Team Services, test names in load tests are converted to lower case. Any string match done on a test name by user code should ignore the case or convert test names to lower case. I would suggest you to try this and let us know the feedback. We are happy to assist you with more information.

For more information refer the link : https://msdn.microsoft.com/library/vs/alm/test/performance-testing/getting-started/getting-started-with-performance-testing

Hope this helps.

Regards,


这篇关于报告名称未显示在在线负载测试的页面结果中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆