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

推荐订阅源

Recent Announcements
Recent Announcements
雷峰网
雷峰网
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
人人都是产品经理
人人都是产品经理
博客园 - 【当耐特】
量子位
有赞技术团队
有赞技术团队
博客园 - 三生石上(FineUI控件)
博客园 - Franky
M
MIT News - Artificial intelligence
U
Unit 42
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
J
Java Code Geeks
V
Visual Studio Blog
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
MyScale Blog
MyScale Blog
T
Tailwind CSS Blog
T
The Blog of Author Tim Ferriss
V
V2EX

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