I just develop a web apps, and test it using jmeter. Anyway I'm new in jmeter, still not familiar with it.
All test is good, except there is 100% on % error column. I still wondering what is it based, I test it using browser, it working properly, I'm using 1 instance/ 1 request, still it show 100% error.
What Error % column in Summary Report based on? And how I know what error it found which I don't know? Many thanks.
This error tells you either request failed or response failed based on assertion made (text , response code ...)
Error% denotes the percent of requests with errors. 100% error means all the requests sent from JMeter have failed. You should add a Tree View Listener and then check the individual requests and responses. Such high percentage of error means that either your server is not available or all of your requests are invalid.
JMeter samples are terminal elements in JMeter tests that informs JMeter to send requests to a server and wait for a response. The JMeter Samples page shows the average sample response time for all the requests in the test. The bar chart shows the average sample response time for all the requests.
Add a tree result listener to your test plan and run it with 1 user, you will get more infos on error.
This error tells you either request failed or response failed based on assertion made (text , response code ...)
Read:
To understand jmeter concepts.
Regards
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With