Test Artefacts are documents and deliverables produced during the software testing process. They provide essential documentation, traceability and a clear record of testing activities.
Common Test Artefacts:
- Test Plans: Outline the scope, approach, resources and schedule for testing.
- Test Cases: Define specific conditions under which tests will be executed.
- Test Scripts: Automated scripts that execute test cases.
- Test Reports: Summarise the results of testing activities.
- Defect Logs: Record issues identified during testing.
These artefacts help ensure that testing is thorough and organised. They also facilitate communication among team members and stakeholders.
