Test plan "Export" button has 2 options
- The existing excel document (name to be found)
- A docx document, like Tracker Report docx
Then the document looks like (in html)
<h1>$RELEASE_NAME</h1>
$PLATFORM_LOGO
Platform | $PLATFORM_NAME
Project | $PROJECT_NAME
Milestone | $MILESTONE_NAME (including parent if any eg Release 12.0 > Sprint 4)
Exported by | $EXPORT_AUTHOR
Exported on | $EXPORT_DATE
Milestone URL | $OVERVIEW_URL
--
<h2>Table of content</h2>
--
<h2>Traceability Matrix</h2>
<!-- The matrix pages are in landscape -->
<!--The matrix is based on **tests** it means that it will also include requirements that were tested but that are not part of -->
<!-- the release like previously delivered features (non regression) as well as non functional requirements -->
<table>
<thead>
<tr>
<th>User stories</th>
<th>Status</th>
<th>Tests</th>
<th>Campaign</th>
<th>Results</th>
<th>Executed by</th>
<th>Executed on</th>
</tr>
</thead>
<tbody>
<tr>
<td>user story title (anchor to go to artifact)</td>
<td style="background-color: green;">Passed</td>
<td>test one stuff</td>
<td>Release 1.0</td>
<td style="background-color: green;">Passed</td>
<td>John Doe</td>
<td>2021-10-25 10:48...</td>
</tr>
<tr>
<td rowspan="2">a story with 2 tests (anchor to go to artifact)</td>
<td rowspan="2" style="background-color: red;">Failed</td>
<td>First test title</td>
<td>Release 1.0</td>
<td style="background-color: green;">Passed</td>
<td>John Doe</td>
<td>2021-10-25 10:48...</td>
</tr>
<tr>
<td>Second test title</td>
<td>Release 1.0</td>
<td style="background-color: red;">Failed</td>
<td>John Doe</td>
<td>2021-10-25 10:48...</td>
</tr>
<tr>
<td colspan="7">...</td>
</tr>
</tbody>
</table>
--
<h2>$RELEASE_NAME backlog</h2>
<!-- Export of backlog (stories, bugs, etc) artifacts. -->
<!-- Children of backlog elements (tasks) are not exported. -->
<!-- When a backlog element is covered by tests, tests are referenced in artifact links and there is an anchor toward the test in the document. -->
<h2>$RELEASE_NAME tests</h2>
<!-- export of [Test Case] artifacts -->
<!-- When test definition is exported, the actual result of the most recent test execution is included. Example: -->
<h4>Steps</h4>
<h5>Step 1</h5>
Status: $STATUS (Passed/Failed/Blocked)
<h6>Description</h6>
...
<h6>Expected results</h6>
...
<h5>Test results</h5>
Status: $STATUS (Passed/Failed/Blocked)
$COMMENT
<!-- When the test definition covers an artifact that is part of the backlog, there is an anchor toward the artifact in the Backlog section of the document. -->