•  
     
    story #23494 export test campaign as docx
Summary
Empty
export test campaign as docx
Empty

The document structure is the same than Test Plan (story #23495):

<h1>$RELEASE_NAME</h1>

$PLATFORM_LOGO

Platform | $PLATFORM_NAME
Project | $PROJECT_NAME
Campaign | $CAMPAIGN_NAME
Exported by | $EXPORT_AUTHOR
Exported on | $EXPORT_DATE
Campaign URL | $CAMPAIGN_URL
--
<h2>Table of content</h2>
--
<h2>Traceability Matrix</h2>

<!-- The matrix pages are in landscape -->

<table>
    <thead>
    <tr>
        <th>Requirements</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>$CAMPAIGN_NAME backlog</h2>

<!-- Export of covered Requirements (stories, bugs, etc) artifacts. -->

<!-- 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>$CAMPAIGN_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. -->

Empty
Empty
Status
Empty
Done
Development
  • [ ] Does it involves User Interface? 
  • [ ] Are there any mockups?
  • [ ] Are permissions checked?
  • [ ] Does it need Javascript development?
  • [ ] Does it need a forge upgrade bucket?
  • [ ] Does it need to execute things in system events?
  • [ ] Does it impact project creation (templates)?
  • [ ] Is it exploratory?
Empty
Details
#23494
Manuel Vacelet (vaceletm)
2022-01-21 10:37
2021-11-05 11:23
3678

References

Follow-ups

User avatar
  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes