forked from STAR-RG/practical_testing_book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yml
58 lines (49 loc) · 1.45 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#https://jupyterbook.org/customize/toc.html
- file: intro
numbered: false
- part: Fundamentals
chapters:
- file: fundamentals/basics
- file: fundamentals/limitations
- file: fundamentals/kinds
- part: Test Granularity
chapters:
- file: testgranularity/unittesting
- file: testgranularity/integrationtesting
sections:
- file: testgranularity/mocking.ipynb
- file: testgranularity/systemtesting
- file: testgranularity/acceptancetesting/acceptancetesting.ipynb
- part: Good/Bad Practices
chapters:
- file: goodpractices/artifacts
- file: goodpractices/bugreports
- part: Test Adequacy
chapters:
- file: testadequacy/idea
- file: testadequacy/coverage
- file: testadequacy/mutation
- part: Test Generation
chapters:
- file: testgeneration/modelbased
- file: testgeneration/combinatorial.ipynb
- file: testgeneration/random
- file: testgeneration/fuzzing
- file: testgeneration/propertybased
- part: Regression Testing
chapters:
- file: testregression/buildsystems.ipynb
sections:
- file: testregression/gradlesetup.ipynb
- file: testregression/continuousintegration
- file: testregression/flakytests
- file: testregression/selectionprio
- part: Debugging
chapters:
- file: debugging/scientific
- file: debugging/gitbisect.md
- file: debugging/deltadebugging
- part: Misc
chapters:
- file: misc/credits
- file: misc/howtohelp