- Test-Driven Java Development(Second Edition)
- Alex Garcia Viktor Farcic
- 125字
- 2021-06-24 18:31:44
The difference between quality checking and quality assurance
The approach to testing can also be distinguished by looking at the objectives they are trying to accomplish. Those objectives are often split between quality checking (QC) and quality assurance (QA). While QC is focused on defects identification, QA tries to prevent them. QC is product-oriented and intends to make sure that results are as expected. On the other hand, QA is more focused on processes that assure that quality is built-in. It tries to make sure that correct things are done in the correct way.
While QC had a more important role in the past, with the emergence of TDD, acceptance test-driven development ( ATDD), and later on BDD, focus has been shifting towards QA.
推薦閱讀
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- Rust編程:入門、實戰與進階
- Linux C/C++服務器開發實踐
- HoloLens Beginner's Guide
- Oracle BAM 11gR1 Handbook
- C++ 從入門到項目實踐(超值版)
- PhpStorm Cookbook
- Elasticsearch Server(Third Edition)
- 數據結構案例教程(C/C++版)
- HTML5秘籍(第2版)
- QGIS Python Programming Cookbook(Second Edition)
- Instant Zurb Foundation 4
- Web Developer's Reference Guide
- Struts 2.x權威指南
- Angular Design Patterns