Best Ways to Manage/Seed Test Data
From CitconWiki
Jump to navigationJump to search
Several possible options were discussed:
- Using the DAOs to help seed/examine data (eg. testSaveAndGet)
- SQL Scripts to seed test data
- JDBC statements
- DBUnit
- Serialised java objects