Is there any formula to find the number of test cases needed
Answers were Sorted based on User's Feedback
Answer / hareshvaity
cyclometric complexity is used to calculate the path
coverage, which is one of the white box testing method.
There is no such formula to calculate the no. of test cases
required. It will depend on the Functionality to be tested
and the testing method.
e.g while using black box testing, boundry value analysis,
equivalence partitioning can be used to write test cases. In
white box testing, statement/decision/condition/path
coverage can be used.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / amit verma
I think we cant find in advance the Test cases.
But by using Traceability Matrix we can cover all
requirement in TC'S.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nehs
yes there is,
its by finding cyclometric complexity:
NO. of edges-No. of nodes +2
| Is This Answer Correct ? | 4 Yes | 6 No |
can any one give the format of writing test cases in excel sheet.
What is the correct answer of basic types of test cases ?
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
in test case we would write log and login ?what is the dif bet both of them
what is not present in the test case? 1>requirment ID 2>test case ID 3>bug ID 4>objective
to write test cases for fuel guage?
test cases for bus transport (TNSTC)
How to write test cases ?
Explain the static testing?
Can any body explain How to Install the QC9.0 on XP OS
Explain the soak testing?
Do you know mutation testing?