1

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

danizgod
  • 349
  • 1
  • 6
  • 15

1 Answers1

1

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.

Eoin
  • 555
  • 3
  • 9