ISTQB® CTFL-2018 Exam Practice Questions (P. 4)
- Full Access (93 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16
Which defect below is MOST likely to be found by a review during static testing?
- AIncorrect interface specifications.
- BOld versions of software in use.
- CPerformance bottlenecks.
- DBroken links to web addresses.
Correct Answer:
A
A
send
light_mode
delete
Question #17
Which of the following is a typical characteristic of the WALKTHROUGH review type?
- AThe meeting is led by the author.
- BMetrics are gathered throughout.
- CAttendees must prepare before the meeting.
- DEntry and exit criteria are defined.
Correct Answer:
A
A
send
light_mode
delete
Question #18
You are performing a review of your colleague's test cases based on the following test basis document:

The Test Cases are as follows:
TC1. Success `" valid 'User Name' and 'Password'; Customer Menu displayed
TC2. Failure `" 'User Name' field has blank entry; Error Number 12 displayed
TC3. Failure `" 'User Id' entered does not exist on database (i.e. unregistered user); Error Number 23 displayed
TC4. Failure `" 'Password' entered does not match user's password on database; Error Number 24 displayed
You are guided by the following checklist in your review:
C1. There must be one test case to cover success
C2. There must be one test case for each error path (e.g. validation failure)
C3. Each test case must use terminology consistent with the test basis document (field names, error numbering, etc.)
Record a separate defect for each missing test case (checklist items C1 and C2) and for each test case that does not meet checklist item C3.
How many defects should you record?

The Test Cases are as follows:
TC1. Success `" valid 'User Name' and 'Password'; Customer Menu displayed
TC2. Failure `" 'User Name' field has blank entry; Error Number 12 displayed
TC3. Failure `" 'User Id' entered does not exist on database (i.e. unregistered user); Error Number 23 displayed
TC4. Failure `" 'Password' entered does not match user's password on database; Error Number 24 displayed
You are guided by the following checklist in your review:
C1. There must be one test case to cover success
C2. There must be one test case for each error path (e.g. validation failure)
C3. Each test case must use terminology consistent with the test basis document (field names, error numbering, etc.)
Record a separate defect for each missing test case (checklist items C1 and C2) and for each test case that does not meet checklist item C3.
How many defects should you record?
send
light_mode
delete
Question #19
Which of the following BEST describes checklist-based testing?
- AAn approach to testing whereby the testers dynamically design and execute tests based on their knowledge, exploration of the test item and the results of previous tests.
- BAn experience-based test technique whereby the experienced tester uses a high-level list of items to be noted, checked or remembered, or a set of rules or criteria against which a product has to be verified.Most Voted
- CA procedure to derive and/or select test cases based on an analysis of the specification, either functional or non-functional, of a component or system without reference to its internal structure.
- DA test design technique which ensures that test cases are checked for consistency and completeness against an organisation's list of formatting rules and best practices.
Correct Answer:
B
B
send
light_mode
delete
Question #20
Which of the following is a key difference between black box and white box test design techniques?
- ABlack box techniques use software code to derive test cases, white box techniques do not.
- BWhite box techniques use functional design specifications to derive test cases, black box techniques do not.
- CWhite box techniques can measure the extent of code coverage, black box techniques can not.
- DWhite box techniques derive test cases from models of the software, black box techniques do not.
Correct Answer:
C
C
send
light_mode
delete
All Pages