ISTQB CTFL4 Practice Test - Questions Answers, Page 13

List of questions
Question 121

While repotting a defect, which attribute indicates the degree of impact that the defect has on the system?
Question 122

Which of the following would be LEAST appropriate as part of an incident report covering the observation of a failure during testing?
Question 123

Which or the following would be a key difference between a peer review of code and static analysis of code using a tool?
Question 124

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
Question 125

The following open incident report provided:
Date: 01.01.01
Description: When pressing the stop button the application status remain in 'Attention' instead of 'Ready'.
Severity: High
Life Cycle: Integration
Which of the following details are missing in the giving incident report?
I . Identification or configuration of the application
II . The name of the developer
III . Recommendation of the developer
IV The actions and/or conditions that came before the pressing of the button
Question 126

Which ONE of the following statements about state transition testing is correct?
Question 127

The ISTOB glossary defines Quality Assurance as: 'Pail or quality management focused on providing confidence that quality requirements will be fulfilled. Which of the following Is not one of the Quality Assurance activity?
Question 128

Which of the following statements about testing in the context of an agile (iterative-incremental) development model is correct?
Question 129

Which of the following is the main benefit of a configuration management of testware?
Question 130

Which of the following definitions is NOT true?
Question