Re: Strange Authorization problem

2005-10-31 Thread m mat
Changing the server variable name in different thread group seems to have fixed 
the problem. Looks like some concurrency problem in JMeter
 


sebb <[EMAIL PROTECTED]> wrote:
I was referring to any/all variables that may be duplicated in the
thread groups.

You should be able to use an editor to change the relevant instances
of the variables directly in the JMX files.

E.g. save one threadgroup to a separate file, and edit that. Delete
the original threadgroup and re-import. [Backup the JMX files first!]

Or just create a smaller test case - this would be useful anyway when
reporting a bug.

S.
On 31/10/05, m mat 
wrote:
> I have not tried that. It will be a big change for me, as these two groups 
> are large and are replicas of each other, so every soap call users server 
> variable.
>
> I am assuming you are referring to variable called "server"
>
> Let me try that if you think that might be the bug
>
> Matt
>
> sebb wrote:
> What happens if you use different variable names for the two thread groups?
>
> S.
> On 31/10/05, m mat
> wrote:
> > Hi
> >
> > Any pointers on this?
> >
> > Thanks
> >
> > Matt
> >
> > m mat
> wrote:
> > I have two thread groups structured as follows
> > Th Grp 1
> > -User Def Variables
> > ---Server=Server1
> > -HTTP Authorizaton Manager
> > --Base URL =http://server1/folder1/glue
> > --User Name =uid
> > --Password =pwd
> > HTTP HeaderManager
> > --Name=
> > --Value=JSESSIONID=${cookee}
> > Bunch of SOAP calls
> >
> > Th Grp 2
> > -User Def Variables
> > ---Server=Server2
> > -HTTP Authorizaton Manager
> > --Base URL =http://server2/folder1/glue
> > --User Name =uid
> > --Password =pwd
> > HTTP HeaderManager
> > --Name=
> > --Value=JSESSIONID=${cookee}
> > Bunch of SOAP calls
> >
> >
> > The problem is:
> > a. All calls get made to the server that is in the second thread group - 
> > server2 in this case. If I put server2 in th grp 1 and servere 1 in th grp 
> > 2, all calls get made to server 1. My understanding is that the user 
> > defined variables should be able to override the server name with in the 
> > thread group. As that variable gets used when calling the SOAP calls.
> >
> > b. Some calls do not get passed authorization information. The server 
> > therefore rejects these calls. I have not been able to establish a pattern 
> > as to which calls get authorization information and which do not .
> >
> > Can you please help me with what is going on?
> >
> > Thanks
> >
> > Matt
> > Nop Lists wrote:
> > well, this is exactly what is broken :-(
> > the behaviour I described appears when loading files using the file open
> > dialog in the listener...
> >
> > On 10/31/05, sebb wrote:
> > >
> > > You need to load JTL files using the file open dialog in the listener.
> > >
> > > On 26/10/05, Nop Lists wrote:
> > > > Hello,
> > > > trying to load various results files created in the recent days into an
> > > > aggregate report I keep getting the error (in the aggregate report)
> > > > "Error loading result file - see log file".
> > > >
> > > > The logfile does not provide much more information. It says:
> > > > 2005/10/26 15:32:32 INFO - jmeter.visualizers.gui.AbstractVisualizer:
> > > > getting new collector
> > > > 2005/10/26 15:32:32 WARN - jmeter.reporters.ResultCollector: File load
> > > > failure, trying old data format.
> > > >
> > > > I am using JMeter 2.1.1.
> > > > The top of the jtl file looks like this:
> > > >
> > > >
> > > >
> > > > > threadName="Thread
> > > > Gruppe 1-1" label="Login Request" time="1412" responseMessage="OK"
> > > > responseCode="200" success="true">> > error="false" failure="false"/>> 
> > > > > error="false" failure="false"/>
> > > >
> > > > Can anybody advise me how to load the JTL files?
> > > > Thanks
> > > > Nop
> > > >
> > > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> > __
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
> > -
> > Yahoo! FareChase - Search multiple travel sites in one click.
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> -
> Yahoo! FareChase - Search multiple travel sites in one click.
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 Yahoo! FareChase - Search multip

Re: Strange Authorization problem

2005-10-31 Thread sebb
I was referring to any/all variables that may be duplicated in the
thread groups.

You should be able to use an editor to change the relevant instances
of the variables directly in the JMX files.

E.g. save one threadgroup to a separate file, and edit that. Delete
the original threadgroup and re-import. [Backup the JMX files first!]

Or just create a smaller test case - this would be useful anyway when
reporting a bug.

S.
On 31/10/05, m mat <[EMAIL PROTECTED]> wrote:
> I have not tried that. It will be a big change for me, as these two groups 
> are large and are replicas of each other, so every soap call users server 
> variable.
>
> I am assuming you are referring to variable called "server"
>
> Let me try that if you think that might be the bug
>
> Matt
>
> sebb <[EMAIL PROTECTED]> wrote:
> What happens if you use different variable names for the two thread groups?
>
> S.
> On 31/10/05, m mat
> wrote:
> > Hi
> >
> > Any pointers on this?
> >
> > Thanks
> >
> > Matt
> >
> > m mat
> wrote:
> > I have two thread groups structured as follows
> > Th Grp 1
> > -User Def Variables
> > ---Server=Server1
> > -HTTP Authorizaton Manager
> > --Base URL =http://server1/folder1/glue
> > --User Name =uid
> > --Password =pwd
> > HTTP HeaderManager
> > --Name=
> > --Value=JSESSIONID=${cookee}
> > Bunch of SOAP calls
> >
> > Th Grp 2
> > -User Def Variables
> > ---Server=Server2
> > -HTTP Authorizaton Manager
> > --Base URL =http://server2/folder1/glue
> > --User Name =uid
> > --Password =pwd
> > HTTP HeaderManager
> > --Name=
> > --Value=JSESSIONID=${cookee}
> > Bunch of SOAP calls
> >
> >
> > The problem is:
> > a. All calls get made to the server that is in the second thread group - 
> > server2 in this case. If I put server2 in th grp 1 and servere 1 in th grp 
> > 2, all calls get made to server 1. My understanding is that the user 
> > defined variables should be able to override the server name with in the 
> > thread group. As that variable gets used when calling the SOAP calls.
> >
> > b. Some calls do not get passed authorization information. The server 
> > therefore rejects these calls. I have not been able to establish a pattern 
> > as to which calls get authorization information and which do not .
> >
> > Can you please help me with what is going on?
> >
> > Thanks
> >
> > Matt
> > Nop Lists wrote:
> > well, this is exactly what is broken :-(
> > the behaviour I described appears when loading files using the file open
> > dialog in the listener...
> >
> > On 10/31/05, sebb wrote:
> > >
> > > You need to load JTL files using the file open dialog in the listener.
> > >
> > > On 26/10/05, Nop Lists wrote:
> > > > Hello,
> > > > trying to load various results files created in the recent days into an
> > > > aggregate report I keep getting the error (in the aggregate report)
> > > > "Error loading result file - see log file".
> > > >
> > > > The logfile does not provide much more information. It says:
> > > > 2005/10/26 15:32:32 INFO - jmeter.visualizers.gui.AbstractVisualizer:
> > > > getting new collector
> > > > 2005/10/26 15:32:32 WARN - jmeter.reporters.ResultCollector: File load
> > > > failure, trying old data format.
> > > >
> > > > I am using JMeter 2.1.1.
> > > > The top of the jtl file looks like this:
> > > >
> > > >
> > > >
> > > > > threadName="Thread
> > > > Gruppe 1-1" label="Login Request" time="1412" responseMessage="OK"
> > > > responseCode="200" success="true">> > error="false" failure="false"/>> 
> > > > > error="false" failure="false"/>
> > > >
> > > > Can anybody advise me how to load the JTL files?
> > > > Thanks
> > > > Nop
> > > >
> > > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> > __
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
> > -
> > Yahoo! FareChase - Search multiple travel sites in one click.
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> -
>  Yahoo! FareChase - Search multiple travel sites in one click.
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Strange Authorization problem

2005-10-31 Thread m mat
I have not tried that. It will be a big change for me, as these two groups are 
large and are replicas of each other, so every soap call users server variable. 
 
I am assuming you are referring to variable called "server"
 
Let me try that if you think that might be the bug
 
Matt

sebb <[EMAIL PROTECTED]> wrote:
What happens if you use different variable names for the two thread groups?

S.
On 31/10/05, m mat 
wrote:
> Hi
>
> Any pointers on this?
>
> Thanks
>
> Matt
>
> m mat 
wrote:
> I have two thread groups structured as follows
> Th Grp 1
> -User Def Variables
> ---Server=Server1
> -HTTP Authorizaton Manager
> --Base URL =http://server1/folder1/glue
> --User Name =uid
> --Password =pwd
> HTTP HeaderManager
> --Name=
> --Value=JSESSIONID=${cookee}
> Bunch of SOAP calls
>
> Th Grp 2
> -User Def Variables
> ---Server=Server2
> -HTTP Authorizaton Manager
> --Base URL =http://server2/folder1/glue
> --User Name =uid
> --Password =pwd
> HTTP HeaderManager
> --Name=
> --Value=JSESSIONID=${cookee}
> Bunch of SOAP calls
>
>
> The problem is:
> a. All calls get made to the server that is in the second thread group - 
> server2 in this case. If I put server2 in th grp 1 and servere 1 in th grp 2, 
> all calls get made to server 1. My understanding is that the user defined 
> variables should be able to override the server name with in the thread 
> group. As that variable gets used when calling the SOAP calls.
>
> b. Some calls do not get passed authorization information. The server 
> therefore rejects these calls. I have not been able to establish a pattern as 
> to which calls get authorization information and which do not .
>
> Can you please help me with what is going on?
>
> Thanks
>
> Matt
> Nop Lists wrote:
> well, this is exactly what is broken :-(
> the behaviour I described appears when loading files using the file open
> dialog in the listener...
>
> On 10/31/05, sebb wrote:
> >
> > You need to load JTL files using the file open dialog in the listener.
> >
> > On 26/10/05, Nop Lists wrote:
> > > Hello,
> > > trying to load various results files created in the recent days into an
> > > aggregate report I keep getting the error (in the aggregate report)
> > > "Error loading result file - see log file".
> > >
> > > The logfile does not provide much more information. It says:
> > > 2005/10/26 15:32:32 INFO - jmeter.visualizers.gui.AbstractVisualizer:
> > > getting new collector
> > > 2005/10/26 15:32:32 WARN - jmeter.reporters.ResultCollector: File load
> > > failure, trying old data format.
> > >
> > > I am using JMeter 2.1.1.
> > > The top of the jtl file looks like this:
> > >
> > >
> > >
> > > > threadName="Thread
> > > Gruppe 1-1" label="Login Request" time="1412" responseMessage="OK"
> > > responseCode="200" success="true">> > error="false" failure="false"/>> > 
> > > error="false" failure="false"/>
> > >
> > > Can anybody advise me how to load the JTL files?
> > > Thanks
> > > Nop
> > >
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> __
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> -
> Yahoo! FareChase - Search multiple travel sites in one click.
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 Yahoo! FareChase - Search multiple travel sites in one click.  

Re: Strange Authorization problem

2005-10-31 Thread sebb
What happens if you use different variable names for the two thread groups?

S.
On 31/10/05, m mat <[EMAIL PROTECTED]> wrote:
> Hi
>
> Any pointers on this?
>
> Thanks
>
> Matt
>
> m mat <[EMAIL PROTECTED]> wrote:
> I have two thread groups structured as follows
> Th Grp 1
> -User Def Variables
> ---Server=Server1
> -HTTP Authorizaton Manager
> --Base URL =http://server1/folder1/glue
> --User Name =uid
> --Password =pwd
> HTTP HeaderManager
> --Name=
> --Value=JSESSIONID=${cookee}
> Bunch of SOAP calls
>
> Th Grp 2
> -User Def Variables
> ---Server=Server2
> -HTTP Authorizaton Manager
> --Base URL =http://server2/folder1/glue
> --User Name =uid
> --Password =pwd
> HTTP HeaderManager
> --Name=
> --Value=JSESSIONID=${cookee}
> Bunch of SOAP calls
>
>
> The problem is:
> a. All calls get made to the server that is in the second thread group - 
> server2 in this case. If I put server2 in th grp 1 and servere 1 in th grp 2, 
> all calls get made to server 1. My understanding is that the user defined 
> variables should be able to override the server name with in the thread 
> group. As that variable gets used when calling the SOAP calls.
>
> b. Some calls do not get passed authorization information. The server 
> therefore rejects these calls. I have not been able to establish a pattern as 
> to which calls get authorization information and which do not .
>
> Can you please help me with what is going on?
>
> Thanks
>
> Matt
> Nop Lists wrote:
> well, this is exactly what is broken :-(
> the behaviour I described appears when loading files using the file open
> dialog in the listener...
>
> On 10/31/05, sebb wrote:
> >
> > You need to load JTL files using the file open dialog in the listener.
> >
> > On 26/10/05, Nop Lists wrote:
> > > Hello,
> > > trying to load various results files created in the recent days into an
> > > aggregate report I keep getting the error (in the aggregate report)
> > > "Error loading result file - see log file".
> > >
> > > The logfile does not provide much more information. It says:
> > > 2005/10/26 15:32:32 INFO - jmeter.visualizers.gui.AbstractVisualizer:
> > > getting new collector
> > > 2005/10/26 15:32:32 WARN - jmeter.reporters.ResultCollector: File load
> > > failure, trying old data format.
> > >
> > > I am using JMeter 2.1.1.
> > > The top of the jtl file looks like this:
> > >
> > >
> > >
> > > > threadName="Thread
> > > Gruppe 1-1" label="Login Request" time="1412" responseMessage="OK"
> > > responseCode="200" success="true">> > error="false" failure="false"/>> > 
> > > error="false" failure="false"/>
> > >
> > > Can anybody advise me how to load the JTL files?
> > > Thanks
> > > Nop
> > >
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> __
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> -
>  Yahoo! FareChase - Search multiple travel sites in one click.
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Appending to jmeter.log, versus overwrite on JMeter startup?

2005-10-31 Thread sebb
On 31/10/05, 821MARK <[EMAIL PROTECTED]> wrote:
> Everytime JMeter is opened, jmeter.log is overwritten, deleting my log()
> messages that I put in there to track data.
>  - Is there a possibility of always having jmeter.log appended to?

File a Bugzilla enhancment request ...

> - Is there a better method of writing data to, besides log(), that's quick?

I take it you mean quick to code?

>  -> I'm using Jmeter to create seed data, and then write the record numbers
> to the log for later extraction.

You could use a Java Sampler with a child listener to write the values
to a data file.
These are appended to.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Strange Authorization problem

2005-10-31 Thread m mat
Hi 
 
Any pointers on this?
 
Thanks
 
Matt

m mat <[EMAIL PROTECTED]> wrote:
I have two thread groups structured as follows
Th Grp 1
-User Def Variables
---Server=Server1
-HTTP Authorizaton Manager
--Base URL =http://server1/folder1/glue
--User Name =uid
--Password =pwd
HTTP HeaderManager
--Name=
--Value=JSESSIONID=${cookee}
Bunch of SOAP calls 

Th Grp 2
-User Def Variables
---Server=Server2
-HTTP Authorizaton Manager
--Base URL =http://server2/folder1/glue
--User Name =uid
--Password =pwd
HTTP HeaderManager
--Name=
--Value=JSESSIONID=${cookee}
Bunch of SOAP calls 


The problem is:
a. All calls get made to the server that is in the second thread group - 
server2 in this case. If I put server2 in th grp 1 and servere 1 in th grp 2, 
all calls get made to server 1. My understanding is that the user defined 
variables should be able to override the server name with in the thread group. 
As that variable gets used when calling the SOAP calls.

b. Some calls do not get passed authorization information. The server therefore 
rejects these calls. I have not been able to establish a pattern as to which 
calls get authorization information and which do not .

Can you please help me with what is going on?

Thanks

Matt
Nop Lists wrote:
well, this is exactly what is broken :-(
the behaviour I described appears when loading files using the file open
dialog in the listener...

On 10/31/05, sebb wrote:
>
> You need to load JTL files using the file open dialog in the listener.
>
> On 26/10/05, Nop Lists wrote:
> > Hello,
> > trying to load various results files created in the recent days into an
> > aggregate report I keep getting the error (in the aggregate report)
> > "Error loading result file - see log file".
> >
> > The logfile does not provide much more information. It says:
> > 2005/10/26 15:32:32 INFO - jmeter.visualizers.gui.AbstractVisualizer:
> > getting new collector
> > 2005/10/26 15:32:32 WARN - jmeter.reporters.ResultCollector: File load
> > failure, trying old data format.
> >
> > I am using JMeter 2.1.1.
> > The top of the jtl file looks like this:
> > 
> > 
> >
> > > threadName="Thread
> > Gruppe 1-1" label="Login Request" time="1412" responseMessage="OK"
> > responseCode="200" success="true">> > error="false" failure="false"/>> > 
> > error="false" failure="false"/>
> >
> > Can anybody advise me how to load the JTL files?
> > Thanks
> > Nop
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
 Yahoo! FareChase - Search multiple travel sites in one click.  

functionality testing with JMeter?

2005-10-31 Thread Paatsch, Bernd
Hello JMeter Users,

I am new to JMeter and like to use it to functional test a web-site that is
a GUI for an application.
I try to find out if JMeter would be a way to go and what your experience is
using JMeter in respect of testing web-page functionality? 
How much time does it take to learn JMeter? 
How much time does it take to automate?
How flexible is JMeter (I have ini-files with input test parameters)? 
Has anybody used 'Test Complete' and JMeter and could give me an comparison
between those two?

Thanks for your help.
--Bernd


Appending to jmeter.log, versus overwrite on JMeter startup?

2005-10-31 Thread 821MARK
Everytime JMeter is opened, jmeter.log is overwritten, deleting my log()
messages that I put in there to track data.
 - Is there a possibility of always having jmeter.log appended to?
- Is there a better method of writing data to, besides log(), that's quick?
 -> I'm using Jmeter to create seed data, and then write the record numbers
to the log for later extraction.


Re: Survey

2005-10-31 Thread m mat
Answers Inline

Peter Lin <[EMAIL PROTECTED]> wrote:
I would like to ask the users of JMeter if anyone uses JMeter to run
automated tests. If you do, how do you structure your directories and files?
Would do people imagine using a reporting tool? If you do use jmeter for
automated tests, can take a minute to answer these questions.

1. how often do you run the automated tests?

Matt: Right now we are running them few times every day as we are tuning the 
system, going forward  we will put them in the build script and run them with 
builds

2. how do you structure the files?

Test Folder

---Scripts (has all jmx files)

---Data (has all data files

---Results (results get stored here)

---Logs (perfmon and JMeter logs get stored here)
3. do you use a naming convention for the directories and files?

---No I just use the directory structure to make sense of the tests
4. how many test plans do you run?

--- About 10
5. which listeners do you use to save the results

--- Aggregate Report

--- My ant script converts the jtl file to a html report
6. what kinds of charts and graphs do you want?

Aaah. 

a. No of threads with average transaction performance: X axis should have 
elapsed time, Y axis should have time taken, and the chart should show no of 
threads and average readings of all   transactions (samplers)

b. Would love to compare 1 result to another later result 

c. Transaction performance: Put users on X axis and time taken on Y axis and 
plot each sampler

 

Thanks

 

Matt




-
 Yahoo! FareChase - Search multiple travel sites in one click.  

Re: Survey

2005-10-31 Thread Peter Lin
thanks to everyone for the response. that information definitely helps. I'll
try to post a summary of the approaches I'm thinking of and see which ones
makes more sense to the users.


peter lin


RE: Survey

2005-10-31 Thread Rolando Sánchez Villalobos

Thnxs for your attention

1. how often do you run the automated tests?

Before a release or when we have problems in the production servers

2. how do you structure the files?

It is a simple structure of folders, because the automated test is composed in 
one jmx

3. do you use a naming convention for the directories and files?

Nop, I use a naming convention for the test plan

4. how many test plans do you run?

Between 5 or 10, its depend of the release size

5. which listeners do you use to save the results

Assertion Results, View Results Tree and Aggregate Report.

6. what kinds of charts and graphs do you want?

Charts of performance, It'd be nice to have a measure of how
response times change over the course of a test. Avg Response Time
only applies to the entire test.. it'd be nice to get a bit more
visibility into how that figure breaks down.

thanks in advance.

Rolando Sanchez

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problem loading results file into an aggregate report

2005-10-31 Thread sebb
Sorry, that was not clear to me.

Please create a bugzilla issue, and then attach:

jmeter.properties
jmeter.log
sample JTL file

On 31/10/05, Nop Lists <[EMAIL PROTECTED]> wrote:
> well, this is exactly what is broken :-(
> the behaviour I described appears when loading files using the file open
> dialog in the listener...
>
> On 10/31/05, sebb <[EMAIL PROTECTED]> wrote:
> >
> > You need to load JTL files using the file open dialog in the listener.
> >
> > On 26/10/05, Nop Lists <[EMAIL PROTECTED]> wrote:
> > > Hello,
> > > trying to load various results files created in the recent days into an
> > > aggregate report I keep getting the error (in the aggregate report)
> > > "Error loading result file - see log file".
> > >
> > > The logfile does not provide much more information. It says:
> > > 2005/10/26 15:32:32 INFO - jmeter.visualizers.gui.AbstractVisualizer:
> > > getting new collector
> > > 2005/10/26 15:32:32 WARN - jmeter.reporters.ResultCollector: File load
> > > failure, trying old data format.
> > >
> > > I am using JMeter 2.1.1.
> > > The top of the jtl file looks like this:
> > > 
> > > 
> > >
> > >  > threadName="Thread
> > > Gruppe 1-1" label="Login Request" time="1412" responseMessage="OK"
> > > responseCode="200" success="true"> > > error="false" failure="false"/> > > error="false" failure="false"/>
> > >
> > > Can anybody advise me how to load the JTL files?
> > > Thanks
> > > Nop
> > >
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Survey

2005-10-31 Thread Peter Bernier

NOTE: As part of a build, I use JMeter more for functional testing than
for load-testing. (I got to a point where I figured 'hey, I've got all
these load-testing scripts that already do a bunch of assertions, why
not run them before we release a build and see if they pick up
anything?'..)

>1. how often do you run the automated tests?

Before a new build is released to QC. Regression testing with JMeter is
not yet part of our process, but I've been 'unofficially' building up
and running an automatino suite over the past six months. Occasionally I
do manage to pick up some stuff so it's already proved its worth.

>2. how do you structure the files?

Individual scripts based on high-priority feature/defect functionality. I
also have a few more broad-based scripts to target areas that we've had
trouble with in the past.

>3. do you use a naming convention for the directories and files?

_Tests\.jmx
For each jmx that I create, I also accompany it with a brief text file
outlining the required data for the script, an explanation of any
variables to be defined, as well as quick description of each action
that script performs. (ie, go here, do this, record this variable etc).

>4. how many test plans do you run?

Currently about 35, spread out over three code streams. (More scripts on
the streams currently in development obviously).

>5. which listeners do you use to save the results

Assertion Results, View Results Tree and Aggregate Report.

>6. what kinds of charts and graphs do you want?

Nothing currently. The only graphs that I package in my reports are
CPU/Memory/Network usage. It'd be nice to have a measure of how
response times change over the course of a test. (ie, Avg Response Time
only applies to the entire test.. it'd be nice to get a bit more
visibility into how that figure breaks down). (disclaimer: It may be
possible to do that with another listener or something, I just haven't
had time to update/enhance my suite in quite a while..)

- Peter Bernier

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Strange Authorization problem

2005-10-31 Thread m mat
I have two thread groups structured as follows
Th Grp 1
-User Def Variables
---Server=Server1
-HTTP Authorizaton Manager
--Base URL =http://server1/folder1/glue
--User Name =uid
--Password =pwd
HTTP HeaderManager
--Name=
--Value=JSESSIONID=${cookee}
Bunch of SOAP calls 
 
Th Grp 2
-User Def Variables
---Server=Server2
-HTTP Authorizaton Manager
--Base URL =http://server2/folder1/glue
--User Name =uid
--Password =pwd
HTTP HeaderManager
--Name=
--Value=JSESSIONID=${cookee}
Bunch of SOAP calls 
 

The problem is:
a. All calls get made to the server that is in the second thread group - 
server2 in this case. If I put server2 in th grp 1 and servere 1 in th grp 2, 
all calls get made to server 1.  My understanding is that the user defined 
variables should be able to override the server name with in the thread group. 
As that variable gets used when calling the SOAP calls.
 
b. Some calls do not get passed authorization information. The server therefore 
rejects these calls. I have not been able to establish a pattern as to which 
calls get authorization information and which do not .
 
Can you please help me with what is going on?
 
Thanks
 
Matt
Nop Lists <[EMAIL PROTECTED]> wrote:
well, this is exactly what is broken :-(
the behaviour I described appears when loading files using the file open
dialog in the listener...

On 10/31/05, sebb wrote:
>
> You need to load JTL files using the file open dialog in the listener.
>
> On 26/10/05, Nop Lists wrote:
> > Hello,
> > trying to load various results files created in the recent days into an
> > aggregate report I keep getting the error (in the aggregate report)
> > "Error loading result file - see log file".
> >
> > The logfile does not provide much more information. It says:
> > 2005/10/26 15:32:32 INFO - jmeter.visualizers.gui.AbstractVisualizer:
> > getting new collector
> > 2005/10/26 15:32:32 WARN - jmeter.reporters.ResultCollector: File load
> > failure, trying old data format.
> >
> > I am using JMeter 2.1.1.
> > The top of the jtl file looks like this:
> > 
> > 
> >
> > > threadName="Thread
> > Gruppe 1-1" label="Login Request" time="1412" responseMessage="OK"
> > responseCode="200" success="true">> > error="false" failure="false"/>> > 
> > error="false" failure="false"/>
> >
> > Can anybody advise me how to load the JTL files?
> > Thanks
> > Nop
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

RE: JMeter UI Error

2005-10-31 Thread Wayne Wang
View Results tree listener has several options for the response
messages: HTML, Plain Text, XML etc. Be sure the response you want to
see can be converted to the format you selected.

 

Thanks.

 

Wayne Wang | InnoPath | Test Automation Engineer, R&D| 408-962-9335



From: m mat [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 31, 2005 9:33 AM
To: jmeter-user@jakarta.apache.org
Subject: JMeter UI Error

 

 

Hi 

When I click on a node on View Results tree listener, I get the
error in a msg box as in the attached file. Can you please tell me what
could be wrong

 

Thanks

 

Matt





Yahoo! FareChase - Search multiple travel sites in one click.
  



Yahoo! FareChase - Search multiple travel sites in one click.
  



Re: Problem loading results file into an aggregate report

2005-10-31 Thread Nop Lists
well, this is exactly what is broken :-(
the behaviour I described appears when loading files using the file open
dialog in the listener...

On 10/31/05, sebb <[EMAIL PROTECTED]> wrote:
>
> You need to load JTL files using the file open dialog in the listener.
>
> On 26/10/05, Nop Lists <[EMAIL PROTECTED]> wrote:
> > Hello,
> > trying to load various results files created in the recent days into an
> > aggregate report I keep getting the error (in the aggregate report)
> > "Error loading result file - see log file".
> >
> > The logfile does not provide much more information. It says:
> > 2005/10/26 15:32:32 INFO - jmeter.visualizers.gui.AbstractVisualizer:
> > getting new collector
> > 2005/10/26 15:32:32 WARN - jmeter.reporters.ResultCollector: File load
> > failure, trying old data format.
> >
> > I am using JMeter 2.1.1.
> > The top of the jtl file looks like this:
> > 
> > 
> >
> >  threadName="Thread
> > Gruppe 1-1" label="Login Request" time="1412" responseMessage="OK"
> > responseCode="200" success="true"> > error="false" failure="false"/> > error="false" failure="false"/>
> >
> > Can anybody advise me how to load the JTL files?
> > Thanks
> > Nop
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


RE Survey

2005-10-31 Thread jerome . dupont

1. how often do you run the automated tests?
Every new version, if there is a risk of loss of performance (changing
version of EJB, of database...)

2. how do you structure the files?
 -> appli1 -> test-> myTest.jmx
  |
  |-> data-> myData1.csv
  |   -> myData2.csv
  |
  |-> results -> ATemporayFile.jtl
  -> testsForVersion05.1
|
|-> myTestoOctober31.jtl
|-> analyseTestForVersion05.1.xls

-> appli2 -> test ...

myTest.jmx contains the scenario
myData1.csv contains datas for scenarii, for example list of user/passwd...
results contains results: In most cases, I export listeners results in a
temporay files, that I copy  to a repertory dedictated for a version.
After, I insert and analyze my datas in excel file

3. do you use a naming convention for the directories and files?
see before

4. how many test plans do you run?
Now I have 4 test plan, but it's grwonig up.

5. which listeners do you use to save the results
Aggregate

6. what kinds of charts and graphs do you want?
Response Time by servlets
Statistics by servlets




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]