Monday, June 21, 2010

Guidelines to review Test cases


Guidelines to review Test cases

  1. Check all the requirements covered or not
  2. Check no major scenario is missing
  3. Check test step is written complete and understandable
  4. Clear expected results is mentioned for each step
  5. Check all text and grammar mistake
  6. Flow of test step is appropriate
  7. Information related to setup of test environment like pre requisites, what are success/failed , end conditions etc
  8. Check is there any invalid test cases
  9. Check is there any redundancy in test cases
  10. Check priority of test cases
  11. Check narration of test cases
  12. Test cases follow agreed standard format
  13. The Test cases are complete with respect to the Specifications Document on which they are based
  14. Test data is mentioned explicitly for each test condition
  15. Pre-conditions for executing a test case or a set of test cases are specified


    No comments:

    Post a Comment