<< < 1 2 3 4 5   Sort: Rank

Add Custom Field to JMeter Test Result
How to Add a Custom Field to JMeter Test Result? I want to add the test plan ID to the test result table. If you are running multiple test plans, it is a good idea to add an test plan ID field in the test result file. So you can run queries for each test plan when the results are loaded to the datab...
2017-09-25, 5511🔥, 0💬

Test JDBC Connection Configuration
How to test JDBC Connection Configuration in my JMeter Test Plan? You can follow this tutorial to test JDBC Connection Configuration in my JMeter Test Plan. 1. Start JMeter on your computer and open "\fyicenter\First-Load-Test-4. jmx".2. Right-click "Test Plan" and select "Add &gt; Threads (User...
2017-09-22, 2525🔥, 0💬

Load Test Result to MySQL Automatically
How to load JMeter test result MySQL database automatically? I have JDBC connection configured correctly for MySQL server. You can follow this tutorial to load JMeter test result to MySQL database automatically. 1. Start JMeter on your computer and open "\fyicenter\First-Load-Test-5. jmx".2. Add ano...
2017-09-20, 4405🔥, 0💬

Convert JMeter Timestamp to Date and Time
How to Convert JMeter Timestamp to Date and Time in MySQL? I see the timestamp is stored as an integer in database. The JMeter timestamp is an integer representing how many milliseconds have been passed since 01-Jan-1970 00:00:00 UTC time. You can use the from_unxtime() function in MySQL to convert ...
2017-09-15, 6772🔥, 0💬

<< < 1 2 3 4 5   Sort: Rank