BCS ISTQB Certified Tester Foundation Level 2018 - CTFL18 Exam Practice Test

Which of the following statements BEST describes the difference between testing and debugging?
Correct Answer: A Vote an answer
In foundation level syllabus you will find the main basic principles of testing. Which of the following sentences describes one of these basic principles?
Correct Answer: A Vote an answer
Which of the following statements regarding incidents is NOT true?
Correct Answer: B Vote an answer
One Key reason why developers have difficulty testing their own work is:
Correct Answer: B Vote an answer
Which of the following is a key characteristic of informal reviews?
Correct Answer: B Vote an answer
Which of the following statements about Use Case Testing is FALSE?
Correct Answer: A Vote an answer
Which of the following is NOT a major responsibility of a tester?
Correct Answer: C Vote an answer
A web application for calculation of mortgage loan has 3 input fields:
1. Civil status: Married / Not married
2. Equity: 0 - 100,000 EUR, 100,001 - 500,000 EUR, more than 500,000 EUR
3. Requested amount of the loan: 0 - 100,000 EUR, 100,001 - 500,000 EUR, 500,001 - 800,000 EUR In addition, 2 different loan types can be chosen.
The application has to be tested for 2 web browsers.
How many test cases are necessary to cover all possible combinations in equivalence class testing?
Correct Answer: D Vote an answer
Which of the following is a valid drawback of independent testing?
Correct Answer: B Vote an answer
Which of the following statements regarding inspection is NOT true?
Correct Answer: B Vote an answer
Which of the following pairs of test tools are likely to be most useful during the test analysis and design stage of the fundamental test process?
(i) Test execution tool
(ii) Test data preparation tool
(iii) Test management tool
(iv) Requirements management tool
Correct Answer: C Vote an answer
The following condition is given:
Integer x, y;
IF x > 0 AND x < 100
y=y+x;
END-IF
Using boundary analysis for x, which test cases are required?
Correct Answer: C Vote an answer