2

I created one project in JMeter and added one thread group

This thread group is having 2-3 HTTP request files

While sending load test, it's executing 1st HTTP request but other HTTP is not sending.

1

Ori Marko
  • 56,308
  • 23
  • 131
  • 233
Ranjan
  • 81
  • 7

1 Answers1

3

You've marked View Results Tree Success only option,

This means that the 2 HTTP Requests probably failed and therefore aren't display.

Uncheck the Success checkbox to see all the requests

Ori Marko
  • 56,308
  • 23
  • 131
  • 233