I'm just wondering if anyone knows of a sample 'world address' entry
form built using wicket.

Ideally the data entry fields for the top level attributes:

- world region
- country
- state/zone 

Would be drop down list boxes. The contents of any drop down (except the
world region) would be dictated by the option(s) chosen in the drop down
lists above it. Eg., if you change the country from Australia to USA
then the state/zone drop down is populated with the US states.

I was thinking of creating an interface for the data so that a generic
world wide address form could be written to the interface but the
implementation of the interface could be tailored to the way an
individual app stores it's world data.


> -----Original Message-----
> From: Per Lundholm [mailto:[email protected]]
> Sent: Friday, 29 January 2010 8:26 AM
> To: [email protected]
> Subject: Re: functional testing
> 
> We write tests first and use Wicket's built-in testing.
> 
> It has some quirks so you may have to spend time with figuring out how
to
> click an AjaxCheckBox, for instance.
> 
> The tests target the logic of the view, such as "when clicking here,
that
> other thing should be disabled".
> 
> Good test coverage really pays off when you have 20 different webapps
and
> need to work some here and some there.
> 
> /Per
> 
> On Mon, Jan 25, 2010 at 3:52 AM, Kent Tong <[email protected]> wrote:
> 
> >
> > For functional testing, I'd suggest Selenium.
> >
> > For unit testing of Wicket pages, I'd suggest "Wicket Page Test"
> > (http://wicketpagetest.sourceforge.net).
> >
> > -----
> > --
> > Kent Tong
> > Better way to unit test Wicket pages (
> > http://wicketpagetest.sourceforge.net)
> > Books on CXF, Axis2, Wicket, JSF (http://http://agileskills2.org)
> > --
> > View this message in context:
> > http://old.nabble.com/functional-testing-tp27278781p27301553.html
> > Sent from the Wicket - User mailing list archive at Nabble.com.
> >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> >
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to