Verify addition function with multiple input sets
Preconditions (2)
Step 1: Open the test file containing the addition function test
Step 2: Run the test with input values (1, 2) expecting 3
Step 3: Run the test with input values (0, 0) expecting 0
Step 4: Run the test with input values (-1, 1) expecting 0
✅ Expected Result: All tests pass for each input set, confirming the addition function works correctly for multiple cases