What are the steps you follow while reviewing test cases.

Showing Answers 1 - 12 of 12 Answers

123test

  • Sep 27th, 2007
 

Just read a spec for that test case, or a process flow then try to map that test case to it. Or may be try to understand system diagram first.

  Was this answer useful?  Yes

While reviewing, one should check the following in the test cases written:

1. functionality should be covered as in specification document.

2. Change request document has been considered along with specification document.

3. The standards like business standard, IEEE standards , etc have been met.

  Was this answer useful?  Yes

1. Checks that all the functionality is covered according to SRS or CR Document.
2. Checks that the Test case is not repeated.
3. Checks that the Test Data is defined correct
4. Checks that the versions are correct.
5. Checks the spelling mistakes in the Steps, expected results.
6. Checks the Coverage is correct.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions