tomcat7 - Jmeter keeps failing -
i have simple web application checks price of books. web application called books. using jmeter test performance aspects application. have created thread group in have simple controller in have sampler http request. have following tree in jmeter
thread group simple controller books
in books pass in following values in parameter(price) , value 40
when run tests error message
thread name: thread group 1-1 sample start: 1970-01-01 10:00:00 est load time: 0 latency: 0 size in bytes: 1098 headers size in bytes: 0 body size in bytes: 1098 sample count: 1 error count: 1 response code: non http response code: java.lang.illegalargumentexception response message: non http response message: protocol = http host = null response headers: httpsampleresult fields: contenttype: dataencoding: null
not sure doing wrong. tomcat server running application works fine. new jmeter not it.
check server name, port number, method , path correct. not add http:// in server name.
if method get, try access url through browser , check response same.
check if request headers handled.
Comments
Post a Comment