quartz/content/notes/07-testing.md
2022-05-09 19:09:49 +12:00

21 lines
522 B
Markdown

---
title: "07-testing"
tags:
- cosc202
- lecture
sr-due: 2022-05-11
sr-interval: 3
sr-ease: 270
---
- [testing](notes/testing.md)
- [test-driven-development](notes/test-driven-development.md)
- [unit-testing](notes/unit-testing.md)
- 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