an android developer 's study notes on test.
TDD - test driven development
1. Why Test ?
image.png
2. Test is divided into several parts
image.png
3. Testers
image.png
4. In developer's view
BVT(Basic Verify Testing)
每个代码模块都有对应的少量的单元测试用例进行验收,验收通过后自动 check in 代码
5. Thank you
《大话APP测试》
《test-driven development》
网友评论