Update test-overview.md

Spelling error
This commit is contained in:
Alex Berriman
2014-10-10 10:28:14 +11:00
parent 770cfbdf6a
commit 60516f8a31

View File

@@ -29,8 +29,8 @@ The process of developing a feature is the following:
After it's done the process is repeated again for another feature or improvement. If existing feature is to be changed, After it's done the process is repeated again for another feature or improvement. If existing feature is to be changed,
tests should be changed as well. tests should be changed as well.
> **Tip**: If you feel that you are loosing time doing a lot of small and simple iterations try covering more by your > **Tip**: If you feel that you are losing time doing a lot of small and simple iterations, try covering more by your
> test scenario so you do more before executing tests again. If you're debugging too much try doing the opposite. > test scenario so you do more before executing tests again. If you're debugging too much, try doing the opposite.
The reason to create tests before doing any implemenation is that it allows you to focus on what do we want to achieve The reason to create tests before doing any implemenation is that it allows you to focus on what do we want to achieve
and fully dive into "how to do it" afterwards. Usually it leads to better abstractions and easier test maintenance when and fully dive into "how to do it" afterwards. Usually it leads to better abstractions and easier test maintenance when