oft-logo

OpenFastTrace (OFT) User Guide

In a Nutshell

OFT is a requirement tracing tool. It helps you make sure that all defined requirements are covered in your code. It also helps you find outdated code passages.

  1. Create requirement and specification documents in Markdown, including OFT-readable specification items
  2. Put tags into your source code that mark the coverage of items from the specification
  3. Use OFT to trace the requirements from the source to the final implementation