Search code examples
performancetestingjmeteropenbravo

OpenbravoErp performance testing


I only want to record and playback login page of openbravo, problem is i don't know it is successfully playing back or not using VU(Jmeter).

enter image description here

How to know Virtual User(VU) is performing same like a real user ?

After @Dmitri T help i got following things

enter image description here

Why HTML is not parsed/how can parse it ? I want Jmeter to mimic like real application ?

This might help you

enter image description here


Solution

  • You're half-way from your goal, all you need to do is:

    • Switch to "Response Data" tab
    • Select "HTML" or "HTML (download resources)" from the drop-down in order to see the rendered response

    View Results Tree example

    In order to make your test even more realistic:

    1. Make sure that all your HTTP Requests have "Retrieve All Embedded Resources" box checked and you're using "concurrent pool" with the size of 3-5 threads as this is how real browsers act. The best way to configure it for all the samplers without having to change each request is using HTTP Request Defaults

      HTTP Request defaults

    2. Real browsers download embedded resources, like scripts, styles and images, but they do it only once. On subsequent requests these resources are being returned from the browser cache. In order to simulate this behavior you need to add HTTP Cache Manager.