Testing Fundamentals - Testing Types and Levels
A sanity test script is failing unexpectedly. The code snippet is:
What is the cause of failure?
def sanity_test(feature_status):
if feature_status = 'fixed':
return true
else:
return falseWhat is the cause of failure?
