mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-23 21:04:07 -06:00
845 B
845 B
| title | sr-due | sr-interval | sr-ease |
|---|---|---|---|
| Lecture 07 Unit Testing | 2022-04-29 | 26 | 270 |
#review
LO's
- 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
Lecture 07 Unit Testing
0.1 Testing
-
why is testing needed
-
what are three types of testing
-
what are some limitations of testing
0.2 Test driven development
- what is testing driven development
0.3 Unit testing
-
Breifly describe unit testing
-
What is a testing environment. Why is it useful