Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 484
Akif Naseem Avatar asked Jun 10 '21 15:06

Akif Naseem


People also ask

How do I save and run a JMeter Test Plan?

You can save an entire Test Plan by using either Save or "Save Test Plan As ..." from the File menu. You can run the Test Plan by clicking Start (Control + r) from the Run menu item. When JMeter starts running, it shows a small green box at the right-hand end of the section just under the menubar.

How to save workbench in JMeter?

If you need to save it along with the test plan, then you should select the option “Save WorkBench” from WorkBench control panel. After renaming test plan and defining variable, JMeter will look like as follows: Look at the following example.

How to save test tree elements in JMeter?

To save tree elements, right click on an element and choose the " Save Selection As … " option. JMeter will save the element selected, plus all child elements beneath it. In this way, you can save test tree fragments and individual elements for later use. Any element in the test tree will present controls in JMeter's right-hand frame.

What is the format of JMeter files?

JMeter files or test plans are saved in form of .JMX extension files. JMX is an open test based format, it enables the test plan to be launched in a text editor.


2 Answers

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

like image 156
wojnarto Avatar answered Oct 17 '22 06:10

wojnarto


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
like image 32
Dmitri T Avatar answered Oct 17 '22 06:10

Dmitri T