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.php&p=sourceforge&CID=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.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to