- 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.
推薦閱讀
- Visual Basic程序設計(第3版):學習指導與練習
- Yocto for Raspberry Pi
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- JavaCAPS基礎、應用與案例
- Mobile Device Exploitation Cookbook
- Visual C#.NET Web應用程序設計
- Machine Learning With Go
- Beginning C++ Game Programming
- 深入淺出Python數據分析
- Elasticsearch Blueprints
- jQuery Mobile Web Development Essentials(Second Edition)
- Python數據預處理技術與實踐
- Python滲透測試編程技術:方法與實踐(第2版)
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- Android熱門應用開發詳解