quartz/content/notes/07-testing.md
2022-04-07 11:25:05 +12:00

18 lines
424 B
Markdown

---
title: "07-testing"
tags:
- cosc202
- lecture
---
- [[notes/testing]]
- [[notes/test-driven-development]]
- [[notes/unit-testing]]
- undnerstand that testing is useful for detecting bugs
- contrast different types of testting
- descrive the principle of test driven development
- explain how unit tests ar developed
- indicate how languages integreate unit test support
- apppreiciate limitation of software testing