简体   繁体   中英

Performance testing for Svelte applications

How can I do client side performance testing for Svelte applications?

Is there any similar kind in JMeter / WebLoad like true client protocol as in Load runner to test the Svelte applications?

TruClient protocol is just a real browser (maybe headless ) so it is not a "protocol".

  • In order to test client-side performance you need a real browser -
  • The most popular browser automation tool is Selenium
  • JMeter can be integrated with Selenium using WebDriver Sampler
  • WebDriver Sampler can be installed using JMeter Plugins Manager

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM