Papers/System Test based on a State Chart

comparison with a previous manumal test based on a menu tree

tomato13 2008. 2. 20. 21:50

기존의 menu tree기반 manual test에서는 menu tree를 보고 tester가 직접 test case를 작성하고 구현해야했다. state diagram기반 test에서는 menu tree를 xml로 변환할 수 있고 이를 기반으로 자동으로 test case를 생성하여 수행하는 것이 가능하다. 상대적인 이점을 아래 요소의 관점에서 비교해 볼 수 있을 것이다.

 

- time costs

- the number of bugs

- coverage

................