开发者

What is the definition of different regression bugs in regression test for a software?

there are 3 regression bugs while doing a regression test for a software. "local","unmasked" and "remote". Does any one kn开发者_运维技巧ow the definition of each? thanks


Just in case anyone like me needs the answer is this:

  • Local: Bug appears in newly written code.
  • Unmasked: Newly written code causes bug already in code to manifest itself.
  • Remote: Newly written code causes error in other part of software, e.g. by passing illegal values to function or closing file that is still needed. Difficulty is tracing the cause of th error.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜