Papers/Others
Heuristics of Softwrae Testtability
tomato13
2007. 2. 17. 15:08
http://www.satisfice.com/tools/testable.pdf
1. Controllability
The better we can control it, the more the testing can be automated and optimized.
2. Observability
What you see is what can be tested
3. Availability
To test it, we have to get at it
4. Simplicity
The simpler it is, the less there is to test
5. Stability
The fewer the changes, the fewer the disruptions ot testing
6. Information
The more information we have, the smarter we will test