Re: good WicketTester info page?

2008-04-16 Thread Ricky
Hey Mike, http://cwiki.apache.org/WICKET/newuserguide.html#Newuserguide-UnitTest ^^ try that. I tried adding whatever i know (bear in mind, i am new to wicket so my knowledge is limited to whatever i have experienced so far, i hope this helps ). Thanks, Rick On Wed, Apr 16, 2008 at 10:51 AM, M

Re: good WicketTester info page?

2008-04-16 Thread Michael Perkonigg
lars vonk wrote: I would advice you to just try it out... that's how I did it. You could use the mvn quickstart archetype tocreate a skeleton project and start testing: mvn archetype:create -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=

Re: good WicketTester info page?

2008-04-16 Thread Steve Thompson
Check out Kent Tong's book, in which he has an excellent chapter on testing Wicket pages/forms/components. On Wed, Apr 16, 2008 at 6:40 AM, Michael Perkonigg < [EMAIL PROTECTED]> wrote: > Hello, > > is there a page explaining what one can do with the WicketTester and how? > And yes, I already rea

Re: good WicketTester info page?

2008-04-16 Thread lars vonk
I would advice you to just try it out... that's how I did it. You could use the mvn quickstart archetype tocreate a skeleton project and start testing: mvn archetype:create -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.3.3 -DgroupId=com

good WicketTester info page?

2008-04-16 Thread Michael Perkonigg
Hello, is there a page explaining what one can do with the WicketTester and how? And yes, I already read http://cwiki.apache.org/WICKET/testing-pages.html it's just not very clear what can be done and, more important, cannot be done. Thanks, Mike