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.
- Create requirement and specification documents in Markdown, including OFT-readable specification items
- Put tags into your source code that mark the coverage of items from the specification
- Use OFT to trace the requirements from the source to the final implementation