pie模型
bug
- fault: a static defect in the software 静态存在软件的缺陷
- error: an incorrect internal state that is the manifestation of some faults 运行到fault,触发了一个错误的中间状态
- failure: external 失效,一直传播到软件外面使测试人员和用户可以观测到失效的行为
pie model
- 执行必须通过错误的代码
- 触发错误的中间状态
- 失效行为
思考:有没有一种fault任何测试用例都无法检测出来,这种fault还称为fault吗?