Common mistakes found during test case review
- Spelling
mistakes: Sometimes,
spelling mistake can create a lot of confusions or make a sentence
difficult to understand.
- Grammar: If grammar
is not proper then test case can be interpreted in a wrong way, resulting
in wrong results.
- Template
format: If
proper template is followed then it becomes easy to add/modify test cases
in future and test case plan looks organized.
- Standard/Guidelines: While
review process, it is very important to check whether all the standards
and guideline are properly followed.
- Language
used: Test
cases should have a very simple language which is easy to
understand.
- Functionality
coverage: It
is highly recommended that all the functionality associated with the
system under test should be covered so that major defects are not missed.
- Replication: It refers
to the duplicate test cases removal. It is possible that two or more test
cases test the same thing and can be merged into one, this would save time
and space.
- Redundancy: It refers
to uselessness of a test case due to change in requirements or some
modifications. Such test cases must be removed.
After
checking all the above points, reviewer notes down all the
changes/modifications required. Now, either he can have a discussion/meeting
with the tester or he can send him the mail with the changes noted so that
tester can go through them and make all the necessary modifications.

Comments
Post a Comment