Appendix B. Extra tools and frameworks
This book would not be complete without an overview of some tools and basic techniques you can use while writing code. From database testing to UI testing and web testing, this appendix lists tools you should consider. Some of them are used for integration testing, and some allow unit testing. I’ll also mention some that I think are good for beginners.
The tools and techniques listed below are arranged in the following categories:
- Isolation frameworks
- Test frameworks
- Dependency injection and IoC containers
- Database testing
- Web testing
- UI testing
- Thread-related testing
- Acceptance testing
Tip
An updated version of the following list can be found on the book’s wiki site: ArtOfUnitTesting.com.
Let’s begin. ...
Get The Art of Unit Testing now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.