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


Please Help Members By Posting Answers For Below Questions

What are the main risk factors which may be encountered in the development of software?

1011


Explain the main differences between software review and software inspection or walkthrough

1082


Can anyone send me e commerce website test cases please its urgent

3250


Why should an organisation be concerned about software risk factors and software quality?

994


How does development of software differ from that of hardware from a quality viewpoint?

1125


Give a suitable definition of software quality and briefly describe the rationale for your definition.

1057


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.

1082