Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Earlier documentation on Test Data.

Test Data Set

For version 1.1 functional testing, we will use used a set of test data created by IBM Dublin.

The standard functional test data set and data set description can be copied from were stored in the mifos.org resource repository: http://www.mifos.org/knowledge/resources/qa-testing.

In addition, the test data sets are current were stored in our source repository. The test data directory can be found here: in the source repository at: documents/test-datahttps://mifos.dev.java.net/svn/mifos/documents/test-dataIf you are not set up to access the source code repository, you can refer to directions here: http://www.mifos.org/developers/install-mifos/get-source-code

Steps for loading data

1. Drop the current DB - can use the mySQL Admin GUI , highlight the DB in catalogs, right click and select "Drop" 2. From mySQL command line execute command mySQL> create database mifos_small; 3. Once created no need to put the old latest- schema and data . sql files back in, just do a restore through the Admin GUI 4. Go to Restore option in the menu, click "Open Backup file" in bottom right of screen 5. Select the backup file in whatever directory you have it saved, then select Target Schema as "mifos_small" or whatever you have called the Database 6. Click "Start Restore" at bottom right of screen and data will be restored. 7. Restart the Application server and verify the restored data is there, also can check the data through MySQL Query Browser

...