Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Doxygen には、多数のテスト ケースからテスト計画を生成する機能がありますか? これは、「Zephyr」と呼ばれる Atlassian Jira プラグインによく似ています。
Doxygen は、テスト ケースを説明する段落を開始し、追加の「テスト」インデックスを作成するコマンド「@test」を提供します。カスタム コマンドを作成し、Latex を介して PDF ファイルを作成する機能と組み合わせることで、doxygen でテスト計画を作成するのに役立ちます。私はすでにこれを使用して単体テストを文書化しています。