Content Management/Test Plan: Difference between revisions
Jump to navigation
Jump to search
(New page: = TEST PLAN = == Outline == *Table of contents *Goals for test *Basic Testing Strategies * list of resources needed ** pc ** people ** time * Schedule * Test case specification ** T...) |
No edit summary |
||
Line 1: | Line 1: | ||
==Strategy & Plans== |
|||
Our test strategy involves several components: |
|||
*White Box testing: Occurs during development via unit testing. |
|||
*Black Box testing: Manual testing of interface. |
|||
**This testing mode also involved positive and negative testing. First, common use case were attempted, followed by deliberate attempts to break the system. |
|||
==Quality Goals== |
|||
At minimum, our goal was to have the critical use cases for our program working. This means that content should be submittable, viewable, and searchable. In the process of performing these actions, the user should not be presented with any unexpected errors. An unexpected error is one that is caused by a faulty system, rather than an message explaining user error (example: "You didn't fill in a required field") |
|||
==Test Cases== |
|||
==Results== |
|||
= TEST PLAN = |
= TEST PLAN = |
||
Revision as of 03:32, 19 November 2007
Strategy & Plans
Our test strategy involves several components:
- White Box testing: Occurs during development via unit testing.
- Black Box testing: Manual testing of interface.
- This testing mode also involved positive and negative testing. First, common use case were attempted, followed by deliberate attempts to break the system.
Quality Goals
At minimum, our goal was to have the critical use cases for our program working. This means that content should be submittable, viewable, and searchable. In the process of performing these actions, the user should not be presented with any unexpected errors. An unexpected error is one that is caused by a faulty system, rather than an message explaining user error (example: "You didn't fill in a required field")
Test Cases
Results
TEST PLAN
Outline
- Table of contents
- Goals for test
- Basic Testing Strategies
- list of resources needed
- pc
- people
- time
- Schedule
- Test case specification
- TC1:
- precondition:
- sequence of events
- postcondition
- TC1:
- Results
- Example: table
- test case, tester 1, tester2, test3, tester4, tester5
- PASS/FAIL
- Example: table
- Explain reason of failure