Load testing using jmeter.

2008-08-21 Thread Bhagwan Sahai
Hi, I am new to JMeter. I recorded a script for student registrations. When I run this script using JMeter( load test) for different student. It gives me the results without any error but it does not create said student registration into the system. What should I do for this? Please help me AS

Re: Can't login to a website

2008-08-21 Thread sebb
On 21/08/2008, Knut Wuchtig <[EMAIL PROTECTED]> wrote: > > okay, i will try to answer. > > i am running jmeter on windows xp and my browser is the IE. i created the > proxy with jmeter and i use the port 9090. > here in my office, i work with an intranet and internet behind a proxy. i > try to

Re: Number of User Settings for Remote Testing

2008-08-21 Thread sebb
On 22/08/2008, Turkel, David <[EMAIL PROTECTED]> wrote: > I apologize for what seems like a simple question, but I cannot find a > definitive answer in the documentation or online: > > > > If I'm executing tests across N clients, how is the number of > threads/users setup in a thread group used?

Number of User Settings for Remote Testing

2008-08-21 Thread Turkel, David
I apologize for what seems like a simple question, but I cannot find a definitive answer in the documentation or online: If I'm executing tests across N clients, how is the number of threads/users setup in a thread group used? Is it cumulative, meaning the number of users will the total acr

Re: problems with JMeter and Apache Load Balancer

2008-08-21 Thread sebb
On 21/08/2008, Fitzpatrick, Adrian <[EMAIL PROTECTED]> wrote: > > Hi, > > Jmeter shouldnt do this - each thread should have its own seperate cookies. > From the help documentation for the cookie manager - > > Each JMeter thread has its own "cookie storage area". So, if you are testing > a web

RE: Counter within a loop

2008-08-21 Thread Ryan Miling
I cannot reproduce this error. I set-up my test plan exactly like yours and was able to send the files 'myfile0.txt','myfile1.txt',...,'myfile9.txt' along with the HTTP Request. Like you, I had done this... + Thread Group ++ Loop Controller +++ Counter +++ HTTP Request +++ Debug Sampler ++ View Re

Counter within a loop

2008-08-21 Thread Nadav Samet
Hi there, I am trying to create a loop that each iteration would initiate a request. One field in the request (the file to send) varies with each iteration. This is how I set it up: + ThreadGroup ++ Loop controller (Loop Count = 10) +++ Counter (Start=0, increment=1, max=10, reference

RE: Response code: 302

2008-08-21 Thread Jose Pablo Sarco
I have more information..I think the problem is that the jsession id is lost in the redirections because in all the GETs where I sent with the ';jsessionid=' I have the response 200 (OK) but jmeter didn't sent the ';jsessionid=' in the redirections. I changed my test plan: I removed the 'HT

RE: problems with JMeter and Apache Load Balancer

2008-08-21 Thread Fitzpatrick, Adrian
Hi, Jmeter shouldnt do this - each thread should have its own seperate cookies. From the help documentation for the cookie manager - Each JMeter thread has its own "cookie storage area". So, if you are testing a web site that uses a cookie for storing session information, each JMeter thread wil

RE: Response code: 302

2008-08-21 Thread Jose Pablo Sarco
Thanks for the response but I don't see any problem in the resultsI don't know which is the problem, It's very frustrating. I do not know which the problem is; it is very frustrating. Regards, Jose -Original Message- From: Andrey Beznogov [mailto:[EMAIL PROTECTED] Sent: Jueve

Re: problems with JMeter and Apache Load Balancer

2008-08-21 Thread Himanshu Ghai
Hi Daniel, you need to extract the jsessionid from the response coming from server. Please try to make cookies dynamic(if I get the problem correctly).. Do you have an http cookie manager added in plan? Please check... Also check that you are not sending any hard coded values with cookies in your

Re: jmeter.util.BeanshellInterpreter ERROR

2008-08-21 Thread sebb
OK, thanks for confirming that the problem has been sorted. On 21/08/2008, Sebastian Straus <[EMAIL PROTECTED]> wrote: > Hello sebb and all other jmeter users, > > thank you for your response. > > Your question if I use an initialisation file was a very good hint, thank > you very much. > > I

RE: Can't login to a website

2008-08-21 Thread Jose Pablo Sarco
Knut, I have the same problem few days ago. The solution is record the path with Bad Boy (www.badboy.com.au) and export it to Jmeter. I hope it can help you. Regards, Jose De: Knut Wuchtig Enviado el: Jue 21/08/2008 12:53 Para: jmeter-user@jakarta.apache.org Asunto: Re: Can't login to a

Re: Can't login to a website

2008-08-21 Thread Knut Wuchtig
okay, i will try to answer. i am running jmeter on windows xp and my browser is the IE. i created the proxy with jmeter and i use the port 9090. here in my office, i work with an intranet and internet behind a proxy. i try to use the jmeter porxy severel times on the internet to check my mails or

Re: Several SQL statement

2008-08-21 Thread Richard . Markham
Hi Karel, I tried your tip with my test database it works fine. But it doesn't work with oracle I can't find anything in internet about multiple querry. TIA. Cheers Richard __ Smals sluit elke aanspr

problems with JMeter and Apache Load Balancer

2008-08-21 Thread DanielBreitner
Hi you all :) I am new to JMeter so please donĀ“t hurt me. I am trying to test my web application which is on two computers balanced by one apache load balancer. I have to use cookies, because I want to "navigate" within my web page - therefore i am using the HTTP Cookie Manager. Now I have the

Re: Response code: 302

2008-08-21 Thread Andrey Beznogov
Hi, add a View Results Tree Listener to your Test Plan. Set its options to record everything (just check all of them). All the request made during the run will be recorded there. Set the Number of Threads and Loop Count for your Thread Group to 1, so that you will have the minimal number of diffe

RE: Response code: 302

2008-08-21 Thread Jose Pablo Sarco
Thanks for the answer Ronan, but I don't think so. The variable 'jsViewState' is not set in the 'HTTP URL Re-Writing Modifier' ? Please, let me know if I'm wrong or anyone need more information to help me. Thanks in advance, Jose De: Ronan Klyne Enviado el: Jue 21/08/2008 3:42 Para: JMeter

jmeter.util.BeanshellInterpreter ERROR

2008-08-21 Thread Sebastian Straus
Hello sebb and all other jmeter users, thank you for your response. Your question if I use an initialisation file was a very good hint, thank you very much. I use an initialisation file for the beanshell pre processor, and there was a braket bug in my beanshell code. Thank your very much for

Re: Several SQL statement

2008-08-21 Thread Richard . Markham
Hi Karel, Thanks it works. I try it with MySQl, hope it works with Oracle too. Cheers Richard __ Smals sluit elke aansprakelijkheid uit in verband met de juistheid, de volledigheid of het tijdig toekome