Papers/System Test based on a State Chart
Generating Test Sequences from UML Sequence Diagrams and State Diagrma
tomato13
2008. 2. 17. 17:00
Generating Test Sequences from UML Sequence Diagrams and State Diagrmas
Our technique can be applied to positive and negative test cases.
basic secenario는 sequence diagram을 기반으로 생성한다. alternative(negative) scenario는 state diagram을 참조하여 생성할 수 있다고 설명한다.
ex) state diagram을 기반으로 object의 state와 consistent하지 않은 message를 보내고 이때 object가 아무런 반응을 나타내지 않기를 기대한다.