Book a Demo

Author Topic: requirements expressed with flowcharts, tables, eq  (Read 2664 times)

dimi

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
requirements expressed with flowcharts, tables, eq
« on: October 24, 2014, 06:34:40 am »
hello all,

I have to deal with requirements that must be defined using either
a. algorithms  i.e. the system shall validate input using a flowchart x
b. equations   i.e. the system shall calculate a property based on an equation
c. tables  - this is a common technique to minimise the number of individual requirements that are similar and only vary slightly from each other.

By looking at all available documentation, it seems that the description of a requirement in EA is only textual and can only accept a rich text format.

Has anyone had to deal with a  similar problem and managed to do so successfully with EA? Can you please share your thoughts on this?
warm regards
dimi

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: requirements expressed with flowcharts, tables
« Reply #1 on: October 24, 2014, 08:21:23 am »
Well, I once used LaTeX to create documentation. That would likely be a perfect use but it is quite a bit of effort. Maybe you can use some pre-processing to convert a LaTeX formula into something HTML-like?

q.