Given the following code, which is true about the minimum
number of test cases required for full statement and branch
coverage:
Read P
Read Q
IF P+Q > 100 THEN
Print “Large”
ENDIF
If P > 50 THEN
Print “P Large”
ENDIF
how to find statement and branch coverage? Explain in brief?
No Answer is Posted For this Question
Be the First to Post Answer
What all comes under test case review?
How to write test cases for lift?
What are semi-random test cases?
Sample test cases for data conversion(Utility billing system)
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
What are the test scenario's for pen like high priority high seviority?
4 Answers NetWeb, Zycus Infotech,
write the test cases for date month and year field by using testing techniques
19 Answers Aryavrat Infotech, Blue Star,
Why is it that the boundary value analysis provides good test cases?
Who will decide what the test cases you have written are correct?
4 Answers Mind Q Systems, Satyam,
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
Anyone can please inform me about how to write test cases for any mathematical calculations. Say for example, we have a formula in a given scenario for calculating the interest. The given formula for interest is: (principle * 5)/(12 * 100) In this case, the principle amount may vary. Would like to know how many test cases can be written for this scenario and how can we decide over this. I will be very thankful for the answer....
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?