Can someone explain to me how to get jmeter to login. I have an http request that goes to apps/j_security_check. I have added two parameters j_username and j_password. It does not seem to authenticate the user when I run this request.
I found what was wrong. I used a Capital J in j_password causing the authentication to fail.
Thanks for every bodies help.