Nice article on Unit Test Patterns
Think you know all the patterns in Unit Testing, think again, here are the various Unit Testing Patterns.
Unit Testing Patterns
Pass/Fail Patterns
- The Simple-Test Pattern
- The Code-Path Pattern
- The Parameter-Range Pattern
- The Simple-Test-Data Pattern
- The Data-Transformation-Test Pattern
- The Simple-Data-I/O Pattern
- The Constraint-Data Pattern
- The Rollback Pattern
- The Collection-Order Pattern
- The Enumeration Pattern
- The Collection-Constraint Pattern
- The Collection-Indexing Pattern
- The Performance-Test Pattern
- The Process-Sequence Pattern
- The Process-State Pattern
- The Process-Rule Pattern
- Mock-Object Pattern
- The Service-Simulation Pattern
- The Bit-Error-Simulation Pattern
- The Component-Simulation Pattern
- The Signalled Pattern
- The Deadlock-Resolution Pattern
- The Bulk-Data-Stress-Test Pattern
- The Resource-Stress-Test Pattern
- The Loading-Test Pattern
- The View-State Test Pattern
- The Model-State Test Pattern
Read on at Advanced Unit Testing: Patterns by Marc Clifton
Thanks to the author for this material on Unit Testing.
No comments:
Post a Comment