Using JMeter simple tutorial

    Recent spike in doing the project, so learning how to use JMeter next in here after recording for easy viewing.


   I will not say the installation steps, go to the official website to download the archive, extract to the corresponding path, find jmeter.sh under bin path start Jmeter.

  Talk about the use of steps:

1, add a thread group

 

2, the HTTP request is added 

 

 3, csv file selection

 This role is to document the above step I say, userId collection file format is as follows:

4, HTTP request header information added

 Add the path HTTP header information manager and third steps, like adding header information to add to your own requirements, I used here is json, so it added.

5, add the number of results View

    View Results tree inside can see the test results, the response of the interface.


       These are the easiest to use Jmeter, in fact Jmeter very powerful and have time to study under, as a non-professional testers, the above steps for concurrent testing is still possible.

Published 15 original articles · won praise 11 · views 2785

Guess you like

Origin blog.csdn.net/YCarlos/article/details/104757339