Agile Testingにおける、Developer TDDとAcceptance TDDに関する2012年の統計情報を見てみて。
参考:
http://www.ambysoft.com/essays/agileTesting.html
http://www.ambysoft.com/surveys/agileTesting201211.html
Figure 1 summarizes the responses regarding the primary approach to acceptance testing on agile teams. The good news is that the majority of agile teams are doing some sort of acceptance testing. Unfortunately, not as many as I would have hoped are taking a test first strategy, such as acceptance test-driven development (ATDD)/behavior driven development (BDD) as their primary approach. This is likely because these strategies require great discipline and skill to follow. It’s interesting that parallel independent testing approaches are still more popular than test-first approaches for acceptance testing.
Figure 2 summarizes the responses regarding the primary approach to developer testing on agile teams. In this case test-first approaches such as TDD are a bit more common, although test-after still dominates.
Table 1 summarizes what people believe to be the most significant challenges that they face when adopting Agile Testing and Quality Strategies.
Figure 1

Figure2

Acceptance Testingをイテレーションの中で行うことって、大事ですね。
LEAN開発はまた趣がことなってきますが、参考になるかも。