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 |
Suppose an Application has been maintain from 4 years, we have written 5000 test cases for that. Now the functional flow has been changed for a Page. If I want to write test cases for that newly built page. How can I find what was there in that page 4 years back? How can we traced out? What is the best way to find test cases other than tracability?
How to write test scenarios for a Web application, with an example?
Do we have to write the seperate test cases for System testing and UAT testing? And also what are the roles and reponsibilities of a tester/how to interact when End users are performing the UAT Testing.
when we should start writing test cases?
10 Answers Thatavarti Technologies,
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
hi there... can any1 tel me hw to prepare a traceability matrix by taking a practical scenario..i know the theory part bt dont kno how to implent dat..
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?
Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if A. Statement coverage is 4 B. Statement coverage is 1 C. Statement coverage is 3 D. Statement Coverage is 2
testcases for the additon of 2 numbers write negative and postive cases
8 Answers CoStrategix, Societe Generale,
Write all test cases for Bus Pass Renewal
What are the processes / steps invovled in Defect Prevention meeting?
How to write the test cases for STP