Re: Scheduler Config

2009-10-15 Thread arubin41

thanks deepak - from watching the results tree it just stops listing results
from what appears to be after the first run.  i wait it out for a minute or
so and nothing happens.  i attached the test.  if you could get a look at it
that would be great

-alan



Deepak Shetty wrote:
> 
> hi
> ok unless you can provide us the test to look at, or the complete logs to
> look at im not sure what else we can do .
> One thing is does your test complete or is it just hung or just waiting?
> regards
> deepak
> 
> On Thu, Oct 15, 2009 at 12:32 PM, arubin41  wrote:
> 
>>
>> Hi Deepak - thanks for responding.  My csv data config module is set up
>> as:
>>
>> Allowed quoted data: True
>> Recycle on EOF: True
>> Stop Thread on EOF: False
>> Sharing Mode: All Threads
>>
>> i tried messing around with different options on these but didn't find
>> the
>> right fit
>>
>> Action to be taken on error is set to "Continue".  I even tried to loop
>> forever with no scheduler and it stops after one go-thru.
>>
>> -Alan
>>
>>
>>
>>
>> Deepak Shetty wrote:
>> >
>> > hi
>> > Should work. You need to provide more details
>> > e.g. do you have stop thread on error or do you have a CSV data set
>> config
>> > which is configured to stop thread on EOF
>> > Does the test shut down or is it still running etc..
>> > or whats the simplest test where you are getting this problem
>> > regards
>> > deepak
>> >
>> > On Thu, Oct 15, 2009 at 7:53 AM, arubin41 
>> wrote:
>> >
>> >>
>> >> Running into trouble getting my scheduler to run on the Forever loop
>> with
>> >> 5
>> >> threads.  It appears that it only runs thru the loop once.  I had
>> >> initially
>> >> run a bunch of tests with 5 threads with only 1 loop.  Do I need to
>> also
>> >> include a duration time even though I set the time to start and end at
>> a
>> >> certain time?  I'm not seeing any errors that could potentially stop
>> the
>> >> test.  Thanks!
>> >>
>> >> Best,
>> >>
>> >> -Alan
>> >> --
>> >> View this message in context:
>> >> http://www.nabble.com/Scheduler-Config-tp25910060p25910060.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
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Scheduler-Config-tp25910060p25914643.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
>>
>>
> 
> 
http://www.nabble.com/file/p25915980/oc_record_5.jmx oc_record_5.jmx 
http://www.nabble.com/file/p25915980/oc_record_5.jmx oc_record_5.jmx 
-- 
View this message in context: 
http://www.nabble.com/Scheduler-Config-tp25910060p25915980.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: Scheduler Config

2009-10-15 Thread arubin41

Hi Deepak - thanks for responding.  My csv data config module is set up as:

Allowed quoted data: True
Recycle on EOF: True
Stop Thread on EOF: False
Sharing Mode: All Threads

i tried messing around with different options on these but didn't find the
right fit

Action to be taken on error is set to "Continue".  I even tried to loop
forever with no scheduler and it stops after one go-thru.

-Alan




Deepak Shetty wrote:
> 
> hi
> Should work. You need to provide more details
> e.g. do you have stop thread on error or do you have a CSV data set config
> which is configured to stop thread on EOF
> Does the test shut down or is it still running etc..
> or whats the simplest test where you are getting this problem
> regards
> deepak
> 
> On Thu, Oct 15, 2009 at 7:53 AM, arubin41  wrote:
> 
>>
>> Running into trouble getting my scheduler to run on the Forever loop with
>> 5
>> threads.  It appears that it only runs thru the loop once.  I had
>> initially
>> run a bunch of tests with 5 threads with only 1 loop.  Do I need to also
>> include a duration time even though I set the time to start and end at a
>> certain time?  I'm not seeing any errors that could potentially stop the
>> test.  Thanks!
>>
>> Best,
>>
>> -Alan
>> --
>> View this message in context:
>> http://www.nabble.com/Scheduler-Config-tp25910060p25910060.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
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Scheduler-Config-tp25910060p25914643.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



Scheduler Config

2009-10-15 Thread arubin41

Running into trouble getting my scheduler to run on the Forever loop with 5
threads.  It appears that it only runs thru the loop once.  I had initially
run a bunch of tests with 5 threads with only 1 loop.  Do I need to also
include a duration time even though I set the time to start and end at a
certain time?  I'm not seeing any errors that could potentially stop the
test.  Thanks!

Best,

-Alan
-- 
View this message in context: 
http://www.nabble.com/Scheduler-Config-tp25910060p25910060.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: Proxy Step by Step - Submitting Forms

2009-10-14 Thread arubin41

Deepak - thanks again.  That link was very helpful...I didn't set up a cookie
manager

Best,

-Alan


Deepak Shetty wrote:
> 
> Hi
> When you recorded the test ,it would have recorded the submit .
> However there are many reasons why something that worked while recording
> does not work when you run it again..
> 
> http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour and myriad other
> posts on this forum.
> 
>  You have to go through every step of your test and see what data is
> dynamic
> , what is derived from previous request (E.g. a workflow id or task id
> etc)
> If you can identify the step that does the actual submit , you could also
> look at the response in View results tree and hope that it gives you a
> sensible error message , otherwise you have to compare what your browser
> sends to what you are sending from Jmeter.
> 
> Note that Jmeter is not a browser, It does not enter information into text
> boxes or whatever. It simply makes http requests and gets back HTTP
> responses.
> 
> regards
> deepak
> 
> 
> 
> On Wed, Oct 14, 2009 at 1:26 PM, arubin41  wrote:
> 
>>
>> I created a recorded test and part of the work flow is submitting 3
>> tabbed
>> forms.  It appears to enter the info in the appropriate boxes but the
>> data
>> is not saved.  Do I have to deliberately edit in jmeter to include a
>> submit?
>> If so, any step by step guidance for this over-his-head beginner would be
>> greatly appreciated.
>>
>> Best,
>>
>> -Alan
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Proxy-Step-by-Step---Submitting-Forms-tp25898423p25898423.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
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Proxy-Step-by-Step---Submitting-Forms-tp25898423p25899059.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



Proxy Step by Step - Submitting Forms

2009-10-14 Thread arubin41

I created a recorded test and part of the work flow is submitting 3 tabbed
forms.  It appears to enter the info in the appropriate boxes but the data
is not saved.  Do I have to deliberately edit in jmeter to include a submit? 
If so, any step by step guidance for this over-his-head beginner would be
greatly appreciated. 

Best,

-Alan

-- 
View this message in context: 
http://www.nabble.com/Proxy-Step-by-Step---Submitting-Forms-tp25898423p25898423.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: CSV Data Set Config Question

2009-10-14 Thread arubin41

Deepak - thanks for the info.  Very helpful.  QUick follow up question.  In
the CSV Data Set Config space, when I fill out the Variable Names
(comma-delimited) field do I list the usernames established in the txt file
like so

username1, username2, username3, username4, username5?

Or am I following the example on the Jmeter User Guide

a, b, c, d, e?

Thanks again,

-Alan

Deepak Shetty wrote:
> 
> hi
> Each row should correspond to the data per user so in your case
> user1,pass1,otherdata
> user2,pass2,otherdata
> user3,pass3,otherdata
> user4,pass4,otherdata
> 
> The variable names are defined in the CSV data set config
>  in most cases you should be able to put the CSV data set config as a
> child
> of the threadgroup .
> 
> regards
> deepak
> 
> On Tue, Oct 13, 2009 at 2:30 PM, arubin41  wrote:
> 
>>
>> New to jMeter and I'm running into what's likely a very-rookie question.
>>  I'm
>> creating CSV Data Set Config to set up 5 usernames and passwords.  My
>> question is regarding the structure of my txt file.  Do you establish the
>> variables similar to javascript (or whatever language):
>>
>> var USER {username1, username2, username3, username4, username5}
>>
>> Or am I overthinking this a little?
>>
>> Also, in the jmeter test plan heirarchy, is there a specific place I need
>> to
>> create the CSV Data Set Config entry?
>>
>> Best,
>>
>> -Alan
>> --
>> View this message in context:
>> http://www.nabble.com/CSV-Data-Set-Config-Question-tp25881260p25881260.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
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/CSV-Data-Set-Config-Question-tp25881260p25890240.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



CSV Data Set Config Question

2009-10-13 Thread arubin41

New to jMeter and I'm running into what's likely a very-rookie question.  I'm
creating CSV Data Set Config to set up 5 usernames and passwords.  My
question is regarding the structure of my txt file.  Do you establish the
variables similar to javascript (or whatever language):

var USER {username1, username2, username3, username4, username5}

Or am I overthinking this a little?

Also, in the jmeter test plan heirarchy, is there a specific place I need to
create the CSV Data Set Config entry?

Best,

-Alan
-- 
View this message in context: 
http://www.nabble.com/CSV-Data-Set-Config-Question-tp25881260p25881260.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