0

I am trying to do some E2E loading tests with my website

For HTTP requests, I have used jMeter for loading tests. For E2E chatGPT suggests that Locust could do both E2E and HTTP request loading test.

But I could find any E2E loading tests instruction in Locust documentation

I just want to ask whether Locust support E2E loading tests?

Trieu Ngo Huy
  • 11
  • 1
  • 4

1 Answers1

0

If by "E2E" tests you mean running real browsers - take a look at Locust Plugins, there is one which provides Locust integration with Selenium

JMeter can also integrated with Selenium browser automation framework via WebDriver Sampler plugin, the plugin can be installed using JMeter Plugins Manager.

Dmitri T
  • 159,985
  • 5
  • 83
  • 133