What is considered a good test?

Good test is a test covering most of the object's functionality.

Showing Answers 1 - 40 of 40 Answers

shreethik

  • Jun 9th, 2005
 

1.A good test must ensure error-free and reliable functioning of the software. 
2. A good test must be completed in optimum time and cost. 
3. Not redundant. 
4. The probablity of finding an error is minimised to a great extent.

Praveen

  • Feb 9th, 2006
 

A good test is a one that finds maximum number of bugs.......

  Was this answer useful?  Yes

jwala

  • Apr 26th, 2006
 

 A good test is one which will find out " As at undiscovered error with in the time constraints ".

  Was this answer useful?  Yes

Aj

  • Jul 5th, 2006
 

You could say a test that is consistent.

  Was this answer useful?  Yes

Testers calling a perticular test case as good test case which always passes.Is it right? No! A good test case is the one which has a very high probability to fail.

A successful test is one that uncovers an as-yet-undiscovered error.

A good test case is one that has a high probability of finding an as-yet-undiscovered error.

Bhuvana

  • Aug 8th, 2006
 

A testcase is said to be good if it has mimimum number of testcases and maximum number of defects

  Was this answer useful?  Yes

Ashok Ganta

  • Sep 7th, 2006
 

 Good test case should contain the minimum no of test cases,covers the object functionality in all paths and the probability of the getting the defects are more.

  Was this answer useful?  Yes

kiran(key)

  • Apr 8th, 2007
 

A good test is one that has a high probability of finding an as yet undiscovered error

  Was this answer useful?  Yes

Bibhuti Tripathy, Bangalore

  • Apr 27th, 2007
 

Hi All,

Briefly I would like to say, Good test is a test which is covering most of the object's functionality.

And a test that discovered more errors. The whole purpose of testing process is to discover as many bugs and errors as possible. Test that covers more functionalists and more errors in your product, therefore its considerable more successful and a good test.

  Was this answer useful?  Yes

soumyamathew

  • May 10th, 2007
 

find maximum number of defect in minimum time

  Was this answer useful?  Yes

1. A good test case should be written with a view to catch bugs
2. A good test case should be self cleaning -  changes made to the product by the test case should be undone, so that the next test case can proceed smoothly
3. A good test case should provide maximum code coverage
4. Should be reusable
5. Easily understood , unambigous

  Was this answer useful?  Yes

HIMA

  • Aug 8th, 2007
 

Good testcase means if the testcase is clear and understandable, covering the client requirement then it is good testcase.

  Was this answer useful?  Yes

kumudbajaj

  • Sep 14th, 2007
 

A good test is one that uncover maximum number of major bug. It comprehensively test the software

  Was this answer useful?  Yes

A good test is any test that accurately and thoroughly informs about the state of an application's functionality.   A bad test is any test that misinforms about the state of an application's functionality, due to either inaccuracy or incompleteness. 

Example:  A tester reads and learns a particular functional requirement and authors test cases for it.  If he fully understands this requirement and authors test cases that accurately and thoroughly tests it, then I consider this to be a good test.  In contrast, this tester may not have fully understood the functional requirement and consequently authored inaccurate test cases or failed to include an important test case in the test suite, then I would consider this to be a bad test. 

  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