JMeter - Could not find the TestPlan class

后端 未结 7 870
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-02 02:44

I have a simple flume setup with a HTTP souce and a sink that writes the POST request payload to a file. (This complete setup is on a Linux machine).

After that my t

相关标签:
7条回答
  • 2021-01-02 03:35
    1. Open JMeter in GUI mode, open your .jmx test plan you have created or create a new test plan, attempt to run the test plan in gui mode. It should prompt you to save before attempting the run, save the .jmx.
    2. Exit the GUI mode.
    3. Open command prompt, navigate to the bin file within the jmeter folder
    4. enter the jmeter -n -t "C:/Username/location of the .jmx file" command This should run as intended without the error.

    This is how I solved the issue.

    0 讨论(0)
提交回复
热议问题