mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
19 lines
409 B
Markdown
19 lines
409 B
Markdown
---
|
|
title: "07-testing"
|
|
tags:
|
|
- cosc202
|
|
---
|
|
|
|
# 07-testing
|
|
|
|
- [[testing]]
|
|
- [[test-driven-development]]
|
|
- [[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
|