• SPEForums need your contributions to build up a strong repository of performance engineering resources.

Can we send a single api hit to multiple users...

  • Thread starter Jaskeerat Singh Ubhi
  • Start date
J

Jaskeerat Singh Ubhi

Guest
Can we send a single api hit to multiple users ? I dont want to create multiple threads for the same api . I want to do like this . There is a post request for sending messages. Logic is written in body as json . I want to send a single message to multiple users . Can we do that using jmeter ?
 
In JMeter, each user is considered as one thread. if you want hit API for multiple users then, JMeter will considered as multiple threads.
 
Or just may be put that thread in a loop and everytime send it to different user
 
Back
Top