您的位置:首页 > Web前端

Some words are similar but different in Software

2006-06-02 16:34 405 查看
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[/b]. 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[/b]. 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[/b]. Right things working right:

Checks that a specification is properly implemented.

Is performed by executing the code.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐