Is it possible to record JMeter scripts for performance testing Mendix App?
Asked
Active
Viewed 80 times
1 Answers
0
Yes it is, take a look at Load Testing Your Mendix Applications webinar
- Record your test scenario using JMeter's HTTP(S) Test Script Recorder or JMeter Chrome Extension
- Perform correlation of dynamic parameters
- Perform parameterization of the test (i.e. credentials for different users and other test data)
- Ensure that your test is doing what it's supposed to be doing by running it with 1-2 users/iterations and inspecting requests and responses using View Results Tree listener
- Add more users and run your test in command-line non-GUI mode
- Analyze the results using HTML Reporting Dashboard
More information: Building a Web Test Plan

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