Collections:
Create JMeter Test Result Table
How to create a table in TestMan to load JMeter Test Result?
✍: FYIcenter.com
In order to convert JMeter Test Result into TestMan Test Run data model,
you need to create a table in TestMan so JMeter can send test result
directly to the database. Or you can load it manually.
Here is the SQL script CreateJMeterTable.sql to create the JMeter Test Result table:
-- CreateJMeterTable.sql use TestMan; create table JMeter_Test_Result ( timestamp bigint, elapsed int, label varchar(255), responsecode smallint, responsemessage varchar(40), threadname varchar(255), datatype varchar(255), success varchar(16), failuremessage varchar(255), bytes int, sentbytes int, grpthreads smallint, allthreads smallint, latency int, idletime int, connect int, tcid int, trid bigint, target varchar(255), station varchar(40), tester varchar(40), output varchar(255), component varchar(255), function varchar(255), tcname varchar(255) );
⇒ Load JMeter Test Result Files to TestMan
2017-12-21, 3285🔥, 0💬
Popular Posts:
How to convert a date and time to a standard format? Date and time can be displayed in a number of s...
What are JMeter command line options? You can get see JMeter command line options by running this co...
How to generate MAC addresses? To help you to obtain some MAC addresses for testing purpose, FYIcent...
How to expand IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has ...
How to valid IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has d...