Book a Demo

Author Topic: RTF Generator: Use Case Scenario Out of Order  (Read 2512 times)

davisford

  • EA User
  • **
  • Posts: 63
  • Karma: +0/-0
    • View Profile
RTF Generator: Use Case Scenario Out of Order
« on: July 19, 2005, 09:43:30 am »
Hi, in the new RTF Generator, the template I have for use cases looks something like this:

package>
element>
scenario>
{ElemScenario.Scenario} {ElemScenario.Notes} {ElemScenario.Type}
<scenario
<element
child packages>
<child packages
<package

I have use cases in packages, and I have the template handle child packages.

In the RTF that is output, the first couple use cases look ok...like this:

1. step one here
2. step two here
3. step three here
...

But the third use case looks like this:

...
3. step three here
2. step two here
1. step one here

And some of the use cases come out like this:

2. step two here
1. step one here
3. step three here

I have verified that the order is correct in the Use Case UML element on the Scenario tab.

Why is the RTF generator getting confused and generating the documentation out of order here?  How can I fix this?

Thanks in advance,
Davis

Rob_M

  • EA User
  • **
  • Posts: 58
  • Karma: +0/-0
    • View Profile
Re: RTF Generator: Use Case Scenario Out of Order
« Reply #1 on: July 19, 2005, 11:30:50 am »
The new RTF generator has a wonky interpretation of order.
It doesn't matter what type of elements are created. Requirements, Use Cases, Scenarios etc., the Tree Order just doesn't seem to work.

I reported this defect to Sparx about a month ago.

Still waiting for the fix.

Maybe send them another bug report.

Rob M

davisford

  • EA User
  • **
  • Posts: 63
  • Karma: +0/-0
    • View Profile
Re: RTF Generator: Use Case Scenario Out of Order
« Reply #2 on: July 19, 2005, 11:47:37 am »
bug submitted