|

|
us bank access online
 |
These are examples of unit test pages for
the JSPs I coded for the online banking system. This is a Transaction
Management page filled out with dummy data. We would use the Bean and
then invoke its properties and populate them with values. This was to
see if the page would display correctly with dummy data. There was also
a test server environment which more closely mimicked the behavior of
the application, but for GUI development purposes this was sufficient. |
 |
This is the same Transaction Management
page, but using a different test case and passing (or not passing)
certain data and conditions to see if the page would still display as
per the wireframes and requirements. There could be 20 or more unit
tests to ensure a particular bit of code (i.e. one included JSP) worked
properly under every conceivable condition. |
 |
A different view of some of the same code
under a different unit test, but without the accounts information, and
from the perspective of manager approval. |
|