1

I want to perform Load (Performance) Testing of Single Page Application (SPA). Also want to record the performance metrics. I have found that JMeter performs load testing for API calls but not actual browser for SPA.

Could you please suggest any opensource or paid alternatives which i can use to perform load testing of SPA for concurrent 500 users.

Thanks

1 Answer 1

1

What do you mean by "actual browser"?

Given you configure JMeter to behave like a real browser there won't be any difference from the "SPA" whether it's accessed by JMeter or by the real "actual browser"

If your requirement is to use 500 "actual browsers" for testing your SPA you can take a look at WebDriver Sampler which provides JMeter integration with Selenium browser automation framework.

But remember about browser resources footprint and the fact you won't be able to collect the majority of metrics using this approach.

Sign up to request clarification or add additional context in comments.

1 Comment

HI Dmitri, I want to test performance of SPA when 500 concurrent users will access the site. in that want to test performance for API calls + actual end user browsers performance. Need to track this. Thanks

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.