Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3
-
None
-
None
-
all
Description
My proposal is to have a basic testcases framework already in 1.3 - it won't cover anything but the sooner it appears in the sourcecode, the sooner we can ask contributers to also provide corresponding testcases along with their contributions.
Everything will be gathered in a separate test.xml build file, called from the main file build.xml, with targets like 'test', 'test.generic' and 'test.view' (I'm not a struts user so I don't fill like implementing test.struts myself).
test.generic will launch a standard series of whitebox tests, test.view will make use of HttpUnit and of the showcase example webapp to provide a series of blackbox tests.