- Mastering Software Testing with JUnit 5
- Boni García
- 67字
- 2021-07-02 15:34:25
Testing methods
Testing methods (or strategies) define the way for designing test cases. They can be responsibility based (black-box), implementation based (white box), or non-functional. Black-box techniques design test cases on the basis of the specified functionality of the item to be tested. White-box ones rely on source code analysis to develop test cases. Hybrid techniques (grey-box) testing designs test cases using both responsibility-based and implementation-based approaches.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- R語言經典實例(原書第2版)
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- PostgreSQL技術內幕:事務處理深度探索
- 數據結構簡明教程(第2版)微課版
- Practical Game Design
- ANSYS Fluent 二次開發指南
- Learning AngularJS for .NET Developers
- Mobile Device Exploitation Cookbook
- Django 5企業級Web應用開發實戰(視頻教學版)
- C陷阱與缺陷
- 軟件測試分析與實踐
- Test-Driven iOS Development with Swift
- Less Web Development Cookbook
- Java面試一戰到底(基礎卷)