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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.