Test Work Products, also known as testware or test artefacts, are created during the testing process in software development projects. They include various documents that support testing activities.
Common Test Work Products:
- Test Plans: Outline the scope, approach, resources and schedule for testing.
- Test Cases: Detail specific conditions under which tests are executed.
- Test Scripts: Automated scripts that execute predefined tests.
- Test Reports: Summarise testing outcomes and findings.
- Defect Logs: Track identified issues and their resolution status.
These products are essential for managing the testing process and ensuring quality.
