GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Testing  >  Whitebox Testing
Go To First  |  Previous Question  |  
 Whitebox Testing  |  Question 44 of 44    Print  
How to calculate Branch and statement coverage for these?
Switch PC on
Start “outlook”
IF outlook appears THEN
Send an email
Close outlook

a) 1 test for statement coverage, 1 for branch coverage
b) 1 test for statement coverage, 2 for branch coverage
c) 1 test for statement coverage. 3 for branch coverage
d) 2 tests for statement coverage, 2 for branch coverage
e) 2 tests for statement coverage, 3 for branch coverage

IF A > B THEN
C = A – B
ELSE
C = A + B
ENDIF
Read D
IF C = D Then
Print “Error”
ENDIF

a) 1 test for statement coverage, 3 for branch coverage
b) 2 tests for statement coverage, 2 for branch coverage
c) 2 tests for statement coverage. 3 for branch coverage
d) 3 tests for statement coverage, 3 for branch coverage
e) 3 tests for statement coverage, 2 for branch coverage




  
Total Answers and Comments: 3 Last Update: October 15, 2008     Asked by: hereforquestions 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 10, 2008 01:55:48   #1  
gary.garg Member Since: October 2008   Contribution: 1    

RE: How to calculate Branch and statement coverage for these?

Branch Coverage : 3 Statement Coverage : 2


 
Is this answer useful? Yes | No
October 14, 2008 11:03:53   #2  
manjili Member Since: October 2008   Contribution: 1    

How to calculate Branch and statement coverage for these?
IF A > B THEN
C = A – B
ELSE
C = A + B
ENDIF
Read D
IF C = D Then
Print “Error”
ENDIF

a) 1 test for statement coverage, 3 for branch coverage
b) 2 tests for statement coverage, 2 for branch coverage
c) 2 tests for statement coverage. 3 for branch coverage
d) 3 tests for statement coverage, 3 for branch coverage
e) 3 tests for statement coverage, 2 for branch coverage


 
Is this answer useful? Yes | No
October 15, 2008 01:45:07   #3  
Ashwini Upadhye Member Since: October 2008   Contribution: 1    

RE: How to calculate Branch and statement coverage for these?

For the 1st ex-

1 Statement Coverage, 1 for Branch Coverage

For the 2nd-

2 Statement Coverage, 3for Branch Coverage

is this correct?


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape