Interview Questions

What about backward compatibility ?

Apache JMeter FAQ


(Continued from previous question...)

What about backward compatibility ?

Answer: JMeter 2.1 uses a new format. But you can set values to 2.0 to save to old format.

You should take a look at jmeter.properties in your bin directory.

You can uncomment those lines (remove # character) and restart jmeter :

# Save test plans and test logs in 2.0 format
#file_format=2.0
# Just test plans (jmx)
#file_format.testplan=2.0
# Just test logs (jtl)
#file_format.testlog=2.0

(Continued on next question...)

Other Interview Questions