aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes using Jmeter Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "using Jmeter" Watch "using Jmeter" New topic
Author

using Jmeter

Ganeshkumar cheekati
Ranch Hand

Joined: Oct 13, 2008
Posts: 362
Hi

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.


SCJP5 and SCWCD1.5
Think Twice Act Wise...
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5577

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.


JBoss In Action
Ganeshkumar cheekati
Ranch Hand

Joined: Oct 13, 2008
Posts: 362
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?
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5577

I do not understand your question. What is an "individual link'?

Take a look at my "Load Testing on a Budget" white paper at http://www.cmg.org/proceedings/2008.html. That explains in fairly good detail exactly what I did.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: using Jmeter
 
Similar Threads
Retrieve current Login ID
Sending the value from jsp to jsp in two different web applicaitons
get data from db in jsp page using struts
Pop up which will fix to window's left top coner without effected by scrolling
Problem in Form based authentication