Learnings Week 21 2011
28 May 2011 -
Less than 1 minute read
Tags:
learnings
Unfortunately I didn’t seem to learn that much this past week.
- When debugging erroneous behavior in system and integration tests, it is absolutely important that you map out and desconstruct every single step involved including setup and teardown instead of just analyzing the “body” of the test itself. A few wasted hours later, the bug was lying in the testing intrastructure, not the test itself.