Skip to content

Commit 849f87b

Browse files
committed
Track exercise completion for Chapter 6
1 parent a438ad2 commit 849f87b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,25 @@ The book can be bought from [Amazon](https://www.amazon.de/-/en/Brian-W-Kernigha
9999
- [5.7 Other Peoples Bugs](chapter-5/5.7-other-peoples-bugs)
100100
- [5.8 Summary](chapter-5/5.8-summary)
101101
- [Chapter 6: Testing](chapter-6)
102+
- [6.1 Test As You Write the Code](chapter-6/6.1-test-as-you-write-the-code)
103+
- [x] 6-1
104+
- [x] 6-2
105+
- [6.2 Systematic Testing](chapter-6/6.2-systematic-testing)
106+
- [x] 6-3
107+
- [] 6-4
108+
- [6.3 Test Automation](chapter-6/6.3-test-automation)
109+
- [] 6-5
110+
- [6.4 Test Scaffolds](chapter-6/6.4-test-scaffolds)
111+
- [] 6-6
112+
- [] 6-7
113+
- [] 6-8
114+
- [] 6-9
115+
- [6.5 Stress Tests](chapter-6/6.5-stress-tests)
116+
- [x] 6-10
117+
- [6.6 Tips for Testing](chapter-6/6.6-tips-for-testing)
118+
- [6.7 Who Does the Testing](chapter-6/6.7-who-does-the-testing)
119+
- [6.8 Testing the Markov Program](chapter-6/6.8-testing-the-markov-program)
120+
- [6.9 Summary](chapter-6/6.9-summary)
102121
- Chapter 7: Performance
103122
- Chapter 8: Portability
104123
- Chapter 9: Notation

0 commit comments

Comments
 (0)