Re: WicketTester and Wicket jQuery UI

2013-09-20 Thread Sebastien
Hi Sebastian, Back on this topic... I strongly guess you are talking about dialog's button... You are right, their ids are automatically generated. The reason why the ids are generated is because DialogButton(s) are actually *not* wicket components, there are really related to the jquery ui's dia

Re: WicketTester and Wicket jQuery UI

2013-09-20 Thread seba.wag...@gmail.com
Hi Sebastien, well after testing a while with WicketTester I have to admit that writing test cases with it is quite difficult. What we want to do with UI testing is really simulating end users. And with WicketTester you can not really see or debug the test. I think we will give a try now with Sele