Print Page | Close Window

Interview Questions with Answers On Test Cases

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Test Cases @ OneStopTesting
Forum Discription: You must be well versed in writting Good Test Cases as they only will decide whether you can catch most of bugs or not.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=1617
Printed Date: 20Jul2025 at 6:43pm


Topic: Interview Questions with Answers On Test Cases
Posted By: poli
Subject: Interview Questions with Answers On Test Cases
Date Posted: 27Jun2007 at 12:27am
1. How can we write a good test case?



2. for a triangle(sum of two sides is greater than or equal to the third side),what is the minimal number of test cases required.

The answer is 3

1. Measure all sides of the triangle.

2. Add the minnimum and second highest length of the triangle and store the result as Res.

3. Compare the Res with the largest side of the triangle.

3. How will you check that your test cases covered all the requirements?

By using traceabiltymatrix.
Traceability matrix means the matrix showing the relationship b/w the requirements & testcases.



Print Page | Close Window