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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Recent Announcements
Recent Announcements
V
Visual Studio Blog
博客园 - 叶小钗
H
Help Net Security
aimingoo的专栏
aimingoo的专栏
宝玉的分享
宝玉的分享
U
Unit 42
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Fortinet All Blogs
V
V2EX
Stack Overflow Blog
Stack Overflow Blog
WordPress大学
WordPress大学
D
DataBreaches.Net
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
A
About on SuperTechFans
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
C
Check Point Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
Microsoft Azure Blog
Microsoft Azure Blog
M
MIT News - Artificial intelligence

博客园 - 柚子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.