Hi,
I was trying to test using Jmeter 2.3.4 . My test plan uses http Proxy server set to record the actions on the browser.
My testplan tree has a cookie manager, test steps and a view result tree listener.
I was able to record the actions (login) properly. But during replay
Home page url gave the below error when replayed with redirect automatically checked.
Response code: Non HTTP response code: java.net.ProtocolException
Response message: Non HTTP response message: Server redirected too many times (20)
OR
below error when replayed after removing redirect automatically
Response code: 302
Response message: Moved Temporarily
All the steps are executed properly. It even shows the login sampler result as
Thread Name: [thread]
Sample Start: 2010-04-07 14:25:33 EDT
Load time: 18
Latency: 14
Size in bytes: 10322
Sample Count: 1
Error Count: 0
Response code: 200
Response message: OK
Response headers:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Type: text/html
Transfer-Encoding: chunked
Date: Wed, 07 Apr 2010 21:29:45 GMT
HTTPSampleResult fields:
ContentType: text/html
DataEncoding: ISO-8859-1
All other nodes (eg. Login page which posts username and password ) are showing response 200 (ie worked properly) Will the above errors be impacting my testing? If anyone has resolved this issue ,please could you provide the details on them.[/thread]
Software/Hardware used:
Centos , Jmeter, Java web application
ASKED:
April 7, 2010 7:00 PM
UPDATED:
April 7, 2010 7:23 PM