Generate test cases (use case scenarios) from use case

536 views Asked by At

Is there any tool which can automatically extract all possible scenarios from an use case UML diagram?

1

There are 1 answers

0
Eoin On

No I don't think so. The problem is that the Use Case diagram is almost entirely content free in UML. It's really just a guide to how to read the use case body specifications and documents their relationships. A test case generator would need to read the use case bodies, however UML doesn't define a standard form or semantics for them, so there's nothing for a test case generator to work with.