I am testing my web application using j meter. i also provided login details like username and password in HTTP request while providing path, port then its showing load for only home page but my application is having many jsp pages i.e by clicking button it would be redirected to some other page in that case how to test my complete application from start page to end page? can anyone help me ?
thanks in advance.
I am a little confused on the exact details of your page flow based on your description. Please give a more specific page flow. Also, state what kind of authentication mechanism are you using (simple, form-based, etc.). On an app that I tested, I used form based authentication and recorded logging into the site along with accessing the other pages. I then modified the recorded script to use random user credentials to log in. Worked just fine.
i am using form-based authentication. do we have to test by giving individual link in HTTP request in j meter for individual pages with in an application?