Test the application through custom JSF user interfaces.
There are four different use cases present in your application:
- The customer applies for a loan that is less than $50 000 and
is automatically approved.
- The customer applies for a loan that is more than $50 000 and
the loan officer decides to grant the loan.
- The customer applies for a loan that is more than $50 000, but
the loan officer decides to reject the request.
- The loan officer wants to lower the automatic approval amount
from $50 000 to $40 000. When the automatic approval amount is lowered,
any customer who applies for a loan that is more than $40,000 will
require manual approval.
You will test each use-case in the following tasks.