wangwei_0201 发表于 2006-5-29 17:49:47

verification与validation

请问关于verification和validation的区别是什么

skinapi 发表于 2006-5-29 22:07:46

简单一点说:
1、验证我们是不是正确的做了软件(实现和需求规格一致)
2、确认我们是不是做了正确的软件(实现和用户需求一致)

GYBHBY 发表于 2006-6-5 02:21:02

原帖由 skinapi 于 2006-5-29 22:07 发表
简单一点说:
1、验证我们是不是正确的做了软件(实现和需求规格一致)
2、确认我们是不是做了正确的软件(实现和用户需求一致)

Put it aptly!!! Simple and easy to understand, Thks!!!

doiryice 发表于 2006-6-12 16:58:01

原帖由 skinapi 于 2006-5-29 22:07 发表
简单一点说:
1、验证我们是不是正确的做了软件(实现和需求规格一致)
2、确认我们是不是做了正确的软件(实现和用户需求一致)


精辟

happybean 发表于 2006-6-12 17:59:11

Verification is the process confirming that something - software - meets its specification.
Validation is the process confirming that it meets the user's requirements.

zoemickey 发表于 2006-12-29 08:53:01

会在什么时候做这两个呢?
在实际的应用开发中

joybunnyhare 发表于 2007-1-21 11:29:41

V&V

Verification和Validation是双V模型中的两个概念,分别的验证和确认的意思,
原帖由 skinapi 于 2006-5-29 22:07 发表
简单一点说:
1、验证我们是不是正确的做了软件(实现和需求规格一致)
2、确认我们是不是做了正确的软件(实现和用户需求一致)

phoenixDT 发表于 2007-1-25 17:31:13

不错,学习拉

xiguayali0618 发表于 2007-1-29 14:34:52

原帖由 joybunnyhare 于 2007-1-21 11:29 发表
Verification和Validation是双V模型中的两个概念,分别的验证和确认的意思,
原帖由 skinapi 于 2006-5-29 22:07 发表
简单一点说:
1、验证我们是不是正确的做了软件(实现和需求规格一致)
2、确认我们是 ...

Very good. This is stated in many software testing books, like <<rapid testing>>, <<software testing>> and etc.

a_cheww 发表于 2007-1-29 19:23:39

一语中地!

skybusy2000 发表于 2007-2-6 11:27:04

Thanks!!
It is easy to understand.

barcelona 发表于 2007-4-28 16:36:53

1、验证我们是不是正确的做了软件(实现和需求规格一致)
2、确认我们是不是做了正确的软件(实现和用户需求一致)
!!牛逼 我是在一个博客上看到的也记下了

MarsNoNo 发表于 2007-5-4 21:25:42

Verification:Are we building the product right?
Validation:Are we building the right product?

barcelona 发表于 2007-6-21 13:01:17

1、验证我们是不是正确的做了软件(实现和需求规格一致)
2、确认我们是不是做了正确的软件(实现和用户需求一致)

grad 发表于 2007-6-21 14:59:47

Good!

raimy 发表于 2007-8-15 19:02:29

挺好

zhangj8826 发表于 2007-8-16 09:10:42

Great,very Good

guoyubill 发表于 2007-8-16 11:11:51

原帖由 happybean 于 2006-6-12 17:59 发表 http://bbs.51testing.com/images/common/back.gif
Verification is the process confirming that something - software - meets its specification.
Validation is the process confirming that it meets the user's requirements.

You are strong!

chenxuan 发表于 2007-8-16 12:04:01

v&v
验证已实现的功能是否正确;
确认是否正确实现了功能.

tingtingc 发表于 2007-8-23 16:59:18

Verification typically involves reviews and meetings to evaluate documents,plans,code,requirements,and specifications.This can be done with checklists,issues lines,walkthroughs,and inspection meetings.
Validation typically involves actual testing and takes place after verifications are completed.The term IV & V refer to Independent Verification and Validation.
页: [1] 2
查看完整版本: verification与validation