13

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

Akif Naseem
  • 131
  • 1
  • 1
  • 3

2 Answers2

33

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

Reza Rahemtola
  • 1,182
  • 7
  • 16
  • 30
wojnarto
  • 411
  • 4
  • 9
5

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
Dmitri T
  • 159,985
  • 5
  • 83
  • 133
  • 3
    Dmitri is correct, the darklaf look-and-feel of apache-jmeter-5.4.1 suffers from Bug 65300. Changing the look and feel to Metal and restarting JMeter 5.4.1 worked for me. The save dialog appears allowing you to save the Test plan – Philip Trenwith Aug 19 '21 at 07:58
  • yes Metal theme worked for me too. Thank you Dmitri and Philip – dimyo Sep 03 '21 at 18:44
  • Thanks Dmitri, number three did the trick for me. Funny though that it was the default look that was faulty :D – Rob F. Oct 26 '21 at 17:34