- 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.
推薦閱讀
- Practical Data Analysis Cookbook
- 摩登創(chuàng)客:與智能手機和平板電腦共舞
- Scratch 3.0少兒編程與邏輯思維訓(xùn)練
- Mastering Predictive Analytics with Python
- Learning Network Forensics
- SQL Server與JSP動態(tài)網(wǎng)站開發(fā)
- AIRIOT物聯(lián)網(wǎng)平臺開發(fā)框架應(yīng)用與實戰(zhàn)
- Python語言實用教程
- Instant PHP Web Scraping
- ASP.NET Web API Security Essentials
- Mastering JavaScript
- Python應(yīng)用開發(fā)技術(shù)
- Getting Started with JUCE
- Koa與Node.js開發(fā)實戰(zhàn)
- Spring Boot 2+Thymeleaf企業(yè)應(yīng)用實戰(zhàn)