Find statement coverage and branch coverage:
1) Read P
Read Q
if P+Q>100
then print "Plarge"
endif
2. Disc=0
order_qty=0
Read order_qty
if order_qty>=20
Disc=0.05
if order_qty>=100 then
Disc=0.1
endif
endif
Answers were Sorted based on User's Feedback
Answer / kshama
Hi Nitin,
can you please elaborate ur answer.I am not getting it as
because i don't know how to find statement coverage and
condition coverage. and kindly explain me what all
conditions needs to be keep in mind while find statement
coverage and condition coverage.
Thanks & Regards,
Kshama
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / nitin
for 1) - For stmnt. coverage we would require only 2 test
case to execute all the stmnts. in section 1.
for 2) For branch coverage we would require 3 test cases.
B'coz for every if condition we need to execute true and
false. So, false condition can be executed in a one go for
both IF condition and 2 test case would be required to
execute true for both IF condition.
| Is This Answer Correct ? | 3 Yes | 6 No |
Explain All-pairs testing?
What are the different test levels
6 Answers IBM, Riphah International University,
What's the difference between System testing and Performance testing?
On what basis is the Acceptance plan prepared?
explain statement coverage?
Who will prepare test plan and test case? Explain in detail? Advance thanks for your answer?
When we enter valid user ID and passwords and unable to login then what do we test more
What is the difference between coupling and cohesion?
Explain the various steps to conduct Requirements Elicitation process
6. what is the purpose of using automation tool qtp? and why we are using framework.
Which is the best institute for testing tools in hyderabad ? mindq or akhilreddy or qa planet?
What is the Difference between Network testing and Web Testing?