Book a Demo

Author Topic: Scenario Tab of Use Cases  (Read 4407 times)

EA_Nj

  • EA User
  • **
  • Posts: 48
  • Karma: +0/-0
    • View Profile
Scenario Tab of Use Cases
« on: August 14, 2002, 11:44:12 am »
I am using the Scenario tab of use cases to document my basic and exception paths.  When I generate the use case documentation in teh RTF file the values of the drop down box in the Scenario tab are printed like this

Primary Flow  {Basic Path}.

All I want is the text "Primary Flow" How can I prevent the values of the curley brackets from being displayed?

Also when my post conditions and preconditions are printed (Constraints tab) the status of the precondition is also printed like "Proposed Precondition".  Is there  a way that I cna prevent this status from being printed?

Finally if i have multiple preconditions or multiple postconditions, is it possible to make EA print out just one heading called "Preconditions" or "PostConditions" and list all the pre and post conditions in bullet points underneath them?


Thanks

PhilR

  • EA User
  • **
  • Posts: 87
  • Karma: +0/-0
    • View Profile
Re: Scenario Tab of Use Cases
« Reply #1 on: August 14, 2002, 11:48:27 pm »
We are using the scenario tab in the same way as you describe and plan to record a Word macro to clean up the rtf documentation.

The macro will do things like remove the {Basic Path} tag by doing a global replace of "{Basic Path}" to a null string.  It will include other "clean up" tasks as well.

Our guess is that this will be easier than trying to get into the automation interface even though it is not a very elegant solution.