Re: How to record different action
yes you can do it.. first thing you need to do is record your actions alms then parameterize it simple. check this for recording brittoc.wordpress.com -brittoC On Sep 26, 2011 12:31 PM, "vamba" wrote: > Hi , > can any 1 pl tel me the solution for mu below question > > I have to record 5 action for example 1.login 2.user creation etc ..for the > login part i need to given 10 user and for user creation 20 user etc > ...finaly all should be run and need to get the seperate report for each > action ..is it possible in jmeter ...pl assist me > > or > > I have record all the 5 action using different test plan ..can i call all > the script and run in single ..and it should have different thread group > ..vl it possible > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/How-to-record-different-action-tp4840416p4840416.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org > For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org > >
Re: How to record different action
thanks for ur reply deepak but i cant able to work it out ..sorry .im just new to jemter so i cant able to come with ur answer .if u dnt mind can u pl tel me the steps to do -- View this message in context: http://jmeter.512774.n5.nabble.com/How-to-record-different-action-tp4770103p4782264.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
Re: How to record different action
Hi The closest equivalent for a load runner transaction is the transaction controller which will allow you to group up multiple requests as one, but you rarely need to do this. The functionality of specifying vusers to transactions cannot be recorded directly in JMeter. assuming you model one user = one thread - then You usually either sum up the number of users you need and specify the total in threadgroup and use the various controllers to control how many threads perform which actions OR you use separate thread groups. If you are going to use different thread groups , then you usually have to use module/include controllers to avoid duplicating the test script. Again you need to tweak your script manually , you cannot record this automatically. regards deepak On Mon, Sep 5, 2011 at 10:27 PM, vamba wrote: > Thanks ..u r corect ...i vl clearly explain u ...i some commerical tool > ..for > login part we record and give the transcation as login and same as for the > other action in single record .we can give vuser as we like for the > different transcation as per the requirement once when we run the scenario > ..same like that can we do in jmeter ? > > > If we dnt have like that pl explain me how to differeniate in jmeter > > thanks in advance > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/How-to-record-different-action-tp4770103p4773258.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org > For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org > >
Re: How to record different action
Trying to compare workflows in LoadRunner to how you do things in JMeter is never going to get you anywhere. The problem is if you don't understand the underlying concepts behind how each tools works so you will not be able to draw any parallels and the only thing you are capable of is starting again and learning some new workflows. But this is a terrible approach, instead try reading though the manuals and maybe supplement that with some study of the HTTP communication protocol. - http://www.http503.com/ -- View this message in context: http://jmeter.512774.n5.nabble.com/How-to-record-different-action-tp4770103p4774003.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
Re: How to record different action
Thanks ..u r corect ...i vl clearly explain u ...i some commerical tool ..for login part we record and give the transcation as login and same as for the other action in single record .we can give vuser as we like for the different transcation as per the requirement once when we run the scenario ..same like that can we do in jmeter ? If we dnt have like that pl explain me how to differeniate in jmeter thanks in advance -- View this message in context: http://jmeter.512774.n5.nabble.com/How-to-record-different-action-tp4770103p4773258.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
Re: How to record different action
I dont think you understand how Thread Groups work. All these "actions" should be part of the same thread group - and most of the listeners will give you the result for each action. Try it and see. regards deepak On Mon, Sep 5, 2011 at 4:09 AM, vamba wrote: > Hi , > can any 1 pls tel me how to record different action with different > thread group name e .g login . log out and register and finnaly all shd > be > run single ..i need to get the result for different action ..can any 1 pls > tel me > > Thanks in advance > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/How-to-record-different-action-tp4770103p4770103.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org > For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org > >