ISTQB CTFL-2018 Practice Test - Questions Answers, Page 21
List of questions
Question 201

Software was found to take much more time than the stated requirement of less than one second to save a file. Upon investigation it was found that there was an unnecessary check inside a loop which was slowing down the file-save operation. The software not being able to meet the desired response time is an example of
Question 202

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

Which set of test data (representing ages of human beings in years) given below shows equivalence partitioning to verify if a customer is in its thirties (A person whose age is between thirty and thirty-nine years, inclusive) or not?
Question 204

You have to specify test cases based on equivalence partitioning and boundary value analysis for an internet shop selling baby shoes The shop provides a selection of shoes based on the following input parameters:
- There are 4 different sizes, depending on the age of the baby. The system selects the appropriate size based on the following criteria:
Which of the following statements is true?
Question 205

Which of the following is NOT a characteristic of good testing, independent of the development life cycle model?
Question 206

A QA manager of a start-up company needs to implement within a week a low cost incident management tool Which of the following is the best option?
Question 207

Which of the following statements is NOT correct?
Question 208

Which of the following are the phases of the ISTQB fundamental test process?
Question 209

What is basic idea of structure-based testing techniques?
Question 210

Consider the following excerpt from a defect report:
To recreate the failure we used test file TST_01_TC_16.dat which is available in the common shared folder''.
Which incident report objective does this excerpt satisfy?
Question