mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
21 lines
522 B
Markdown
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
|