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

StackOverflow https://stackoverflow.com/questions/2923751

  •  05-10-2019
  •  | 
  •  

문제

there are 3 regression bugs while doing a regression test for a software. "local","unmasked" and "remote". Does any one know 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.
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top