Testing Documentation
Testing Documentation
Testing documentation is usually associated with the documentation of artifacts that should be
developed before or during the testing of software.
Further are described commonly used documented artifacts concerning software testing:
Test Plan.
Test Case.
Test Scenario.
Traceability Matrix.
Test Plan
A Test plan outlines the common strategy that will be applied to test an application, the resources
that will be used, the test environment in which testing will be performed, and the schedule of testing
activities along with the limitations. Typically writing a Test Plan is the competence of the Quality
Assurance Team Lead.
Test plan outlines the common strategy that will be applied to test an
application.
A test plan includes the following:
Test Case
Test case is a complexity of inputs, serious of steps, and conditions that can be used during the
process of testing. The key point of this activity is to find out whether a software is successful in terms
of its functionality and other aspects. There are various types of test cases such as logical, functional,
error, negative test cases, physical test cases, UI test cases, etc.
What's more, test cases are written to keep track of the software testing coverage. Basically, there are
no formal templates that can be used while writing a test case.
Test case is a complexity of inputs, serious of steps, and conditions that can
be used during the process of testing.
However, the following components are commonly accepted: