Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: allanm on July 31, 2005, 10:14:59 pm
-
Hi all...
Sorry for the cross post, but I was hoping to get as many comments as possible.
Being new to EA and associated methodologies, I was wondering if anyone is aware of a tool that can automatically generate written 'scenarios' based on an Activity Diagram?
I have a relatively complex Activity Diagram which I am following to write Basic and Alternate paths to put as scenarios in my use-case. The diagram is quite complex with numerous decision points (which in turn have their own decision points) so I am having troubles writing out the various paths to begin with. More importantly though, I see big problems surrounding readability of the scenarios and also maintanability for the future whenever the system changes.
Does anyone know of a tool that can translate Activity Diagram flows into a written form?
My basic understanding is that XML sits behind these diagrams in EA. How difficult would this feature be to build into EA?
Thanks
-
Interesting concept, although I would hate to see what would happen if you omitted a temination constraint on either a direct or indirect loop. ;)
Seriously, I have never seen such a tool. But it would have to have some pretty serious pre-validation and the modellers would have to adhere strictly to its rules.
bruce
-
by "auto-Generate Scenarios", do you mean code generation?
-
Hi Kaneda
No, not code generation. Just plain-text versions of a basic and alternate paths displayed in an Activity Diagram.
Cheers
-
Actually, the recommended practice is to define all posible scenarios and then try to merge them in a single activity diagram in order to find common behavior and understand the 'business logic' behind the functionality you are trying to define.
If you think about it, usually the clients give you scenarios rather than a complete set of operation flows.