Difference between revisions of "Setting up Test Data"

From CitconWiki
Jump to navigationJump to search
Line 13: Line 13:
 
Focus on Test Driven Development
 
Focus on Test Driven Development
  
''Branching issue''
+
'''Branching issue'''
  
 
Be careful
 
Be careful

Revision as of 03:14, 4 October 2008

Methods to Test Data

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

Branching issue

Be careful

Tools mentioned

Unitils (becoming or already is open source)

DBDeploy

In-Memory Databases (Hypersonic, ExtremeDB, JavaDB)