Skip to content

Commit 9e2b277

Browse files
authored
Update the subsection Automated Testing
1 parent 5254d32 commit 9e2b277

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ Following the logic you've used in iteration #8, declare a function called `grea
277277

278278
Automated software testing is the process of automatically testing an application in order to verify that it meets the technical requirements, and that it behaves as expected.
279279

280-
Testing should be viewed as a continuous process, not a discrete operation or single activity in the development lifecycle. Designing tests at the beginning of the product lifecycle can be help to mitigate common issues that arise when developing complex code bases.
281-
282280
Having strong _test suites_ can provide you ease of mind, since you will be able to confidently improve upon your work while knowing that your not breaking a previously developed feature.
283281

284282

0 commit comments

Comments
 (0)