Skip to content

Test Plan

klausren edited this page Jul 3, 2019 · 2 revisions

Functional Tests [Template][ex1]

This plan describes how you will test your system to determine that it meets the requirements outlined in the requirements specification.

Once the tests are executed, the results should be captured on this page. You should indicate which tests have passed and which tests have failed with a comment about the suspected cause of the failure.

Use Case Under Test

Each feature, whether it is described as a use case, user story or in some other format, needs to be tested against the specified requirements.

Test Case One

Multiple tests cases are required for each feature, to test it under different conditions.

Summary
Summarise the purpose of this test. What is the test trying to demonstrate?

Test Script
Provide a description of the steps involved in performing this test. This should include the data used to perform the test and the expected result.

  1. Describe the action to be performed with the system.
    Indicate what test data (input) is required.
    Describe what should be the outcome of the action.

Test Case Two

...

Next Use Case Under Test

...

Clone this wiki locally