Book a Demo

Author Topic: Use Case Report  (Read 4901 times)

rowmarcus

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Use Case Report
« on: March 22, 2006, 05:41:18 pm »
Hi,

Been using EA for a little while to model our project, though in a somewhat non-standard way, with use cases sat inside use cases.  Now when try to generate a report to act as the full list of use cases, all we get in the report is the top level use cases, none of those sat within the top level use cases are retrieved.  Can anyone suggest a way to generate a report of ALL use cases without reorganising the whole project?

many thanks,
Marcus

rowmarcus

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Use Case Report
« Reply #1 on: March 23, 2006, 02:00:24 pm »
Here's a view of what I mean:



Any one any ideas please?

thomaskilian

  • Guest
Re: Use Case Report
« Reply #2 on: March 24, 2006, 12:40:15 am »
I have no idea how to recursively export the Use Cases. However, I'd like to point out that this is a strange use of UCs. I'd encourage you to use packages instead. That would a) solve your problem and b) remove the strangeness from your model.

jaimeglz

  • EA User
  • **
  • Posts: 164
  • Karma: +0/-0
    • View Profile
Re: Use Case Report
« Reply #3 on: March 25, 2006, 01:14:29 pm »
Hi rowmarcus,

I've been embeding use cases in a similar way, and it works fine in generating the documentation. To generate the RTF with all the use cases, here is what works for me:

1. Click on the package you want to generate, and press F8.
2. Click on Switch Generator.
3. Fill-in and choose whatever info or selections you prefer, but make sure to select "Process all children" (under Options, in the lower right hand side of the dialog).
Then, just click on "Create".

By the way, embeding sequence diagrams or state machines under their respective use cases makes the use case scenarios very clear and understandable.

Hope this helps,

Jaime

malmoth

  • EA User
  • **
  • Posts: 49
  • Karma: +0/-0
  • On ne réveille pas un malmoth qui dort
    • View Profile
Re: Use Case Report
« Reply #4 on: March 27, 2006, 08:38:22 am »
With the new generator, you should try to select the child element in the Element section. If you do not insert anything between
Code: [Select]
child element>
<child element


this should go recursively throughthe use cases.
Regards,

Malmoth