Hi community,

I am doing performance tests (Jmeter) on a wicket application and having
some troubles with the page version id.

As I said I am using Jmeter and sending HTTP requests to the server with
many users simultaneously.

Example :
myapp:8080/client/wicket/page?3-1.IBehaviorListener.0-form-createSomething-r-3-w-i-headerLabel-link

It something like this :

1. Login : page id 0
2. Do operation 1 : page id 1
3. Do operation 2 : page id 2
4. Do operation 3 : page id 2
5. Logout : page id 2

It works fine for one run but I want of course to build in a loop for the
operations (2-4).

So since the user is not logged out the page version continuously increment. 

My problem is that I can not request source changes here. This part of the
application is managed by another team and is complicated and time consuming
to get a CR there and it will come with some new version 1-2 months from
now.

And the question: does someone has an experience with managing this id in
such tests ? Is there some way to get the page version dynamically from
somewhere (previews page ?) or ignore it completely ?

I can try calculating it somehow but it will be test structure dependent and
for every test change I must change also this calculation algorithm, so it
is possible maybe but is ugly.

Thanks everyone in advance.

Regards
tsv




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/manage-page-ids-in-performance-test-loop-tp4653174.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to