JMeter - Could not find the TestPlan class

后端 未结 7 912
佛祖请我去吃肉
佛祖请我去吃肉 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:17

    User @Marged's suggestion to do a "Save As" on the .jmx worked for me as well. I kdiff'd the .jmx before and after the "Save As" to show the exact changes that make this work. See image below. Actually, I got it to work by only adding the 2nd change in the image. Specifically, I added the following line as the last child tag of the .jmx's .

    true
    

提交回复
热议问题