Skip to main content



      Home
Home » Eclipse Projects » Eclipse Scout » Stress test on eclipse scout application
Stress test on eclipse scout application [message #1831661] Wed, 26 August 2020 04:28 Go to next message
Eclipse UserFriend
Hello,
Is there a way to make a stress test on the developped application, something like opening 1000 session at the same time on server and see how it respond to request ?
Kind Regards
Re: Stress test on eclipse scout application [message #1831673 is a reply to message #1831661] Wed, 26 August 2020 06:48 Go to previous message
Eclipse UserFriend
Yes, we have done this with JMeter. However, it's not so easy because the test framework must work with the Http/Json Protocol Scout uses to communicate between the UI-server and the frontend in the browser. So basically JMeter must send all requests in the same way your browser would, and must also process the responses from the UI-server. A good starting point is to press F12 in your browser, go to the Network panel and study the JSON requests/responses there. That's about what should happen in your JMeter test.

We've wrote a few utilities/plugins to process the JSON responses in JMeter (basically a wrapper around org.json) and use the Java bean shell to process the responses, where this is required.
Previous Topic:Drag and Drop in Calandar Field
Next Topic:Add Number on Menu ( for notification pupose )
Goto Forum:
  


Current Time: Fri Jul 04 14:34:08 EDT 2025

Powered by FUDForum. Page generated in 0.03456 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top