Book a Demo

Author Topic: Deleting  unused alternate paths  (Read 4263 times)

nowayEA

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Deleting  unused alternate paths
« on: March 12, 2013, 08:29:54 am »
Is there a method to delete the unused (not branched) alternate paths from a scenario? If i create an alt flow then don't actually use it from my Basic Path it still gets reported in my use case report. Even if i go through and remove all the content it still just defaults to Alternate1, Alternate2, etc.


qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Deleting  unused alternate paths
« Reply #1 on: March 12, 2013, 10:57:51 am »
I guess you have the alternatives to do it manually or by scripting. The latter is definitely feasible, but it will take you one or two days (depending on your skills).

q.

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Deleting  unused alternate paths
« Reply #2 on: March 12, 2013, 11:17:38 am »
In your Use Case Properties dialog, Scenarios page - click the "Description" tab (next to the Structured Specification tab).  You should see all scenario paths for your use case listed in this tab, including any that are no longer referenced from your structured specification.  You can delete any unwanted scenario paths from this list.

nowayEA

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Deleting  unused alternate paths
« Reply #3 on: March 13, 2013, 03:36:18 am »
Perfect. I figured there would be something, but it was a little hidden...
Thanks!