>Can you tell me how to analyse the load testing of any application specifically web application.... Your question is too broad. >as i know that its all about calculating the responses from the server periodically.... Well thats part of it , sometimes. I suggest you start a new thread and ask more specific questions that deal with JMeter, generic questions are best answered by Google.
regards deepak On Sat, Feb 6, 2010 at 4:38 AM, gauvbruce <[email protected]> wrote: > > > > Evandro Grezeli wrote: > > > > Gauvbruce, > > > > The example i can give it's adding a CSV config element, listing all your > > user's that you want to log on in your page. > > But as you said, you doesn't got a positive answer from your test, so > > there's two toughts in my mind: > > > > 1- JMeter didn't find your CSV file (problem with the location or even > the > > variables name of the file, to be set in the csv config element) > > 2- You're passing the variables in the wrong format in your assert. > > > > So to try to figure it out, you must add a Debug Sampler (Right click on > > your thread group, Samples -> Debug Sampler) and than mark as true the > box > > "JMeter Variables" and set False to the other box. After that add to the > > same Thread Group User a Listener -> Tree View Result and run your test > > again. After finishing it, there will be at the list of asserts the Debug > > Sampler, click on it and see as text format the request of your Debug and > > try to find in the list your parametrization, than reply to the list the > > values listed there so we can try to aid a little more with your problem. > > > > []'s > > > > On Fri, Feb 5, 2010 at 8:33 AM, gauvbruce <[email protected]> wrote: > > > >> > >> > >> Evandro Grezeli wrote: > >> > > >> > did you tried to add a Debug Sampler and see if your parametrization > >> it's > >> > passing the value successfully? If doesn't, try it and watch the value > >> of > >> > all variables in tree result view > >> > > >> > On Thu, Feb 4, 2010 at 11:01 AM, gauvbruce <[email protected]> > wrote: > >> > > >> >> > >> >> Hi, > >> >> I have an problem with parameterization of the login page.. > >> >> I used csv.config file, User Parameter, session manager as well...but > >> no > >> >> positive outcome... :( > >> >> i am using a website of Asp.net and javascript.....all recording is > >> been > >> >> done and http requests are been saved successfuly...no problem in > >> that... > >> >> but how to do parameterizations for the login name...as i think that > >> >> session > >> >> also needs to be changed ...? > >> >> > >> >> Steps followed are : > >> >> 1) Recorded succesfuly as in terms of http request. > >> >> 2) Need to use a parameterization of the login page... > >> >> 3) Giving no error but Login was not been used.. > >> >> 4) What is the role of threads in that if parameterization is not > >> >> happening > >> >> ? > >> >> > >> >> Anyone help ... > >> >> > >> >> Thanks > >> >> > >> >> -- > >> >> View this message in context: > >> >> > http://old.nabble.com/Jmeter-parameterization-tp27452179p27452179.html > >> >> Sent from the JMeter - User mailing list archive at Nabble.com. > >> >> > >> >> > >> >> --------------------------------------------------------------------- > >> >> To unsubscribe, e-mail: [email protected] > >> >> For additional commands, e-mail: [email protected] > >> >> > >> >> > >> > > >> > > >> > -- > >> > Atenciosamente > >> > Regards > >> > Evandro Grezeli de B. Neves > >> > > >> > > >> > >> > >> > >> Thanks Evandro Grezeli :-) > >> I tried debug sampler but unable to find the result ..... > >> If you can give me a example for "using the parameterization" > >> and hence adding multiple users/logins irrespective of the > >> sessionids/testids /event ids as they are been created in my > >> scenario..... > >> > >> thanks again ... > >> -- > >> View this message in context: > >> http://old.nabble.com/Jmeter-parameterization-tp27452179p27466008.html > >> Sent from the JMeter - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > > > -- > > Atenciosamente > > Regards > > Evandro Grezeli de B. Neves > > > > > > > Thanks Evandro Grezeli, > You are Helping me a lot ....:-) > Can you tell me how to analyse the load testing of any application > specifically web application.... > as i know that its all about calculating the responses from the server > periodically.... > Basic question is how to do it.....?? > and hence make a best practice for load testing of any application , i have > searched the web regarding it but wants to know/ learn from an experts (may > be any ebook or something like that). > > Thanks > -- > View this message in context: > http://old.nabble.com/Jmeter-parameterization-tp27452179p27479249.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

