ISTQB-CTFL Exam Questions
133 real ISTQB-CTFL exam questions with expert-verified answers and explanations. Page 3 of 3.
- Question #101
Which of the following statements is an example of testing contributing to higher quality?
- Question #102
A software company decides to invest in reviews of various types. The thought process they have is that each artifact needs to be reviewed using only one of the review methods depe...
- Question #103
What type of testing measures its effectiveness by tracking which lines of code were executed by the tests?
- Question #105
Which of the following statements about estimation of the test effort is WRONG?
- Question #106
You are testing a room upgrade system for a hotel. The system accepts three differed types of room (increasing order of luxury): Platinum. Silver and Gold Luxury. ONLY a Preferred...
- Question #107
The four test levels used in ISTQB syllabus are: 1. Component (unit) testing 2. Integration testing 3. System testing 4. Acceptance testing An organization wants to do away with in...
- Question #108
During component testing of a program if 100% decision coverage is achieved, which of the following coverage criteria is also guaranteed to be 100%?
- Question #109
Mark the correct sentences:
- Question #110
Can "cost" be regarded as Exit criteria?
- Question #111
Which of the following sentences describe a product risk?
- Question #112
Which of the following activities is NOT a pan of the fundamental testing process?
- Question #113
Your manager asked you when testing will be complete. In order to answer this question, you'll most likely use:
- Question #114
You are testing the download process of a mobile phone application. For which to the following capabilities to the system you need to design a nonfunctional test?
- Question #115
Which of the following statements about static analysis are FALSE? I, Static analysis can be used Instead of dynamic testing. II, Stalk: analysis can uncover defects like security...
- Question #116
Which of the following is a typical product risk?
- Question #117
Which of the following exemplifies how a software bug can cause harm to a company?
- Question #118
Which or the following is a valid collection of equivalence classes for the following problem: An integer field shall contain values from and including 1 to and including 15.
- Question #119
Why is it important to select a test technique?
- Question #120
Which of the following activities does NOT belong to a typical technical review?
- Question #121
Which of the following activities are part of test planning?
- Question #122
Consider the following code: int premium=2500; if (age<30) { premium = premium +1500: } Which options suits for a correct combination of Boundary value and expected result. Assume...
- Question #123
When should component integration tests be carried out?
- Question #124
"Statement Testing" is part of;
- Question #125
While repotting a defect, which attribute indicates the degree of impact that the defect has on the system?
- Question #126
Which of the following would be LEAST appropriate as part of an incident report covering the observation of a failure during testing?
- Question #127
Which or the following would be a key difference between a peer review of code and static analysis of code using a tool?
- Question #128
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 S...
- Question #129
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: Hi...
- Question #130
Which ONE of the following statements about state transition testing is correct?
- Question #131
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...
- Question #132
Which of the following statements about testing in the context of an agile (iterative-incremental) development model is correct?
- Question #133
Which of the following is the main benefit of a configuration management of testware?
- Question #134
Which of the following definitions is NOT true?