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

'Papers > Others' 카테고리의 다른 글

Software testability(IEEE)  (0) 2007.02.17
ISO9126  (0) 2007.02.17
OO Testing  (0) 2007.02.14
TTCN-3 Test Case Generation from Message Sequence Charts  (0) 2007.02.08
객체생성  (0) 2007.02.05