ソフトウェアテストのセオリー

This book is recommended by my colleague (who major in software engineering).
Software Testing is the one of best ways for high quality code. It shows that several software testing method, procedure and efficiency improvements.
The author belongs to Hitachi, it might be Hitachi, Ltd. is traditional company ( not in a bad "JTC" way :) ), they discuss software testing comprehensively, and their work is so robust, helpful.

I 'm always confused about the best practice for test code. I usually write unit tests, integration tests, but my project always lack code coverage, especially in unit testing. This is because writing integration tests include certain test case of unit test, so I sometimes feel unit test is not nesessary for my project. it is not good :(

This book provides me with several testing method and their benefits. So, I think I should approch testing more appropriately. 🔥