Automate unit test execution early in development
Preconditions (2)
Step 1: Write a unit test for the function that checks correct output for input 5
Step 2: Run the unit test immediately after writing the function
Step 3: Verify the test passes without errors
✅ Expected Result: The unit test runs successfully and confirms the function returns the expected output for input 5