2009/9/1 Roshni Basu <[email protected]>: > I'm confused how to write unit testcases for class extending tiles tag. > Is only JUnit sufficient ?
Probably yes, but you might want to take a look at Selenium: http://seleniumhq.org/ The Tiles test webapp uses it: http://svn.eu.apache.org/repos/asf/tiles/framework/trunk/tiles-test/ See: http://tiles.apache.org/framework/selenium.html Antonio
