Pages

Sunday, June 6, 2010

Testcase History

What is a Test Case?
The step by step process to be followed to the application correctness as per requirement.

From where Test Cases are Derived?
Test Cases are derived from Usecases and mostly from Requirements Docs.

Who is responsible for Test Cases?
Test Engineer

Where Test Cases are Documented?
In MS-Word/MS-Excel.

Qualities of a good Test Case?
The following are the qualities of a good Test Case

  1. Simple,Clear,Unique.
  2. Proper Start and End
  3. Follow naming convention
  4. Consistent and Documented
  5. Should have standard template
  6. Traceble for Requirement
  7. No gaps and missing links

Types of Test Cases
1.User Interface:-To check user interfaces of an application
Eg:-Font Align,Color,Spelling

2.Useablity:-To check user freindliness of an application
Eg:-Default cursor focus,Alt+Tab,Oouse-over

3.Validation:-To check field validation
Eg:-TextBox,CheckBox,Radio Button.

4.Functional:-To check functional validation
Eg:-Hyperlinks,Images,Buttons

Test Case Template

  1. Project
  2. Module
  3. Created By
  4. Created On
  5. Reviewed By
  6. Reviewed On
  7. Documents Reffered
  8. TestCase Name
  9. TestCase Description
  10. Stepname
  11. TestData
  12. StepDescription
  13. Excepted result
  14. Priority
  15. Review Comments
  16. Actual Results
  17. Executed By
  18. Executed On
  19. Status
  20. Build Version
  21. Defect-ID
  22. Defect Priority

No comments:

Post a Comment