All lectures will be delivered online (BBB link in Moodle).
Practice sessions (labs) will be conducted physically in the classroom (no video recording).
Here you find the lecture slides and any other materials handed out during a lecture or related to a lecture and associated lab sessions. The detailed lab instructions can be found under the tab Labs .
Disclaimer: The following schedule still needs to be adjusted.
SW Testing Lectures:
- Lecture 0 (12.02) - Introduction to Software Testing & Debugging
- This lecture is related to Quiz 0 & Quiz 1 and HW1
- Slides-L0-2026 / 2026 video in Moodle (BBB)
- Additional self-study materials:
- Lecture 1 (19.02) - Testing Vocabulary & Black-Box Testing vs. White-Box Testing
- This lecture is related to Quiz 1 and HW 2
- Slides-L1-2026 / 2026 video in Moodle (BBB)
- Lecture 2 (26.02) - Basic Black-Box Testing Techniques: Equivalence Class Partitioning & Boundary Value Analysis
- This lecture is related to Quiz 2 and HW 2
- Slides-L2-2026 / 2026 video in Moodle (BBB)
- Lecture 3 (05.03) - Black-Box Testing (advanced): Cause-Effect Graphing & Combinatorial Testing
- This lecture is related to Quiz 3 and HW 3
- Slides-L3-2026 / 2026 video in Moodle (BBB)
- Two papers and one NIST report on combinatorial testing:
- Lecture 4 (12.03) - Basic White-Box Testing Techniques: Control-Flow Coverage
- This lecture is related to Quiz 4 and HW 4
- Slides-L4-2026 / 2026 video in Moodle (BBB)
- Code Coverage tools:
- Test Generation Tool:
- CANDOR, a prompt engineering-based LLM framework for automated unit test generation in Java
- Lecture 5 (19.03) - Gray-Box Testing: State-Transition Testing, Random Testing & Fuzzing, GUI Testing
- This lecture is related to Quiz 5 and HW 5
- Slides-L5-2026 / 2026 video in Moodle (BBB)
- Random Testing & Fuzzing Tools:
- Further readings:
- Random Testing (Wikipedia)
- Fuzzing (Wikipedia)
- Fuzzing (online textbook by Andreas Zeller, Rahul Gopinath, Marcel Böhme, Gordon Fraser, and Christian Holler)
- GUI Testing / Visual Testing Tools:
- Lecture 6 (26.03) - Test Levels, Test Tools, Test Automation
- This lecture is related to Quiz 6 and HW 6
- Slides-L6-2026 / 2026 video in Moodle (BBB)
- Lists of QA/Test Tools:
- Tool Examples:
- Lecture 7 (02.04) - Black-Box Testing (advanced): Metamorphic Testing / Security Testing / Usability Testing / A/B Testing
- This lecture is related to Quiz 7 and HW 7
- Slides-L7-2026 / 2026 video in Moodle (BBB)
- A good source on A/B Testing: How to build a strong A/B testing plan
- Lecture 8 (09.04) - White-Box Testing (advanced): Data-Flow Testing & Mutation Testing
- This lecture is related to Quiz 8 and HW 8
- Slides-L8-2026 / 2026 video in Moodle (BBB)
- Readings/Materials:
- Paper on the effectiveness of code coverage criteria:
- Paper by Hemmati, H.: "How Effective Are Code Coverage Criteria?", in Proc. of the International Conference on Software Quality, Reliability and Security (QRS 2015), IEEE, p. 151-156
- Two papers listing mutation operators for Java:
- Paper on the effectiveness of code coverage criteria:
- Tools:
- Mutation testing tool PIT: pitest.org
- YouTube videos on mutation testing:
- Lecture 9 (16.04) - Security Testing of Mobile Applications (by Kristiina Rahkema)
- This lecture is related to HW 9 (no Quiz this week)
- Slides-L9-2026 Δ / 2026 video in Moodle (BBB)
- Older videos from previous years (content similar to 2025):
- Kristina's blog post
- Lecture 10 (23.04) - White-Box Testing (advanced): Symbolic Execution, Static Code Analysis, Document Inspections, Code Review
- This lecture is related to Quiz 9 and HW 10 & HW 11
- Slides-L10-2026 / 2026 video in Moodle (BBB)
- Readings/Materials:
- Two papers on document inspections & reviews:
- Tool Examples:
- Static code analysis tool SpotBugs: https://spotbugs.github.io (a fork from FindBugs)
- Static code analysis tool FindBugs: FindBugs web-page (which is now an abandoned project)
- Static code analysis tool PMD: PMD web-page
- Symbolic PathFinder tool by NASA: Symbolic PathFinder on GitHub
- Code review support tool Gerrit (works with Git): Gerrit Tutorial
- Survey conducted by JetBrains about code review tools: JetBrains Survey Results
- Lecture 11 (30.04) - Quality Estimation / Test Documentation, Organisation and Process Improvement (Test Maturity Model)
- This lecture is related to Quiz 10 and HW 11
- Slides-L11-2026 Δ / 2026 video in Moodle (BBB)
- Readings/Materials/Videos:
- Two papers on the question "What makes a good bug report?":
- Test incident report (IEEE 829-1998):
- Book Chapter by Kit: Organisational approaches to testing
- Industry Guest Lecture by James Bach on the nature of software testing and what makes a good software tester (link)
- Industry Guest Lecture by Almer Mermer on process and people aspects of agile testing (link)
- TMMi Framework
- Lecture 12 (07.05) - Black-Box Testing (advanced): Exploratory Testing / Behaviour Testing / Exam Preparation
- This lecture is related to Quiz 11 - NB: There is no related HW due to Exam 1
- Slides-L12-2026 Δ / 2026 video in Moodle (BBB)
- Behavior Testing:
- Gherkin - a business readable Domain Specific Language (DSL) created for describing the behavior of a system
- Cucumber for Behavior Testing with Gherkin
- Exploratory Testing Tools:
- List of ET tools
- Test Gap Analysis with Teamscale (YouTube video 14:21 min)