Collections:
Load JMeter Test Result Files to TestMan
How to load JMeter Test Result Files to TestMan?
✍: FYIcenter.com
You can use the following command to load a JMeter test result file (.jtl) in CSV
format to TestMan:
>\fyicenter\mysql\bin\mysql -u fyicenter -D TestMan -e "load data local infile 'jmeter_test_result.csv' into table JMeter_Test_Result fields terminated by ',' enclosed by '\"' lines terminated by '\n' ignore 1 lines;"
If you have multiple test result files to load, write a script to run the above command in a loop.
⇒ Alter JMeter Test Result Table Structure
⇐ Create JMeter Test Result Table
2017-12-13, ∼2005🔥, 0💬
Popular Posts:
How to set Content-Type to application/json? The server requires the Content-Type to be application/...
What are date and time test values? Date and time test values are frequently needed in testing date ...
How to access Response Status Code 400 as Success? My sampler failed, because the server returns the...
How to valid IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has d...
How to generate user birthday dates? Test user birthday dates are frequently needed in testing appli...