-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathmain.tex
36 lines (31 loc) · 1.43 KB
/
main.tex
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
% documentclass and similar are handled by pandoc in the Makefile.
\begin{document}
% Cover matter is handled by pandoc in the Makefile.
\include{compiled_tex/05_intro.tex}
\include{compiled_tex/10_what_is_software_testing.tex}
\include{compiled_tex/13_why_test_software.tex}
\include{compiled_tex/15_testing_basics.tex}
\include{compiled_tex/20_requirements.tex}
\include{compiled_tex/25_test_plans.tex}
\include{compiled_tex/27_tips_for_breaking_software.tex}
\include{compiled_tex/29_test_plan_walkthrough.tex}
\include{compiled_tex/30_defects.tex}
\include{compiled_tex/32_acceptance_and_smoke_testing.tex}
\include{compiled_tex/33_exploratory_testing.tex}
\include{compiled_tex/35_automated_testing.tex}
\include{compiled_tex/40_unit_testing.tex}
\include{compiled_tex/41_advanced_unit_testing.tex}
\include{compiled_tex/45_test_driven_development.tex}
\include{compiled_tex/50_writing_testable_code.tex}
\include{compiled_tex/60_combinatorial_testing.tex}
\include{compiled_tex/67_stochastic_testing.tex}
\include{compiled_tex/70_performance_testing.tex}
\include{compiled_tex/75_security_testing.tex}
\include{compiled_tex/85_interacting_with_stakeholders.tex}
\include{compiled_tex/90_conclusion.tex}
\include{compiled_tex/95_testing_templates.tex}
\include{compiled_tex/96_private_methods_java.tex}
\include{compiled_tex/97_further_reading.tex}
\include{compiled_tex/98_glossary_of_terms.tex}
\include{compiled_tex/99_acknowledgments.tex}
\end{document}