- This topic has 2 replies, 2 voices, and was last updated 4 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Testing Discussions › does any one knows what 8 point check means in static testing
I am new to testing and overheard a tester talking about 8 point checker in static test.
also, how can I develop test conditions/test scenarios and turn it into a test case/test script?
8 point checklist created for checking requirement completeness, clarity and early identification of issues before starting execution. It is a preventive measure and helps in enhancing test coverage and reducing defect reduction ratio.
The 8 points to check are: Is the requirement 1. singular, 2. unambiguous, 3. measurable, 4. complete. 5. developable, 6. testable, 7. achievement driven and 8. business owned?
Thank so much for the insightful informstion.