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

Answer Posted / toshimathur

B

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In a log in page what will be test procedure, test scenario, test description & test steps?

674


write a test case for yahoo compose page?

2271


hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ

1809


Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com

3315


what is black box system in software development in system analysis and design?

1653






What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?

2474


Write test cases to test a browser app

1247


consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.

1777


What are the test cases for mouse?

843


They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.

1506


Explain the static testing?

688


What are the Test Cases Comes under Regression Suite?

497


Write a test case of login window?

704


1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks

2192


Positive and Negative test cases for the speedometer?(minimum 5 each)

2364