Acceptance Testing
Definition:
A type of testing conducted to determine whether a system meets the requirements and is ready for delivery.
Example:
Running a final set of tests against the system to confirm that the software functions as expected before release.
Best practices:
- Collaborate closely with stakeholders to define acceptance criteria.
- Use real-world scenarios to validate the product.
- Document test cases clearly to ensure consistency.