Test addition function using Arrange-Act-Assert pattern
Preconditions (2)
Step 1: Arrange: Prepare two numbers, for example 3 and 5
Step 2: Act: Call the addition function with these two numbers
Step 3: Assert: Verify the result is 8
✅ Expected Result: The test passes confirming the addition function returns the correct sum