Testing Fundamentals - Why Software Testing Matters
Find the bug in this test snippet:
def test_uppercase():
text = 'hello'
assert text.upper == 'HELLO'def test_uppercase():
text = 'hello'
assert text.upper == 'HELLO'15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions