This section of the Wiki will deal with all areas of Testing.
At the moment this is a holding page, but the plan is to flesh out this section with information on all areas of Testing.
Major subject areas will include
Developing for Testability
In this section we will deal with development design patterns that enable testability.
Use of Interfaces and Abstract Base Class
Using an Inversion of Control (Ioc) Container
Using the Model View Presenter (MVP) pattern to develop Modules
Unit Testing
In this section we will include information about Unit Testing your code.
What tools can you use
MbUnit
Moq
Unit Testing Best Practices
Assign, Act, Assert
Self-Describing Tests
Performance Testing
In this section we will look at how you can test your Application for Performance issues.
What tools can you use
Load Testing
Code Profiling
Database Profiling
See Also
External Links
Notes
References