You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Vinicius Carvalho <vi...@auge.com.br> on 2004/09/15 21:35:24 UTC

Will jmeter help me?

Hi there! I'm new to jmeter, and I have a few questions that I did not 
find any answers on the site.

We have an application (EJB centric) and I'd like to test some stress on 
it, like adding hundreds of items, and then removing them. I got in this 
dilema.

My first test plan, I created a once only controller to log the user in 
(works fine, as I see the log) then I created an add link sampler, well 
this one does not work cuz it redirect the "user" to index.jsp as it 
guess it is not logged yet, so how can I maintain user logged during my 
tests

Other issue is, insert is easy, just send parameters n-times, but what 
about removing, where I must know the ids to use as params? Is there a 
way to parse the response from a remove list and then send it as a 
request one-by-one?

I'd like to know if it is possible to do this with jmeter before moving 
forward on my tests. If not, anty other tool that would help me out?


Thanks

Vinicius Carvalho

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Will jmeter help me?

Posted by Michael Stover <ms...@apache.org>.
Cookie Manager is your friend:
http://jakarta.apache.org/jmeter/usermanual/build-web-test-plan.html#adding_cookie_support
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Cookie_Manager

Regular expression parsers are also useful:
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor
http://jakarta.apache.org/jmeter/usermanual/functions.html
http://wiki.apache.org/jakarta-jmeter/JMeterFAQ#head-75174ebf2091fc8142f067e5fd8a6d7e5a566b8c

-Mike

On Wed, 2004-09-15 at 15:35, Vinicius Carvalho wrote:
> Hi there! I'm new to jmeter, and I have a few questions that I did not 
> find any answers on the site.
> 
> We have an application (EJB centric) and I'd like to test some stress on 
> it, like adding hundreds of items, and then removing them. I got in this 
> dilema.
> 
> My first test plan, I created a once only controller to log the user in 
> (works fine, as I see the log) then I created an add link sampler, well 
> this one does not work cuz it redirect the "user" to index.jsp as it 
> guess it is not logged yet, so how can I maintain user logged during my 
> tests
> 
> Other issue is, insert is easy, just send parameters n-times, but what 
> about removing, where I must know the ids to use as params? Is there a 
> way to parse the response from a remove list and then send it as a 
> request one-by-one?
> 
> I'd like to know if it is possible to do this with jmeter before moving 
> forward on my tests. If not, anty other tool that would help me out?
> 
> 
> Thanks
> 
> Vinicius Carvalho
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
-- 
Michael Stover <ms...@apache.org>
Apache Software Foundation


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org