Papers/Others

OO Testing

tomato13 2007. 2. 14. 12:06

권용래 교수님 강의였다.

 

1. OO Testing Overview

- Anti decomposition

- Anti composition

- Encapsulation

- Inheritance

- Polymorphism

 

2. Class Testing

- natural unit=> class

- state based testing(국내논문, kaist석사)

- slice based testing

 

test coverage를 어떻게 계산할지에 대한 아이디어제공

 

3. Derived Class

- new, recursive, redefine, virtual

- parent testing history를 재사용 및 update

 

4. Inter Class Testing

- ASF start/end

- MM-Path

- Polymorphism

 

OO Testable design에 대해서 생각을 해 보았다. 관련 이슈로는

- adaptor

- mock layer

- hidden method

......

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

ISO9126  (0) 2007.02.17
Heuristics of Softwrae Testtability  (0) 2007.02.17
TTCN-3 Test Case Generation from Message Sequence Charts  (0) 2007.02.08
객체생성  (0) 2007.02.05
Design for Testability  (0) 2007.02.03