0

Is it possible to record JMeter scripts for performance testing Mendix App?

1 Answers1

0

Yes it is, take a look at Load Testing Your Mendix Applications webinar

  1. Record your test scenario using JMeter's HTTP(S) Test Script Recorder or JMeter Chrome Extension
  2. Perform correlation of dynamic parameters
  3. Perform parameterization of the test (i.e. credentials for different users and other test data)
  4. 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
  5. Add more users and run your test in command-line non-GUI mode
  6. Analyze the results using HTML Reporting Dashboard

More information: Building a Web Test Plan

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