Testing Fundamentals - Testing Types and Levels
Identify the error in this regression testing code snippet:
def regression_test(old, new):
if old = new:
return True
else:
return FalseIdentify the error in this regression testing code snippet:
def regression_test(old, new):
if old = new:
return True
else:
return False15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions