- 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.
推薦閱讀
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- Implementing Modern DevOps
- Learn TypeScript 3 by Building Web Applications
- 深入淺出WPF
- Software Testing using Visual Studio 2012
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- Responsive Web Design with HTML5 and CSS3
- Android NDK Beginner’s Guide
- PhoneGap Mobile Application Development Cookbook
- 利用Python進行數據分析
- Solr Cookbook(Third Edition)
- Python全棧數據工程師養成攻略(視頻講解版)
- Hands-On Kubernetes on Windows
- Raspberry Pi Robotic Projects(Third Edition)
- OpenStack Networking Essentials