tags | |
---|---|
|
- "test of the smallest 'unit' of a piece of software"
-
super high-level generic test
-
click all the buttons to see if something breaks
- test a specific function of a piece of software. For example:
-- can we make new users and can they login?
-- Are permissions being applied correctly?
- ensure that functionality we used to have was not removed by the latest build
-
Does the software do what it was supposed to do?
-
Does it satisfy the requirements of the design document and what the consumer asked for?