简体   繁体   English

Svelte 应用程序的性能测试

[英]Performance testing for Svelte applications

How can I do client side performance testing for Svelte applications?如何对 Svelte 应用程序进行客户端性能测试?

Is there any similar kind in JMeter / WebLoad like true client protocol as in Load runner to test the Svelte applications? JMeter / WebLoad 中是否有类似真正的客户端协议,如在 Load runner 中测试 Svelte 应用程序?

TruClient protocol is just a real browser (maybe headless ) so it is not a "protocol". TruClient 协议只是一个真正的浏览器(也许是无头的),所以它不是一个“协议”。

  • In order to test client-side performance you need a real browser -为了测试客户端性能,您需要一个真正的浏览器 -
  • The most popular browser automation tool is Selenium最受欢迎的浏览器自动化工具是Selenium
  • JMeter can be integrated with Selenium using WebDriver Sampler JMeter 可以使用WebDriver Sampler与 Selenium 集成
  • WebDriver Sampler can be installed using JMeter Plugins Manager WebDriver Sampler 可以使用JMeter Plugins Manager安装

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

相关问题 用于测试应用程序以提高性能的软件 - Software for testing applications to increase performance 我应该使用 JMeter 还是 Selenium 进行 Web 应用程序的负载和性能测试? - Should I use JMeter or Selenium for load and performance testing of Web applications? 如何在单页(Web)应用程序上进行“最终客户端”性能测试? - How to approach “end-client” performance testing on single-page (web) applications? 我应该将 JMeter 与 Selenium 和 junit 一起用于 Web 应用程序的负载和性能测试吗? - Should I use JMeter With Selenium And junit for load and performance testing of Web applications? 性能测试与单元测试 - Performance Testing Versus Unit Testing Jmeter性能测试数据库性能 - Jmeter Performance Testing DataBase Performance 高性能Web(服务)应用程序 - High performance web (-services) applications Web应用程序的可伸缩性和性能,方法? - Scalability and Performance of Web Applications, Approaches? 并行计算机中应用程序的性能和可伸缩性 - Performance and scalability of applications in parallel computers 一个数据库,多个应用程序+性能 - One Database Multiple Applications + Performance
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM