Login Application load Testing with JMeter
Hi All,
I am new to JMeter.I have configured JMeter and I want to perform load testing on my login application and after login successfull I need to test the User is Active or not in another jsp page.
So, I have configured as follows:
1)created thread group with 2 threads and rampup time as u like
2)select HTTP REQUEST in samplers where I have to give the servername , port number(8080), and give the complete URL(till login screen) at the path variable.
I set the username and password in the "Send Parameter with the Request"
3)Created HTTP REQUEST for URL(till user is active or not Jsp page) for user active testing.
4)select any of the listeners.
But I am able to see the all the requests are success in Result Tree.
In userActivePage, it is showing me, user is Inactive.
Please solve this problem and help me, how to set the credentails to HttpRequest.
Regards,
Srinivas
|