Verify sum of two numbers with assertion message
Preconditions (2)
Step 1: Write a function that adds two numbers
Step 2: Call the function with inputs 2 and 3
Step 3: Assert that the result is 5 with a clear failure message if not
✅ Expected Result: Test passes if sum is 5; if not, assertion fails with the message 'Sum of 2 and 3 should be 5'