What is a test case?

Test case is a set of conditions those executed for verifying a particular feature or functionality of a software system. It is written with the purpose of determining whether system under test satisfies requirement well.

 Test case consist with,

  • Test case Id
  • Test case description
  • Test data
  • Test step
  • Expected result
  • Actual result
  • Status (pass/fail)
  • Date
  • Executed by
  • Test environment

Comments

Popular Posts