Testing Fundamentals - Testing Types and Levels
Which of the following is the correct way to describe regression testing?
Regression testing:
def regression_test(old_output, new_output):
return old_output == new_outputWhich of the following is the correct way to describe regression testing?
Regression testing:
def regression_test(old_output, new_output):
return old_output == new_output15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions