adspace
How would you finalize on testcases in estimation? Say you have 200 requirements. How would you come up how many testcases you are going to write for each requirements?
Answer Posted / Richa Bhatnagar
To determine the number of test cases, I would consider various factors such as the complexity of the requirement, its impact on other functionalities, and any known risks. A common approach is to write at least one positive test case (verifies correct behavior) and one negative test case (verifies incorrect behavior) for each requirement. For 200 requirements, this would result in a minimum of 400 test cases.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the main risk factors which may be encountered in the development of software?
Explain the main differences between software review and software inspection or walkthrough
Can anyone send me e commerce website test cases please its urgent
Why should an organisation be concerned about software risk factors and software quality?
How does development of software differ from that of hardware from a quality viewpoint?
Give a suitable definition of software quality and briefly describe the rationale for your definition.
Lines of code (LOC) and function point counts (FPC) are two measures of the size of a system. Explain the advantages and disadvantages of using these two metrics for measuring systems.