ISTQB CTFL-2018 Practice Test - Questions Answers, Page 19
List of questions
Question 181

Load testing tool checks for:
Load testing tool checks for time response and resource utilization of a system under a specific load condition or scenario. Load testing tool can simulate multiple users accessing or performing operations on a system concurrently and measure how long it takes for the system to respond and how much CPU, memory, disk or network resources are consumed by the system.
Question 182

Which of the following can be a common objective of testing?
Question 183

A calculator software is used to calculate the result for 5+6.
The user noticed that the result given is 6.
This is an example of:
Question 184

Which of the following is by definition a reactive test approach?
Question 185

Consider the following pseudo-code
How many minimum test cases are required to cover 100% Statement coverage and Decision coverage?
Question 186

Which of the following statements is true?
Question 187

Which of the following lists contains only black-box test techniques?
Question 188

Which of the following is an example of Static testing?
Question 189

Which of the following test execution outcomes are likely to increase the overall quality of the software:
I) A test case passes
II,) A test case fails, defect gets logged which subsequently gets fixed
II,I) Some tests are deferred because test environment is not available
IV) A bug is found but there is no corresponding test case
Question 190

Which of the following approaches is/are used in Integration tests?
Question