简体   繁体   English

使用编码 ui 从多个位置进行负载和性能测试

[英]load and perfomance testing from Multiple location using coded ui

I need to load and performance test 500 virtual users load with 5 different locations so can I do it with microsoft coded ui.我需要加载和性能测试 500 个虚拟用户加载 5 个不同的位置,所以我可以用微软编码的 ui 来做。

Load and performance testing from a different location is important in my case.就我而言,来自不同位置的负载和性能测试很重要。 can someone suggest if it possible with coded ui or some other tools they can do it.有人可以建议是否可以使用编码的 ui 或其他一些他们可以做到的工具。

The short answer is no(you can but it won't make any sense to use 500 different machines as coded UI uses active desktop).简短的回答是否定的(你可以,但使用 500 台不同的机器没有任何意义,因为编码 UI 使用活动桌面)。 Coded UI tool is used for UI test automation.编码 UI 工具用于 UI 测试自动化。 Also, coded UI is deprecated.此外,不推荐使用编码的 UI。

But you can do performance testing using visual studio.但是您可以使用 Visual Studio 进行性能测试。 refer below link for more details on the same.有关相同的更多详细信息,请参阅下面的链接。

Performance testing using visual studiio 使用视觉工作室进行性能测试

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用编码的UI脚本进行负载测试:如何在负载测试中为多个用户运行编码的UI脚本 - Load Test using Coded UI scripts : How to run a coded UI script in Load test for multiple users 带有外部文件和负载测试VS2013的编码UI测试 - Coded UI Tests with external File and Load Tests VS2013 Jmeter结果-性能测试建议 - Jmeter results - advice on perfomance testing 如何多次运行已编码的ui脚本以进行性能驱动测试 - How to run coded ui script multiple times for performance driven test 对 quasar 项目的 UI 建议进行负载测试 - Load Testing the UI recommendations for a quasar project 如何使用Soap UI针对特定时间和特定线程数进行负载测试 - How to do Load Testing using Soap UI for a specific Time and Specific Thread count 使用控制器和代理对API项目进行负载测试(分布式负载测试) - Load testing for API project using controller and agents(distributed load testing) 使用多个相互依赖的客户端对Webapp进行负载测试 - Load testing a webapp with multiple mutual dependent clients 如何在Visual Lansa Web应用程序上使用Jmeter执行性能测试 - How to do Perfomance testing with jmeter on visual lansa web application 使用VSTS进行负载测试。 从CSV文件中搜索,然后单击第一个元素 - Load testing using VSTS. Searching from a CSV file and then clicking on the first element
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM