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 |
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
What is BRANCH COVERAGE Testing
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
Positive and Negative test cases for the speedometer?(minimum 5 each)
tell testcase where it is taken and tell the title of the testcase? pls any answer the question?
What is the domain testing?
If I have written test cases for any application:there are 70-80 test cases and steps for writing test cases are common in some TCases.then May I have to write the repeated steps or May I write Repeat the steps of TC id so and so
Write a test case scenario for Web-based address book?
write the test cases for facility module
write test case for pen cap if it is not present?
test case for open doalog box. thanks a lot!
Explain the component testing?