Minimum and Maximum Test Cases

What is the Minimum number of test cases required to prove that an application does not do its work and the maximum number of test cases required to prove that an application does its work?

Questions by lingarajbehara

Showing Answers 1 - 6 of 6 Answers

simmisnh

  • Feb 25th, 2009
 

The maximum factor what we tested for multiplied by the maximum factor -1 the resultant no. should be the maximum no. of test cases we should consider for an application.

  Was this answer useful?  Yes

ashishks

  • Sep 9th, 2009
 

Cyclomatic complexity gives the minimum number of test cases that are necessary to check that application does it work as specified.

Decision table gives maximum number of test cases that are necessary to check that application works as specified.

  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