Book a Demo

Author Topic: Grouping pre-conditions in a single section  (Read 3124 times)

fduarte

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Grouping pre-conditions in a single section
« on: September 26, 2009, 02:39:56 am »
I would like to generate a report (RTF) that groups all pre-condition type constraints related to one use case in a single section. The generated report I am getting now is something like:
Element: UseCase
Pre-Condition:
1. User must be logged in.
Pre-Condition:
2. User must have the right privilege

Instead, I would like to have:
Pre-Conditions:
1. User must be logged in.
2. User must have the right privilege

thanks,
  Flavio Duarte

Nick Webb

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: Grouping pre-conditions in a single section
« Reply #1 on: October 22, 2009, 06:46:15 am »
I struggled with this one too and ended up adding tags named "preconditions" and postconditions" (memo) to my UCs. Maybe crude, but the output looks as intended.