...
Where is the seed data for integration and acceptance tests stored?
Integration test data is available in mifos/db/src/test/resources/sql/integration_test_data.sql. Acceptance test data is in projects/mifos/db/src/test/resources/sql/acceptance_test_data.sql. integration_test_data.sql contains all data in acceptance_test_datadump.sql . Use either one of them depending on context. Use integration_test_data.sql if you just want to have some sample data in local application server.
...