java - Multi-user test approach for wicket application -


we developing wicket application users can log in , perform searches on lucene index. can modify own, small index.

we have great test coverage single-user scenarios. however, application intended run on server , have multiple, concurrent users, able set-up test covers scenario (e.g. 1 application, 10 concurrent users).

i have experience using jmeter, prefer wickettester-style approach if possible.

does have expercience setting such test? or pointers?

we use wicket concurrent users not main focus (no end-users). need check cookie-behaviour, session-management etc. , use sahi exists open source imo , demo. use pro version in other projects. perspective easy learn , handle.

_navigateto("http://myapp/login.html"); // login first user ... // launch new browser instance var $instanceid = _launchnewbrowser("http://myapp/login.html"); _wait(5000); // wait , select new browser instance using instanceid _selectbrowser($instanceid); // log in second user // send chat message first user ...  // select base window _selectbrowser(); // view chat window , verify second user's chat message has arrived ... 

taken documentation


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -