Akif Naseem
Akif Naseem

Reputation: 131

Why i cannot save the test plan in jmeter?

regarding test plan not saving . I right clicked at test plan->choose save selection as ..->any window/popup box should open but getting no response.. I am using "jdk-16.0.1_windows-x64_bin".and "apache-jmeter-5.4.1" As indicated in this screenshoti clicked but get nothing

Upvotes: 13

Views: 13273

Answers (2)

wojnarto
wojnarto

Reputation: 411

Just simply change to the e.g. System look and view instead of Dark. enter image description here

Upvotes: 33

Dmitri T
Dmitri T

Reputation: 168157

If you pay attention to upper right corner of your JMeter GUI you will see that there are 32 errors, most probably one of them can explain what's going on if you look into jmeter.log file

Most probably you're suffering from JMeter Bug 65300 so the options are in:

  1. Downgrade to Java 8
  2. Try out Nightly Build of JMeter
  3. Try switching to another Look and Feel

Upvotes: 5

Related Questions