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.
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