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 |
How should write test case (i.e. in proper format or simply step by step) in an interview test paper?
how many checkpoint u have to used
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
how to write test case for Add, Delete,Update,search and Edit button. Please its urgent.Could anybody help me as soon as possible
Explain the syntax testing?
How to write simple test cases?
Please can anybody tell me some good ideas to write test case for fan and test case for chair?
How to write test case for this scenario. The system shall allow the user to request a search for a case using the following mandatory parameters: Last Name First Name Case creation date range
In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
Suppose that you're running tests on windows calculator and find that 1+1=3, 2+2=4, 3+3=7, 4+4=8, 5+5=11, 6+6=12. write a bug title and bug description that effectively describes this problem.