Re: Testing modal window

2010-08-13 Thread Kent Tong
Hi Anna, > I am trying to write a test case to test that the parent page gets > updated with new values once the modal window closes. If you use http://wicketpagetest.sourceforge.net, you can test it easily like: DefaultSelenium selenium = ...; WicketSelenium ws = ...;

Testing modal window

2010-08-12 Thread Anna Simbirtsev
Hi, I am trying to write a test case to test that the parent page gets updated with new values once the modal window closes. public class DataAddITCase extends AbstractITCase { public DataAddITCase() { super(); } @Override protected void signin() { super.