JMeter Tutorial 05 - How to run JMeter test from Command Line
У вашего броузера проблема в совместимости с HTML5
Learning:
GUI mode is not good for heavy load testing, since it consumes a lot of memory and resources. GUI mode of JMeter is designed for test recording, development and debugging purpose.
So, it is recommended to do the performance testing in non GUI mode(using command line) in JMeter.
You can use the below command in command prompt to run JMeter test in non GUI mode:
Command : jmeter -n -t [test JMX file] -l [test log file]
where:
-n : By this, JMeter identifies to run the test in non-gui mode
-t : Name of JMX file that contains Test script
-l : Name of JTL/CSV file where you want to capture the results
==================================================================
JMeter Tutorial Playlist:
https://www.youtube.com/playlist?list=PLkkGqdBS1r094KcNXRy4Q-v5biuNWv-h7
Git and GitHub Tutorial Playlist:
https://www.youtube.com/playlist?list=PLkkGqdBS1r0-I-AWL8VeXu4LE-4ceQr1N
Automation Anywhere Tutorial Playlist:
https://www.youtube.com/playlist?list=PLkkGqdBS1r08Fd6meBZ7zHJXA15Q5Up2w
Subscribe for more tutorials - https://www.youtube.com/channel/UCFfrg66wWswpMB4vOcQPMqA?sub_confirmation=1