I want to create a Test Plan in jmeter from command line. How to create a .jmx file from command line?
I have created one using the following command:
copy NUL testPlan.jmx
The file created successfully. But when I Type the following command shown below, it requests me to supply a script with .jmx extension:
D:\Adit\apache-jmeter-2.13\bin>jmeter-n -t testPlan.jmx -l log.jtl
Please supply a script name with the extension .jmx
Press any key to continue . . .
I have searched the net and all I found is how to run the testPlan from command line using jmeter. But I want to create the testPlan from command line first. Is it possible?
My Java version is "1.8.0_77" and Java(TM) SE Runtime Environment (build 1.8.0_77-b03).