The writing system test cases are very similar to write functional test cases.
Here, while creating system test cases, we need to be kept two things in mind:
- Make sure that System test cases has covered the use cases and scenarios
- System test cases must validate the all types of requirements - i.e. technical, UI, functional, non-functional, performance etc.
The format of system test cases contains:
- Test Case ID - a unique number
- Test Scenario Name/Id
- Tester - name of tester who execute of write test cases
- Requirement - Requirement Id or brief description of the functionality / requirement
- How to Test - Steps to follow for execution of the test case
- Test Data - Input Data
- Expected Result
- Actual Result
- Pass / Fail
- Test Iteration
No comments:
Post a Comment