How to Write Test Cases?

Discussion RoomCategory: TestingHow to Write Test Cases?
Ashly asked 2 years ago

Basic steps of Test cases:

  • Test Case Id
  • Test Description
  • Assumptions and Pre-Condition
  • Test data
  • Steps to be executed
  • Expected Result
  • Actual Result and Post-Condition
  • Pass/Fail
  • Comments
Scroll to Top