What is best way to set web-application database state before running JMeter functional test on it? DBMS and JMeter are on same machine (for test and developing purposes). DBMS is MySQL 5.5.
What is best way to set web-application database state before running JMeter functional test
Share
As proposed by aneroid, you could use mysqldump which will be much faster than injecting data by another format.
To do so:
Regards
Philippe M.