This document discusses different approaches and mindsets for writing feature tests versus unit tests. It notes that feature tests are larger in scope and harder to control than unit tests, but can provide more value when "tamed". It encourages adopting the right mindset that recognizes the differences between test types and focusing feature tests on priority areas using the appropriate tools.