Forum Discussion
pandap
12 years agoContributor
Hi,
Attached is the project, one more thing I would like to highlight is when I run the load test on the screen it shows count for each step. But the LoadTestRunListener.afterTestStep is inserting more records than the count on the screen. Its getting hard to reconcile against the report o
You may need to create table in MYSQL and update the connection properties in the Project.
CREATE TABLE webservices.tb_loadtestlog (
runindex INTEGER UNSIGNED NOT NULL,
teststep VARCHAR(50) NOT NULL,
type VARCHAR(20) NOT NULL,
starttime INTEGER UNSIGNED NOT NULL,
timetaken number UNSIGNED NOT NULL,
status VARCHAR(10) NOT NULL,
threadindex INTEGER UNSIGNED NOT NULL
)
CREATE TABLE `ws_response_data` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`Message_ID` varchar(100) DEFAULT NULL,
`RequestTimeStamp` varchar(45) DEFAULT NULL,
`ResponseTimeStamp` varchar(45) DEFAULT NULL,
`RequestStatus` varchar(100) DEFAULT NULL,
`TimeTaken` varchar(20) DEFAULT NULL,
`Response_Size` varchar(50) DEFAULT NULL,
`ReplyStatus` varchar(100) DEFAULT NULL,
`Request_msg` varchar(4000) DEFAULT NULL,
`Response_msg` longtext,
`UUID` varchar(100) DEFAULT NULL,
PRIMARY KEY (`ID`)
)
Thanks,
Prashanth
Attached is the project, one more thing I would like to highlight is when I run the load test on the screen it shows count for each step. But the LoadTestRunListener.afterTestStep is inserting more records than the count on the screen. Its getting hard to reconcile against the report o
You may need to create table in MYSQL and update the connection properties in the Project.
CREATE TABLE webservices.tb_loadtestlog (
runindex INTEGER UNSIGNED NOT NULL,
teststep VARCHAR(50) NOT NULL,
type VARCHAR(20) NOT NULL,
starttime INTEGER UNSIGNED NOT NULL,
timetaken number UNSIGNED NOT NULL,
status VARCHAR(10) NOT NULL,
threadindex INTEGER UNSIGNED NOT NULL
)
CREATE TABLE `ws_response_data` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`Message_ID` varchar(100) DEFAULT NULL,
`RequestTimeStamp` varchar(45) DEFAULT NULL,
`ResponseTimeStamp` varchar(45) DEFAULT NULL,
`RequestStatus` varchar(100) DEFAULT NULL,
`TimeTaken` varchar(20) DEFAULT NULL,
`Response_Size` varchar(50) DEFAULT NULL,
`ReplyStatus` varchar(100) DEFAULT NULL,
`Request_msg` varchar(4000) DEFAULT NULL,
`Response_msg` longtext,
`UUID` varchar(100) DEFAULT NULL,
PRIMARY KEY (`ID`)
)
Thanks,
Prashanth
Related Content
- 12 years ago
- 13 years ago
Recent Discussions
- 19 days ago