Re: [Wicket-user] Testing Wicket with JMeter

2007-02-23 Thread Nino Wael
Hmm actually, I've joined the Jmeter users mailing list. But traffic is very 
low on this one, and I haven't got any replies to my mails, although trying to 
get people to use the list by replying to their mails but I guess it will take 
some time. So im not quite sure on howto get in contact with the right 
people... Their IRC channel is also dead.

 

 

Regards Nino

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank Bille
Sent: 22. februar 2007 22:33
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Testing Wicket with JMeter

 

On 2/22/07, Eelco Hillenius [EMAIL PROTECTED] wrote:

Did anyone try to get people from JMeter involved? Maybe they can help
us sort this out?


Nah, I don't believe in this kind of open source collaboration.. ;-)

Seriously I guess my excuse is time. It's easy to solve, when you know the 
solution. Nino is this something you want to do something about? 

Frank

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Frank Bille

I looks like JMeter is storing the recorded tests in random order. And this
doesn't work with wicket because you have to execute the requests in correct
order (hint: look at the id number in the URL).

Frank


On 2/21/07, Flavia Paganelli [EMAIL PROTECTED] wrote:


Hi!
I've also been making JMeter tests over Wicket applications. I had to
use the HTTP Cookie Manager.
But still sometimes I found strange behaviour, like it sometimes stopped
working, I recorded the same test again and it worked.
The problem always appeared with a submit (POST).
Not much help, but...

 Date: Wed, 14 Feb 2007 10:18:42 +0100
 From: Nino Wael [EMAIL PROTECTED]
 Subject: [Wicket-user] Testing Wicket with JMeter
 To: wicket-user@lists.sourceforge.net
 Message-ID:
   [EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii

 Hi



 Im trying to test an application with jmeter , I keep getting page
expired when testing. I have a cookie manager and save jsessionid, are there
any thing else I should be aware of in that direction?



 The application are rather simple although there are some ajax calls.
The test fails on the first submit with a page expired.. Any ideas on what
im doing wrong ? Please ask if you need more information...

 Nino Wael

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Frank Bille

I looks = It looks


On 2/22/07, Frank Bille [EMAIL PROTECTED] wrote:


I looks like JMeter is storing the recorded tests in random order. And
this doesn't work with wicket because you have to execute the requests in
correct order (hint: look at the id number in the URL).

Frank


On 2/21/07, Flavia Paganelli [EMAIL PROTECTED] wrote:

 Hi!
 I've also been making JMeter tests over Wicket applications. I had to
 use the HTTP Cookie Manager.
 But still sometimes I found strange behaviour, like it sometimes stopped
 working, I recorded the same test again and it worked.
 The problem always appeared with a submit (POST).
 Not much help, but...

  Date: Wed, 14 Feb 2007 10:18:42 +0100
  From: Nino Wael [EMAIL PROTECTED] 
  Subject: [Wicket-user] Testing Wicket with JMeter
  To: wicket-user@lists.sourceforge.net
  Message-ID:
 [EMAIL PROTECTED]
  Content-Type: text/plain; charset=us-ascii
 
  Hi
 
 
 
  Im trying to test an application with jmeter , I keep getting page
 expired when testing. I have a cookie manager and save jsessionid, are there
 any thing else I should be aware of in that direction?
 
 
 
  The application are rather simple although there are some ajax calls.
 The test fails on the first submit with a page expired.. Any ideas on what
 im doing wrong ? Please ask if you need more information...
 
  Nino Wael


 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Nino Wael
Please update the wiki with your findings, or if your lucky find the solution 
for your troubles:):

http://cwiki.apache.org/confluence/display/WICKET/Wicket+and+JMeter

Hmm, should we make the jmeter faq for wicket more visible?

-Original Message-
From: [EMAIL PROTECTED] on behalf of Flavia Paganelli
Sent: Wed 21-02-2007 17:45
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Testing Wicket with JMeter
 
Hi!
I've also been making JMeter tests over Wicket applications. I had to 
use the HTTP Cookie Manager.
But still sometimes I found strange behaviour, like it sometimes stopped 
working, I recorded the same test again and it worked.
The problem always appeared with a submit (POST).
Not much help, but...

 Date: Wed, 14 Feb 2007 10:18:42 +0100
 From: Nino Wael [EMAIL PROTECTED]
 Subject: [Wicket-user] Testing Wicket with JMeter
 To: wicket-user@lists.sourceforge.net
 Message-ID:
   [EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii

 Hi 

  

 Im trying to test an application with jmeter , I keep getting page expired 
 when testing. I have a cookie manager and save jsessionid, are there any 
 thing else I should be aware of in that direction?

  

 The application are rather simple although there are some ajax calls. The 
 test fails on the first submit with a page expired.. Any ideas on what im 
 doing wrong ? Please ask if you need more information...

 Nino Wael

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Nino Wael
Im unable to confirm this. Im not seeing that jmeter does record in random 
order. Im using the GUI and a http recording controller and a cookie manager.

Although I've also had the trouble that Flavia Paganelli talks about. Recording 
a jmeter test one day having it work the whole day and then the day after it 
stops working.


regards Nino


-Original Message-
From: [EMAIL PROTECTED] on behalf of Frank Bille
Sent: Thu 22-02-2007 10:22
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Testing Wicket with JMeter
 
I looks = It looks


On 2/22/07, Frank Bille [EMAIL PROTECTED] wrote:

 I looks like JMeter is storing the recorded tests in random order. And
 this doesn't work with wicket because you have to execute the requests in
 correct order (hint: look at the id number in the URL).

 Frank


 On 2/21/07, Flavia Paganelli [EMAIL PROTECTED] wrote:
 
  Hi!
  I've also been making JMeter tests over Wicket applications. I had to
  use the HTTP Cookie Manager.
  But still sometimes I found strange behaviour, like it sometimes stopped
  working, I recorded the same test again and it worked.
  The problem always appeared with a submit (POST).
  Not much help, but...
 
   Date: Wed, 14 Feb 2007 10:18:42 +0100
   From: Nino Wael [EMAIL PROTECTED] 
   Subject: [Wicket-user] Testing Wicket with JMeter
   To: wicket-user@lists.sourceforge.net
   Message-ID:
  [EMAIL PROTECTED]
   Content-Type: text/plain; charset=us-ascii
  
   Hi
  
  
  
   Im trying to test an application with jmeter , I keep getting page
  expired when testing. I have a cookie manager and save jsessionid, are there
  any thing else I should be aware of in that direction?
  
  
  
   The application are rather simple although there are some ajax calls.
  The test fails on the first submit with a page expired.. Any ideas on what
  im doing wrong ? Please ask if you need more information...
  
   Nino Wael
 
 
  -
  Take Surveys. Earn Cash. Influence the Future of IT
  Join SourceForge.net's Techsay panel and you'll get the chance to share
  your
  opinions on IT  business topics through brief surveys-and earn cash
  http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 



winmail.dat-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Frank Bille

On 2/22/07, Nino Wael [EMAIL PROTECTED] wrote:


Im unable to confirm this. Im not seeing that jmeter does record in random
order. Im using the GUI and a http recording controller and a cookie
manager.



Not in total random order, but it tends to reorder some requests. I recall
that it was normally two requests next to each other that were reordered,
but that is enough.

I'm using the Proxy to record. Don't know if that is the same as HTTP
recording controller.


Although I've also had the trouble that Flavia Paganelli talks about.

Recording a jmeter test one day having it work the whole day and then the
day after it stops working.



Hmm I haven't had that problem. After I have rearranged the requests it
always works. Can you send me a test which behaves like that?


Frank
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Nino Wael
Ahh, I think its the same think. Im also using the proxy which records the http 
request into the recording controller.

Havent checked if the recordings are reorder sometimes, that might also be what 
has bugged me. Strange though that it keep working for the rest of the day..? 

Also I've had trouble finding out howto download the generated report (which 
the wicket application generates, and places in a temporary folder), but thats 
a strictly jmeter challenge..

regards Nino


-Original Message-
From: [EMAIL PROTECTED] on behalf of Frank Bille
Sent: Thu 22-02-2007 11:17
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Testing Wicket with JMeter
 
On 2/22/07, Nino Wael [EMAIL PROTECTED] wrote:

 Im unable to confirm this. Im not seeing that jmeter does record in random
 order. Im using the GUI and a http recording controller and a cookie
 manager.


Not in total random order, but it tends to reorder some requests. I recall
that it was normally two requests next to each other that were reordered,
but that is enough.

I'm using the Proxy to record. Don't know if that is the same as HTTP
recording controller.


Although I've also had the trouble that Flavia Paganelli talks about.
 Recording a jmeter test one day having it work the whole day and then the
 day after it stops working.


Hmm I haven't had that problem. After I have rearranged the requests it
always works. Can you send me a test which behaves like that?


Frank


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Frank Bille

On 2/22/07, Nino Wael [EMAIL PROTECTED] wrote:


Also I've had trouble finding out howto download the generated report
(which the wicket application generates, and places in a temporary folder),
but thats a strictly jmeter challenge..



I do reporting using a spreadsheet or something else based on the raw data
which JMeter spits out. JMeters reporting tool is c*** (read: I don't know
how to use it ;o))

Frank
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Nino Wael
With report, I meant the thing the application does in the end are write a 
report concerning unemployment statistics in Denmark:)

But I skimmed through the help for jmeter and it looks like it has a lot of 
capabilities. Currently we use the aggregate report. But there are some other 
stuff which are interesting to. Some of the graphs looks like they could be 
usefull inorder to find out just how much load the system will handle, they 
have one report where should load times versus concurent threads.

BTW, heard that you know Dhamantha, say hi to him for me:)

regards Nino


-Original Message-
From: [EMAIL PROTECTED] on behalf of Frank Bille
Sent: Thu 22-02-2007 12:17
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Testing Wicket with JMeter
 
On 2/22/07, Nino Wael [EMAIL PROTECTED] wrote:

 Also I've had trouble finding out howto download the generated report
 (which the wicket application generates, and places in a temporary folder),
 but thats a strictly jmeter challenge..


I do reporting using a spreadsheet or something else based on the raw data
which JMeter spits out. JMeters reporting tool is c*** (read: I don't know
how to use it ;o))

Frank


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Eelco Hillenius
Did anyone try to get people from JMeter involved? Maybe they can help
us sort this out?

Eelco

On 2/22/07, Frank Bille [EMAIL PROTECTED] wrote:
 On 2/22/07, Nino Wael [EMAIL PROTECTED] wrote:
  Im unable to confirm this. Im not seeing that jmeter does record in random
 order. Im using the GUI and a http recording controller and a cookie
 manager.

 Not in total random order, but it tends to reorder some requests. I recall
 that it was normally two requests next to each other that were reordered,
 but that is enough.

 I'm using the Proxy to record. Don't know if that is the same as HTTP
 recording controller.


  Although I've also had the trouble that Flavia Paganelli talks about.
 Recording a jmeter test one day having it work the whole day and then the
 day after it stops working.

 Hmm I haven't had that problem. After I have rearranged the requests it
 always works. Can you send me a test which behaves like that?

 Frank
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-22 Thread Frank Bille

On 2/22/07, Eelco Hillenius [EMAIL PROTECTED] wrote:


Did anyone try to get people from JMeter involved? Maybe they can help
us sort this out?



Nah, I don't believe in this kind of open source collaboration.. ;-)

Seriously I guess my excuse is time. It's easy to solve, when you know the
solution. Nino is this something you want to do something about?

Frank
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-21 Thread Flavia Paganelli
Hi!
I've also been making JMeter tests over Wicket applications. I had to 
use the HTTP Cookie Manager.
But still sometimes I found strange behaviour, like it sometimes stopped 
working, I recorded the same test again and it worked.
The problem always appeared with a submit (POST).
Not much help, but...

 Date: Wed, 14 Feb 2007 10:18:42 +0100
 From: Nino Wael [EMAIL PROTECTED]
 Subject: [Wicket-user] Testing Wicket with JMeter
 To: wicket-user@lists.sourceforge.net
 Message-ID:
   [EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii

 Hi 

  

 Im trying to test an application with jmeter , I keep getting page expired 
 when testing. I have a cookie manager and save jsessionid, are there any 
 thing else I should be aware of in that direction?

  

 The application are rather simple although there are some ajax calls. The 
 test fails on the first submit with a page expired.. Any ideas on what im 
 doing wrong ? Please ask if you need more information...

 Nino Wael

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-15 Thread Nino Wael
Hi Frank

 

Hows it going along? Could you define some time?:)

 

Thanks..

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank Bille
Sent: 14. februar 2007 12:29
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Testing Wicket with JMeter

 

Hey Nino

We use JMeter for load testing as well. I can't share our current setup, but we 
did a test to compare ajax vs. normal page requests. Let me see if I can dig it 
out and blog about it/write a wiki page. It may take some time :) 

Frank



On 2/14/07, Nino Wael [EMAIL PROTECTED] wrote:

Hmm, adding a link parser seemed to solve the problem.. But any how, if anyone 
has some tips I'd like to hear them::-) 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael
Sent: 14. februar 2007 10:19
To: wicket-user@lists.sourceforge.net
Subject: [Wicket-user] Testing Wicket with JMeter

 

Hi 

 

Im trying to test an application with jmeter , I keep getting page expired when 
testing. I have a cookie manager and save jsessionid, are there any thing else 
I should be aware of in that direction?

 

The application are rather simple although there are some ajax calls. The test 
fails on the first submit with a page expired.. Any ideas on what im doing 
wrong ? Please ask if you need more information...

Nino Wael 

 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your 
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user 

 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-15 Thread Nino Wael
Hmm as someone earlier stated. I too seem to have problems with the pages where 
wicket appends something like : wicket:interface=:18:: to the url. Now this 
is strange since we have had this working earlier. Im running wicket 1.2.4, 
fixing it the the cookie manager does not help. Any tips on how to solve 
this problem would  be really great.

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael
Sent: 15. februar 2007 13:25
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Testing Wicket with JMeter

 

Hi Frank

 

Hows it going along? Could you define some time?:)

 

Thanks..

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank Bille
Sent: 14. februar 2007 12:29
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Testing Wicket with JMeter

 

Hey Nino

We use JMeter for load testing as well. I can't share our current setup, but we 
did a test to compare ajax vs. normal page requests. Let me see if I can dig it 
out and blog about it/write a wiki page. It may take some time :) 

Frank

On 2/14/07, Nino Wael [EMAIL PROTECTED] wrote:

Hmm, adding a link parser seemed to solve the problem.. But any how, if anyone 
has some tips I'd like to hear them::-) 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael
Sent: 14. februar 2007 10:19
To: wicket-user@lists.sourceforge.net
Subject: [Wicket-user] Testing Wicket with JMeter

 

Hi 

 

Im trying to test an application with jmeter , I keep getting page expired when 
testing. I have a cookie manager and save jsessionid, are there any thing else 
I should be aware of in that direction?

 

The application are rather simple although there are some ajax calls. The test 
fails on the first submit with a page expired.. Any ideas on what im doing 
wrong ? Please ask if you need more information...

Nino Wael 

 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your 
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user 

 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-15 Thread Nino Wael
Ahh found the problem!!!

 

I didnt close my browser between Jmeter recordings. So wicket of course 
incremented the interface:xx: each time, because it was the same session. When 
a new user the comes and asks for the same page it of course aren't there... 
hmm I really guess we should write a wiki about testing wicket with jmeter. Not 
sure if that was what you wanted to do Frank, if you start it I'll try to tie 
lose ends if any?

 

 

Regards Nino

 

 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael
Sent: 15. februar 2007 14:06
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Testing Wicket with JMeter

 

Hmm as someone earlier stated. I too seem to have problems with the pages where 
wicket appends something like : wicket:interface=:18:: to the url. Now this 
is strange since we have had this working earlier. Im running wicket 1.2.4, 
fixing it the the cookie manager does not help. Any tips on how to solve 
this problem would  be really great.

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael
Sent: 15. februar 2007 13:25
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Testing Wicket with JMeter

 

Hi Frank

 

Hows it going along? Could you define some time?:)

 

Thanks..

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank Bille
Sent: 14. februar 2007 12:29
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Testing Wicket with JMeter

 

Hey Nino

We use JMeter for load testing as well. I can't share our current setup, but we 
did a test to compare ajax vs. normal page requests. Let me see if I can dig it 
out and blog about it/write a wiki page. It may take some time :) 

Frank

On 2/14/07, Nino Wael [EMAIL PROTECTED] wrote:

Hmm, adding a link parser seemed to solve the problem.. But any how, if anyone 
has some tips I'd like to hear them::-) 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael
Sent: 14. februar 2007 10:19
To: wicket-user@lists.sourceforge.net
Subject: [Wicket-user] Testing Wicket with JMeter

 

Hi 

 

Im trying to test an application with jmeter , I keep getting page expired when 
testing. I have a cookie manager and save jsessionid, are there any thing else 
I should be aware of in that direction?

 

The application are rather simple although there are some ajax calls. The test 
fails on the first submit with a page expired.. Any ideas on what im doing 
wrong ? Please ask if you need more information...

Nino Wael 

 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your 
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user 

 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-15 Thread Frank Bille

Sorry. Some time means today or tomorrow. (hopefully)

Frank

On 2/15/07, Nino Wael [EMAIL PROTECTED] wrote:


 Hi Frank



Hows it going along? Could you define some time?:)



Thanks..


 --

*From:* [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] *On Behalf Of *Frank Bille
*Sent:* 14. februar 2007 12:29
*To:* wicket-user@lists.sourceforge.net
*Subject:* Re: [Wicket-user] Testing Wicket with JMeter



Hey Nino

We use JMeter for load testing as well. I can't share our current setup,
but we did a test to compare ajax vs. normal page requests. Let me see if I
can dig it out and blog about it/write a wiki page. It may take some time :)


Frank

 On 2/14/07, *Nino Wael* [EMAIL PROTECTED] wrote:

Hmm, adding a link parser seemed to solve the problem.. But any how, if
anyone has some tips I'd like to hear them:J


 --

*From:* [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] *On Behalf Of *Nino Wael
*Sent:* 14. februar 2007 10:19
*To:* wicket-user@lists.sourceforge.net
*Subject:* [Wicket-user] Testing Wicket with JMeter



Hi



Im trying to test an application with jmeter , I keep getting page expired
when testing. I have a cookie manager and save jsessionid, are there any
thing else I should be aware of in that direction?



The application are rather simple although there are some ajax calls. The
test fails on the first submit with a page expired.. Any ideas on what im
doing wrong ? Please ask if you need more information…

*Nino Wael*




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-15 Thread Frank Bille

A have created a very very basic page for Wicket and JMeter and attached the
old test application I found. You are welcome to extend the page :)

http://cwiki.apache.org/confluence/display/WICKET/Wicket+and+JMeter

Frank

On 2/15/07, Frank Bille [EMAIL PROTECTED] wrote:


Sorry. Some time means today or tomorrow. (hopefully)

Frank

On 2/15/07, Nino Wael [EMAIL PROTECTED] wrote:

  Hi Frank



 Hows it going along? Could you define some time?:)



 Thanks..


  --

 *From:* [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] * On Behalf Of *Frank Bille
 *Sent:* 14. februar 2007 12:29
 *To:* wicket-user@lists.sourceforge.net
 *Subject:* Re: [Wicket-user] Testing Wicket with JMeter



 Hey Nino

 We use JMeter for load testing as well. I can't share our current setup,
 but we did a test to compare ajax vs. normal page requests. Let me see if I
 can dig it out and blog about it/write a wiki page. It may take some time :)


 Frank

  On 2/14/07, *Nino Wael* [EMAIL PROTECTED] wrote:

 Hmm, adding a link parser seemed to solve the problem.. But any how, if
 anyone has some tips I'd like to hear them:J


  --

 *From:* [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] * On Behalf Of *Nino Wael
 *Sent:* 14. februar 2007 10:19
 *To:* wicket-user@lists.sourceforge.net
 *Subject:* [Wicket-user] Testing Wicket with JMeter



 Hi



 Im trying to test an application with jmeter , I keep getting page
 expired when testing. I have a cookie manager and save jsessionid, are there
 any thing else I should be aware of in that direction?



 The application are rather simple although there are some ajax calls.
 The test fails on the first submit with a page expired.. Any ideas on what
 im doing wrong ? Please ask if you need more information…

 *Nino Wael*





 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user




 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash

 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Testing Wicket with JMeter

2007-02-14 Thread Nino Wael
Hi 

 

Im trying to test an application with jmeter , I keep getting page expired when 
testing. I have a cookie manager and save jsessionid, are there any thing else 
I should be aware of in that direction?

 

The application are rather simple although there are some ajax calls. The test 
fails on the first submit with a page expired.. Any ideas on what im doing 
wrong ? Please ask if you need more information...

Nino Wael

 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Testing Wicket with JMeter

2007-02-14 Thread Nino Wael
Hmm, adding a link parser seemed to solve the problem.. But any how, if anyone 
has some tips I'd like to hear them::-)

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael
Sent: 14. februar 2007 10:19
To: wicket-user@lists.sourceforge.net
Subject: [Wicket-user] Testing Wicket with JMeter

 

Hi 

 

Im trying to test an application with jmeter , I keep getting page expired when 
testing. I have a cookie manager and save jsessionid, are there any thing else 
I should be aware of in that direction?

 

The application are rather simple although there are some ajax calls. The test 
fails on the first submit with a page expired.. Any ideas on what im doing 
wrong ? Please ask if you need more information...

Nino Wael

 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user