Re: Newbie question about JMeter

2007-01-12 Thread Jake Jacobson
Thanks, It is working now. One quick question. Why does the CSV Data Set Config have to be inside the while controller? I had it inside my main thread but discovered that I would only get the first value in the file. Jake On 1/12/07, sebb <[EMAIL PROTECTED]> wrote: On 12/01/07, Jake Jacobso

Re: Newbie question about JMeter

2007-01-12 Thread Alexander Wallace
rather than telling you what's wrong, i'll tell you what I would do... To try to identify where the issue is i would simplify stuff... For instance, it looks like your problem is with the while condition... change the condition to be "false" and see if you run any samples (you should not) .

Re: Newbie question about JMeter

2007-01-12 Thread sebb
On 12/01/07, Jake Jacobson <[EMAIL PROTECTED]> wrote: Thanks Sebb but I have studied both of those posts and I am still confused. I have setup a CSV Data Set Config with the following values: Filename: randomTerms.txt Variable Names: QUERY Delimiter: \n Recycle on EOF: False I then have a W

Re: Newbie question about JMeter

2007-01-12 Thread Jake Jacobson
Thanks Sebb but I have studied both of those posts and I am still confused. I have setup a CSV Data Set Config with the following values: Filename: randomTerms.txt Variable Names: QUERY Delimiter: \n Recycle on EOF: False I then have a While Controller where I am making an HTTP Request to my

Re: Newbie question about JMeter

2007-01-12 Thread sebb
See: http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200701.mbox/<[EMAIL PROTECTED]> and http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200701.mbox/<[EMAIL PROTECTED]> On 12/01/07, Jake Jacobson <[EMAIL PROTECTED]> wrote: I guess I am just really dense because I c

Re: Newbie question about JMeter

2007-01-12 Thread git
Dood, Can you send an example of what you are doing now and then I'd be happy to try and figure out what is going wrong for you. Cheers AJ On Fri, 2007-01-12 at 10:30 -0500, Jake Jacobson wrote: > I guess I am just really dense because I can't get the while loop to > end when I reach the end o

Re: Newbie question about JMeter

2007-01-12 Thread Jake Jacobson
I guess I am just really dense because I can't get the while loop to end when I reach the end of the file. I have read http://jakarta.apache.org/jmeter/usermanual/component_reference.html#While_Controller and most all of the questions in these threads. A simple example would be most helpful Jak

Re: Newbie question about JMeter

2007-01-11 Thread Jake Jacobson
Thanks for your help. I was able to get these problems resolved and everything seems to be working as expected now with my while loop. Jake On 1/11/07, sebb <[EMAIL PROTECTED]> wrote: On 11/01/07, Jake Jacobson <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to build a test plan to load test

Re: Newbie question about JMeter

2007-01-11 Thread sebb
On 11/01/07, Jake Jacobson <[EMAIL PROTECTED]> wrote: Hi, I am trying to build a test plan to load test our search appliance. I have a file with search terms, 1 per line that I want to submit against the application. I want to go through the list once and when I reach the end of file, the test

Newbie question about JMeter

2007-01-11 Thread Jake Jacobson
Hi, I am trying to build a test plan to load test our search appliance. I have a file with search terms, 1 per line that I want to submit against the application. I want to go through the list once and when I reach the end of file, the test would end. I am having 2 issues that I need help with