Verify addition method returns correct sum
Preconditions (1)
Step 1: Call add(2, 3) method
Step 2: Capture the returned result
Step 3: Compare the result with expected value 5
✅ Expected Result: The add method returns 5 when called with inputs 2 and 3