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가 아무런 반응을 나타내지 않기를 기대한다.
'Papers > System Test based on a State Chart' 카테고리의 다른 글
Test Case Generation(automatically) (0) | 2008.03.09 |
---|---|
comparison with a previous manumal test based on a menu tree (0) | 2008.02.20 |
Scenario-Based Test Case Generation for State-Based Embedded Systems (0) | 2008.02.16 |
highly used scenarios should be tested more (0) | 2008.02.16 |
fault injection (0) | 2008.02.15 |