本文介绍了什么是测试中的软件故障?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在上一门关于软件测试的研究生课程,我们花了一整节课来了解故障、错误和失败之间的区别.我对测试中软件故障的定义不满意.你的定义是什么?
I'm taking a grad class on software testing and we spent a whole class on the difference between faults, errors, and failures. I was dissatisfied by the definition of a software fault in testing. What's your definition?
推荐答案
您可能对此感兴趣 SE Radio 播客,其中 iirc,他们被描述为:
You might be interested in this SE Radio podcast where iirc, they're described as:
- 错误:代码中的实际错误"
- 错误:由故障导致的系统不良状态.
- 失败:由于错误而导致用户观察到的与预期行为的差异.
这篇关于什么是测试中的软件故障?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!