Testing Fundamentals - Why Software Testing Matters
Identify the problem in this test code snippet:
def test_list():
items = [1, 2, 3]
assert items[3] == 4def test_list():
items = [1, 2, 3]
assert items[3] == 415+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions