1.

Name some attributes of the test case.

Answer»

There are various ATTRIBUTES of test cases that make them more reliable, clear, and concise, avoiding any sort of redundancy. Some of them are given below: 

  • Test Case Id: Unique identifier of test case 
  • Test Summary: One-liner summary of test case 
  • Description: Detailed description of test case 
  • Prerequisite or pre-condition: Set of conditions to be FOLLOWED before implementing the test steps 
  • Test steps: Detailed steps for performing test case 
  • Test Data: Test data value USED in test case 
  • EXPECTED Result: Estimated result to pass the test 
  • Actual Result: Actual result after executing the test steps. 
  • Test Result: Status of the test execution (Pass or Fail) 
  • Automation Status: Identifier for automation 
  • Date: Test execution date 
  • Executed By: Person NAME executing the test case 


Discussion

No Comment Found