background image
<< Testing vs Brooks's Law | It's Just Programming >>
<< Testing vs Brooks's Law | It's Just Programming >>
Testing Lots Of Values
Testing Lots Of Values
Date handling code is notorious for magic dates that cause
problems
1970, 2038, 1904, 10,000. Leap years. Daylight savings.
So we want to repeat sets of tests with different values.