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, ∼1996🔥, 0💬
Popular Posts:
How to turn on Chrome WebDriver logging with Selenium Python API? If you want to turn on logging on ...
How to validate and decode MAC (Media Access Control) addresses? In order to help your programming o...
How to see my IP address Host Name? To help you to see your IP Address Host Name, FYIcenter.com has ...
How to generate email addresses? To help you to obtain some email addresses for testing purpose, FYI...
How to Open and Close Internet Explorer with UFT script? One way to open and close Internet Explorer...