Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Testing of the Sample Application
Anchor
testing
testing

Core business application logic of the banking application is shared between two different clients. Testing of each client will be given in below.

Banking Web Application

To test the sample web application open a browser and type http://localhost:8080/Bank. It will forward you in to the index page of banking application which has direct links to the view customer and exchange rate information. To view the list of account information of each customer, provide a relavant customer id in the DB. Exchange rate page will display list of all currencies in the exchange rate table.

...