From f0eef76ac476338b2e67e903e91f8918028ba56e Mon Sep 17 00:00:00 2001 From: Chris James Date: Wed, 10 Aug 2022 15:21:38 +0100 Subject: [PATCH] little edits --- intro-to-acceptance-tests.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/intro-to-acceptance-tests.md b/intro-to-acceptance-tests.md index 2be3dce09..6d46d7068 100644 --- a/intro-to-acceptance-tests.md +++ b/intro-to-acceptance-tests.md @@ -362,9 +362,11 @@ Non-trivial systems don't tend to be single-process applications like the one we ### The next chapter -In this post the acceptance test was written retrospectively. However, in [Growing Object-Oriented Software](http://www.growing-object-oriented-software.com) the authors show that we can use acceptance tests in a test-driven approach to act as a "north-star" to guide our efforts. This will be covered next in the next chapter. +In this post the acceptance test was written retrospectively. However, in [Growing Object-Oriented Software](http://www.growing-object-oriented-software.com) the authors show that we can use acceptance tests in a test-driven approach to act as a "north-star" to guide our efforts. -As systems get more complex, the costs of writing and maintaining acceptance tests can quickly spiral out of control. There are countless stories of development teams being hamstrung by expensive acceptance test suites. The next chapter will introduce principles and techniques for managing the costs of acceptance tests. +As systems get more complex, the costs of writing and maintaining acceptance tests can quickly spiral out of control. There are countless stories of development teams being hamstrung by expensive acceptance test suites. + +The next chapter will introduce using acceptance test to guide our design and principles and techniques for managing the costs of acceptance tests. ### Improving the quality of open-source