ISTQB Certified Tester Foundation Level (CTFL v4.0) - ISTQB-CTFL Exam Practice Test

Which are the MAIN goals of risk management in a software project?
Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Which of the following statements is NOT true about Configuration management and software testing?
Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Calculate the measurement error SD for the following estimates done using three point estimation technique- Most optimistic effort (a) -120 person days Most likely effort (m) -180 person days Most pessimistic effort (b)
- 240 person days
Correct Answer: D
Which ONE of the following options BEST describes black-box test techniques?
Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
For a given set of test-cases, which of the following is a benefit of running these tests with a test automation tool?
Correct Answer: B
Which activity is NOT documented in a test plan?
Correct Answer: C
An alphanumeric password must be between 4 and 7 characters long and must contain at least one numeric character, one capital (uppercase) letter and one lowercase letter of the alphabet.
Which one of the following sets of test cases represents the correct outcome of a two-value boundary value analysis applied to the password length? (Note: test cases are separated by a semicolon)
Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
The following state diagram is given as basis for state transition testing and contains only valid transitions:

Explanation of the state diagram: States are depicted as nodes. The initial state is I, the final state is F. A state transition is depicted as a directed arrow with the initiating event as a label, e. g. from I to S1 with event a, and is also written as a triple (I,a,S1). Note: A test case is a sequence of events that initiates the corresponding sequence of state transitions.
The state diagram contains the following 7 state transitions:
(I, a, S1)
(S1, a, S2), (S1, b, S3), (S1, c, F)
(S2, a, S3)
(S3, a, S2), (S3, b, F)
What is the minimum number of test cases to achieve 100% coverage of all valid state transitions in the diagram?
Correct Answer: B
Consider the following list of possible benefits of retrospectives (A to D):
Correct Answer: H
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Which of the following BEST explains a drawback of independent testing?
Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Which of the following statements about Experience Based Techniques (EBT) is correct?
Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Which statement is true regarding confirmation testing and regression testing?
Correct Answer: A
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Which of the following statements about testing in the context of an agile (iterative-incremental) development model is correct?
Correct Answer: B
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Which ONE of the following options MOST ACCURATELY describes branch testing?
Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Which of the following statements about reviews are TRUE?
I. In walkthroughs the review meeting is typically led by the author.
II Inspection is characterized by an open-ended review meeting
III Preparation before the review meeting is part of informal reviews
IV Management rarely participates in technical review meetings
Correct Answer: B
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).