it os poosible to do Performance Tetsing on Mendix APP Website

133 Views Asked by At

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

1

There are 1 best solutions below

0
Dmitri T On

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