Perform each of the available operations in the menu. Use the application as if you are a home banking user. To understand how the application behaves, have a look at the following files and code:
When applying for a credit card, look at how the behavior changes when the account number starts with four 1s (that is, 1111) compared with the behavior when the account number starts with other numbers. If the account number starts with four 1s, the application does not ask for any financial information.
See how the application behaves if wrong values are used in the entry fields. Check the validation conditions in the typed data elements and the cross-validation classes for the operations and the processes.
For more information about coding HTML applications, see the HTML Connector documentation.