what is the importance of test cases review?

some points are here

  • Test cases are written with the intent to detect the defects
  • Understanding of the requirement is correct
  • Impact areas are identified and brought under test
  • Test data is correct and represent every possible class of the domain
  • Positive and negative scenarios are covered
  • Expected behavior is documented correctly
  • Test coverage is adequate

No comments:

Post a Comment

Share/Save/Bookmark
 
Design Patterns