How to test AjaxFallbackButtons with WicketTester

2009-09-15 Thread Denis Kandrov
Hi, All! I have user update form, and it have search users subform. This subform use AjaxFallbackButton as submit button. I want to test this functionality with WicketTester, but when I try do it: FormTester ft=tester.newFormTester("updateForm:selectUserForm"); ft.setValue("searc

Re: How test modal windows with wicket tester?

2009-09-10 Thread Denis Kandrov
lbacks.. you need to invoke those manually using tester.executeBehavior... ** Martin 2009/9/8 Denis Kandrov : I have dashboard, that have modal windows for adding comments and view dashboard message. How can I get this modal window for testing with wicket tester? And how to check that mo

How test modal windows with wicket tester?

2009-09-08 Thread Denis Kandrov
I have dashboard, that have modal windows for adding comments and view dashboard message. How can I get this modal window for testing with wicket tester? And how to check that modal window is opened? Denis. - To unsubscribe,

org.apache.wicket.protocol.http.WebSession cannot be cast to org.apache.wicket.authentication.AuthenticatedWebSession

2009-07-20 Thread Denis Kandrov
Hi, All! I'm trying to set up testing for my JavaEE&Wicket Application but ran across this error message: org.apache.wicket.protocol.http.WebSession cannot be cast to org.apache.wicket.authentication.AuthenticatedWebSession I'm using JUnitEE for run my tests at Application Server. Also I found