Definition
Test case has components that describes and input, action on event and a expected response to determine if a feature of an application is working correctly.
Levels of Test Case
There are four levels of test cases:
- Level 1: Basic test cases are from application specific
- Level 2: Practical stage in which writing test cases depends on actual functional and system flow of the application.
- Level 3: Group some test cases and write a test procedure where 0<n<=10
- Level 4: Automation of the project
Example
- Test Case Id
- Unit to test
- Assumptions
- Test data
- Steps to be executed
- Expected result
- Pass/fail
- Comments
0 comments:
Feel free to contact the admin for any suggestions and help.