Search code examples
jmeterperformance-testingload-testing

I am not able to run the Jmeter script


I am able to record the jmeter script successfully from Mozilla.

But I am not able to run the JMeter script.

In the console, I am getting messages like thread group started and finished but in the listeners, I am not getting any results.

enter image description here

Can anybody help me whats going wrong here?


Solution

  • Move your HTTP Request 22 /Bird/Login and 37 /Bird/Login under the Thread Group so your test would look like:

    JMeter Test Plan Example


    Also be aware that you can quickly and easily configure JMeter for recording using JMeter Templates feature, if you choose File -> Templates -> Recording from JMeter main menu and click "Create" - you will have a "good" Test Plan suitable for recording and replaying

    JMeter Templates Scripts