Difference between revisions of "Setting up Test Data"
From CitconWiki
Jump to navigationJump to search (New page: '''Methods''' Datbase dependent Integration Tests vs Mocking Datasets vs End to End Regression Tests Extracting XML schema's Extracting production like data as XML sets to stub out the DB ...) |
|||
Line 1: | Line 1: | ||
'''Methods''' | '''Methods''' | ||
+ | |||
Datbase dependent Integration Tests vs Mocking Datasets vs End to End Regression Tests | Datbase dependent Integration Tests vs Mocking Datasets vs End to End Regression Tests | ||
+ | |||
Extracting XML schema's | Extracting XML schema's | ||
+ | |||
Extracting production like data as XML sets to stub out the DB calls | Extracting production like data as XML sets to stub out the DB calls | ||
+ | |||
Using the system to insert test data | Using the system to insert test data | ||
+ | |||
Finding right level of abstraction | Finding right level of abstraction | ||
+ | |||
Focus on Test Driven Development | Focus on Test Driven Development | ||
'''Tools mentioned''' | '''Tools mentioned''' | ||
+ | |||
Unitils (becoming open source soon) | Unitils (becoming open source soon) | ||
+ | |||
DBDeploy | DBDeploy | ||
+ | |||
In-Memory Databases (Hypersonic, ExtremeDB, JavaDB) | In-Memory Databases (Hypersonic, ExtremeDB, JavaDB) |
Revision as of 02:10, 4 October 2008
Methods
Datbase dependent Integration Tests vs Mocking Datasets vs End to End Regression Tests
Extracting XML schema's
Extracting production like data as XML sets to stub out the DB calls
Using the system to insert test data
Finding right level of abstraction
Focus on Test Driven Development
Tools mentioned
Unitils (becoming open source soon)
DBDeploy
In-Memory Databases (Hypersonic, ExtremeDB, JavaDB)