Is there any tool which can automatically extract all possible scenarios from an use case UML diagram?
Asked
Active
Viewed 479 times
1
-
You should post what tool you are using to create your diagrams. – vainolo Oct 17 '12 at 08:27
-
MagicDraw, but the diagrams can be redone in any tool which has such a feature. – danizgod Oct 18 '12 at 09:35
-
i search a lot but i didn't find any tool for this may be you can try XML spy schema editor – amitesh Nov 06 '12 at 14:29
1 Answers
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