Software Requirements Analysis [closed]

给你一囗甜甜゛ 提交于 2019-12-03 13:58:02

I'm working on a console application that takes a xml configuration file like this:

<?xml version="1.0" encoding="utf-8"?>
<ReqCheck>
  <Categories name="Reconsider wording">
    <Keyword>may</Keyword>
    <Keyword>should</Keyword>
  </Categories>
  <Categories name="Potential logic problem" format="{0}: consider both then and else conditions.">
    <Keyword>not</Keyword>
  </Categories>
</ReqCheck>

The application takes a MS-Word document and adds 'balloon-style' comments to the document.

You might want to take a look at Ravenflow products. I did not try them myself yet, but their features seem to be very close to what you are looking for...

NB: Ravenflow products are likely to be prohibitively expensive for small- and even medium-size teams/companies...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!