Re: WicketTester and Palette component

2010-08-03 Thread loic
It seems good but i would really like to be able to test Palette without a new framework Is it really impossible to test Palette with wicket-tester? Regards Loic -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketTester-and-Palette-component

Re: WicketTester and Palette component

2010-08-02 Thread loic
Hi Kent, thanks a lot i will take a look a this Regards, Loic -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketTester-and-Palette-component-tp2306743p2310424.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: WicketTester and Palette component

2010-07-31 Thread Kent Tong
Hi Loic, If you use wicket page test (http://wicketpagetest.sourceforge.net), you can test it like: DefaultSelenium selenium = WebPageTestContext.getSelenium(); WicketSelenium ws = new WicketSelenium(selenium); ws.openBookmarkablePage(PalettePage.class); String[] allProducts = selenium.g

WicketTester and Palette component

2010-07-29 Thread loic
ecorder", new int[] {0}); I get a "Trying to select on null component" error ... Thanks for your help! Loic -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketTester-and-Palette-component-tp2306743p23067