惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
罗磊的独立博客
量子位
Microsoft Azure Blog
Microsoft Azure Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
M
MIT News - Artificial intelligence
月光博客
月光博客
IT之家
IT之家
D
DataBreaches.Net
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Last Week in AI
Last Week in AI
D
Docker
The GitHub Blog
The GitHub Blog
B
Blog
V
Visual Studio Blog
博客园 - Franky
N
Netflix TechBlog - Medium
博客园 - 【当耐特】
Martin Fowler
Martin Fowler
博客园 - 聂微东
U
Unit 42

博客园 - 柚子Nan

一句话 - 柚子Nan - 博客园 淡定,淡定 关于武汉足球队,关于大头 女儿今天一周岁 长牙了 打个劫VS打个结? [病毒?]您正使用低版本的IE浏览器,建议您升级到Firefox! 为什么要自定义事务代码? SAP高级语法检查 轮回,轮回 买电器到苏宁? 回归,回归...... Six Thinking Hats(六项思考帽) 二月二龙抬头 西塘游记 Scott Barber - CTO of performance Test Plus LoadRunner如何模拟成百上千用户? How Good Code Goes Bad 台塑董事长王永庆交班--掌印50余年交棒王文渊接任总裁
Some words are similar but different in Software
柚子Nan · 2006-06-02 · via 博客园 - 柚子Nan

Validation, Verification and Testing are terms of software development. From the words themselves, we may think they are similar and almost same. It is very difficult to tell the difference between them.


Here is some information.  Although they are shown here, I think they are still impenetrable jargon.

  • Validation.  Doing the right thing:
    • Checks that output deliverables satisfy the requirements specified in a previous stage’s input deliverables.
    • Ensures that the work product is in scope, contributes to the intended benefits, and does not have undesirable side effects.
    • Is performed by inspecting, simulating, or prototyping.
  • Verification.  Doing it the right way:
    • Checks that a deliverable is correctly derived and internally consistent.
    • Checks that output and the process conform to the standards.
    • Is performed by inspecting and reviewing.
  • Testing.  Right things working right:
    • Checks that a specification is properly implemented.
    • Is performed by executing the code.