1
votes

For my project I am required to write jmeter test plan from the command line in a non-interactive mode and save the result to file and then export it to mysql database.

Any idea how to go about?

1

1 Answers

0
votes

You usually don't write script in non gui mode.

You run them in non gui mode.

Save them as CSV and inject data after load test in a database using manually written code or some load tool oracle or other db propose.