Info |
---|
This work was superseded by UI testing of the reference application |
Background
We have many ?Unit Tests for the api and web layer. However, these only test java code (api methods or controller methods), no jsp or javascript is tested. There are many things in the webapp that change but also a lot that stay the same. We need a suite of tests that make sure some of the basic functionality (the part that stays the same) doesn't break from release to release (and really from commit to commit).
...
The Release Process wiki page links to the rudimentary testing process that must be done before each alpha/beta release. These ideally should be some sort of automated unit test (similar to but not necessarily the same as web driver)).
...