Project

General

Profile

Actions

Reqdb » History » Revision 56

« Previous | Revision 56/96 (diff) | Next »
Илья Рудаков, 12/21/2009 05:01 PM


ReqDB

Краткое описание проекта

ReqDB project is designed to work with hierarchic database of requirements extracted to some system. This project reflects concept of reverse engineering.
Reverse engineering is the process of discovering the technological principles of a device, object or system through analysis of its structure, function and operation. It often involves taking something (e.g., a mechanical device, electronic component, or software program) apart and analyzing its workings in detail to be used in maintenance, or to try to make a new device or program that does the same thing without utilizing any physical part of the original.
For example, there is inherited source codes or existing software application without suite of tests. You need to have an opportunity modify it or come throught it to another platform. ReqDB contains suite of tools which allows you to specify requirements from documentation to your system, analyze these requirements, bind them with suite of tests and generate report.

ReqDB contains:
  • ReqDB java library realising functionality to work with hierarchic database of requirements.
  • ReqEditor is Eclipse IDE extension. It allows you to specify requirements from html documents and manage them.

Абстрактная модель данных базы требований

User guide

Working with ReqDB console

Getting started with ReqEditor

ReqEditor

ReqEditor --- инструмент создания базы требований на основе разметки html документов.

*+ReqEditor JSDoc+*

ReqDB use cases

Работа с данными

  • Отображение дерева требований
  • Создание требования
    • Указать родительское требование
    • Указать название требования
    • Задать атрибуты
    • Задать предикат
  • Удаление требования
  • Редактирование требования
    • Переименовать требование
    • Добавить новый атрибут
    • Удалить Атрибут
    • Изменить предикат
    • Изменить родительское требование
    • Изменить альтернативное описание требования
    • Добавить Location
    • Удалить Location
  • Создание инстанцированного дерева требований
  • Добавление Location в требование
  • Удаление Location из требования (одновременно удаляется из документа)
  • Удаление Location из документа (одновременно удаляется из требования)
  • Получить location description из Location
  • Установить альтернативный description у Location
  • Очистка документа от всех Location
  • Генерация отчета
  • Перенос документов в каталог требований ( внешние документы конвертируются и переносятся в каталог )
  • Получение списка каталогов требований
  • Получение списка документов заданного каталога требований
  • Создание каталога требований
  • Получение каталога требований по идентификатору

Работа с деревом требований

  • Получить дерево требований (корень и ссылки на дочерние узлы)

Updated by Илья Рудаков over 14 years ago · 56 revisions