How to perform load testing for website using JMeter

若如初见. 提交于 2019-12-02 15:14:57

1. I would advise to use better some custom samplers from jmeter-plugins instead:

2. In addition to the @Qwe comment above: test not the single HTTP request but user's transactions: each test-thread should simulate a kind of real-user browsing activity: login (if any), navigating through the site, search, accessing/editing personal settings, logout, etc.
To emulate real-user add also "think-time" timer between transaction steps.

3. Control responses, at least the following:

4. Look into corresponding JMeter documentation:

5. Some step-by-step guidelines about Jmeter setup and usage for load-testing you can find here:


UPD.
Please find, use and feel free to extend this JMeter Resources collection continued on github.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!