These are the steps that i follow to do JMeter with Maven Project integration.
1) Recorded a series of steps using JMeter GUI and copied the .jmx file to the maven project under test/jmeter folder 2) I can able to run the project and it is working fine as expected.
My Problem is I want to connect to the mongo database and delete the record from the table, before executing the jmx file.
How to connect MongoDB using Jmeter.
Can any one please help me on this.