Dear Sebb, I am trying to test my JSF app (The URL is http://localhost:8080/webapp/index.jsf?param1=a&param2=b), without using a HTTP Proxy Server or ViewState as below. However, in the Graph Result, the median time is *6ms*, but if I run my app through a browser, the initial time takes around *12s* and subsequent runs take about *4s*. The test finishes too quick to be correct, am I doing something wrong in my setup below?
Thanks, Sebb. Anthony How I setup my Test Plan ================= Added a "Thread Group" (inside "Test Plan"): - Changed "Number of Threads" and "Ramp-Up Period" both to 10 Added a "HTTP Request Defaults" (inside the "Thread Group"): - Changed "Server Name or IP" to "localhost" - Changed "Port Number" to "8080" Added a "HTTP Request" (inside the "Thread Group"): - Changed "Method" to "POST" - Changed "Path" to "/webapp/index.jsf" - In "Send Parameters with the Request", added "param1" and "param2" in the Name Column, and added "a" and "b" in the Value Column. - (Left the "Encoded" Column unchanged. The checkboxes are not checked.) Added a "Graph Results" (inside "Thread Group") -- View this message in context: http://www.nabble.com/Problem-testing-JSF-page-following-PerformanceTestingWithJMeter-tutorial-tp22116100p22155679.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

