We use HtmlUnit. The biggest problem that we had and chose HtmlUnit was the testing of ajax pages. We could not find anything that was able to handle the ajax calls. I had some problems, when switching to Wicket > 1.2.2 probably the wicket ajax engine was rewritten after version Wicket 1.2.2, because I began to get runtime exceptions of javascript processing of the ajax requests . Either the engine was modified in 1.2.5 or HtmlUnit in version 1.1(current) was improved cause now it works great.
Thanks Wicket and HtmlUnit. Nino Wael wrote: > > Hi, based on something in another thread, > (http://www.nabble.com/Flexible-markup-with-same-Java-classes-tf3471204.html#a9689979) > I was curious on how people does performance test with wicket? > > On our project we are using JMeter which we use as a http request > processor. Which we record requests with and then in order to performance > test, Jmeter plays the request and checks if responses are correct. At the > same time JMeter times how long responses take etc. > > Our customer wants to run and rerun the jmeter test over a longer periode, > when adding content to the system inorder to check how this impacts > performance. I guess this is normal procedure? > > I've looked at Selenium too, but selenium are more a browser testing tool > that arent able to performance test. I had some trouble using Selenium > against ajax queries, but you should be able to fix this by calling some > alternate functions instead. > > > So this is how we do it, how do you do it? > > > regards Nino > > ------------------------------------------------------------------------- > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- View this message in context: http://www.nabble.com/Performance-test%2C-how-do-you-do-it--tf3504702.html#a9788717 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
