Re: System test for a Wicket based web application. Do you do it? How?

2009-05-14 Thread Günther Enthaler
promising. Can you please provide some small snippets howto use it in correlation with wicket? -- View this message in context: http://www.nabble.com/System-test-for-a-Wicket-based-web-application.-Do-you-do-it--How--tp23513449p23539242.html Sent from the Wicket - User mailing list archive

Re: System test for a Wicket based web application. Do you do it? How?

2009-05-13 Thread Günther Enthaler
://watij.com/ Watij -- View this message in context: http://www.nabble.com/System-test-for-a-Wicket-based-web-application.-Do-you-do-it--How--tp23513449p23519414.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: System test for a Wicket based web application. Do you do it? How?

2009-05-13 Thread Per Newgro
Hello Günther, stiq looks very promising. Can you please provide some small snippets howto use it in correlation with wicket? Cheers Per - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands,

System test for a Wicket based web application. Do you do it? How?

2009-05-12 Thread Kent Larsson
Hi, For my last project (not using Wicket) I used HtmlUnit to simulate a web browser and for each use case go through all the important branches. It worked well and the system test caught a lot of errors as it exercised the whole system quite thoroughly. I had a common base class for my JUnit

Re: System test for a Wicket based web application. Do you do it? How?

2009-05-12 Thread Clint Popetz
I'm almost at the point where I'm ready to give up on integration tests, particular of the web interface layer.  (I will still do integration testing of the db layer, because hibernate is just too complicated with respect to cascading and transients to avoid it.)  I blogged a little about this