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 |
What is the logic testing?
HOW TO WRITE TESTCASES ON PENDRIVE
Below is a user story where Dave, a dispatcher, wants to use a console system to talk to Fred, a person in the field. Create a list of test cases to verify these requirements have been properly met. User Story 3004 - Dave wishes to call Fred using a phone. Dave needs the ability to dial digits for an outbound call to Fred. The dial pad will have a display area for the digits being dialed. The dial pad will have the following functionality: Recall Dial Tone, Recall Last Number, Backspace Current Digit, and Phonebook (Contacts) Access. The dial pad must be touchable and the “Dial” button will be used to initiate the call. A prototype version of the dial pad is attached below. The dial pad will have the following configurable properties: Display Color, Display Font, Foreground Color, Location and Size.
Explain the acceptance testing?
how to write test cases for online restaurant table booking system?
how to write test cases for "Browse" button.
Scenarios to test wireless Speaker via bluetooth
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
What is the difference between test scenarios, test cases, and test script?
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
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
How can we write integration and regresion test cases based on scenario ?