Verify that the sum of two numbers is correct
Preconditions (2)
Step 1: Create a function that adds two numbers
Step 2: Call the function with inputs 2 and 3
Step 3: Check if the result equals 5 using an assert statement
✅ Expected Result: The assert statement passes confirming the sum is correct