Manager responsibilities in formal review includes ad except one of the following:
For the following pseudo-code determine number of tests required for 100% statement coverage
IF Gender = Boy
If Age > 3 AND Age < 5
Shoe Size = 1
ELSE IF Age >=5 AND Age < 7
Shoe Size = 2
ENDIF
ELSE
IF Age > 3 AND Age < 5
Shoe Size = 0
ELSE IF Age >=5 AND Age < 7
Shoe Size = 1
ENDIF
ENDIF
In a museum there are staggered entrance fees:
Free admission: children under 14 years
Reduced admission: young people aged 14 and under 18, retiree, students and welfare recipients
Regular price: all other persons
Which of the following four options describes the minimum set of test data that reaches 100% coverage of all valid equivalence classes for the admission fees?
The following sentences refer to the 'Standard for Software Test Documentation' specification (IEEE 829).
Which sentence is correct?
Which of the following statements refers to a good testing practice that applies to all software development lifecycles?
A Static analysis tool analyzes a given program's CONTROL FLOW among other things. Which of the following options represents the most likely outcome of the control flow analysis:
The following decision table is used to assist a doctor in determining the drug therapy to prescribe for a patient (aged 6 to 65 years) diagnosed with acute sinusitis. The table consists of three Boolean conditions and six actions
Based only on the given information, which of the following statements is TRUE?
Which of the following types of tools is BEST suited for determining source code compliance with the guidelines provided by a coding standard?