Edit request --5 jmeter

1, jmeter basic components - the thread group

Adding a thread group size and set the parameters: Test Plan → Add → Threads → thread group

 

2, write HTTP interface script

GET request:

  

POST Interface (key = value): key = value form are all values
POST Interface (json) 2: uploaded data format json
  - need to increase the header (Content-type: application / json)

 

POST Interface 3 (key = json): a particular data format json

 

 

Guess you like

Origin www.cnblogs.com/yangguanghuayu/p/11819160.html