Verification
Verification is the process to make sure the product satisfies the conditions imposed at the start of the development phase. In other words, to make sure the product behaves the way we want it to.
Validation
Validation is the process to make sure the product satisfies the specified requirements at the end of the development phase. In other words, to make sure the product is built as per customer requirements.
相关文章
- CondaSSLError: Encountered an SSL error. Most likely a certificate verification issue(anacond配置环境)
- github连接失败Host key verification failed.解决方案
- [机器学习] 训练集(train set) 验证集(validation set) 测试集(test set)
- springboot 用到 数据校验 如@NotBlank 注解爆红,是因为新版本需要validation启动器
- springMVC中两种validation的简单使用
- adb:failed to install Failure [INSTALL_FAILED_VERSION_DOWNGRADE: Package Verification Result
- 使用 validation 验证参数
- Spring Boot技术知识点:Bean Validation
- Java使用Bean Validation验证枚举类型
- @Validated和@Valid区别:Spring validation验证框架对入参实体进行嵌套验证必须在相应属性(字段)加上@Valid而不是@Validated