I want to do load testing on my application with high payload http request.
Problems faced: -
1) Jmeter hang when I put such a high payload in it.
2) Apache benchmark ab - Script :-
ab -c 1 -n 1 -v 4 -t 80000 -p payload.json -r localhost:8080/Scheduler-rest/schedule
I don't know why it is sending unlimited number of request for any value of c and n.
3) Postman client: - I used this for sending one or two request but Postman is not accepting such a high payload.
So can anyone suggest something ?
Thanks