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 |
Write the 3 TestCases to prove tht it is a softdrinkbottle or not.
What is DOMAIN TESTING
what would be the negative test case for serach that break the search .
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually
In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
Write test cases to test a browser app
how many checkpoint u have to used
For how many days (or) weeks you will test a product or software?
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
explain end to end scenario's for online Money transfer in Banking Domain?