Application Tests Improvements

Overview

In Application Module, we have unit tests and integration tests. We want achieve improvements in these tests.

Prerequisite

  • It will be easier to achieve these goals if we can divide Application modules to different smaller modules.

Goal

  • Use Spring Managed Connection for Integration Tests.
  • Move Integration test to unit test if required by mocking the objects.
  • Move Struts test to acceptance test if required.
  • Convert Tests to use TestNG Framework

Contact

Please email the mifos-developer list if you are interested in helping.

Steps