ISTQB CTFL_Syll2018 ISTQB Certified Tester Foundation Level (Syllabus 2018) Online Training
ISTQB CTFL_Syll2018 Online Training
The questions for CTFL_Syll2018 were last updated at Nov 20,2024.
- Exam Code: CTFL_Syll2018
- Exam Name: ISTQB Certified Tester Foundation Level (Syllabus 2018)
- Certification Provider: ISTQB
- Latest update: Nov 20,2024
Which of the following are valid test objectives?
(i) Finding defects.
(ii) Gaining confidence about the level of quality and providing information.
(iii) Preventing defects.
(iv) Debugging the code.
- A . i, ii and iii
- B . i, ii and iv
- C . ii and iii
- D . i and iv
What can testing demonstrate?
- A . Testing can demonstrate that there are no defects
- B . Testing can demonstrate that there are defects
- C . Testing can demonstrate that the software is correct
- D . Testing can demonstrate that there are no hidden defects in the software
Equivalence Partitioning is best defined as:
- A . An analysis technique that divides inputs into groups that are expected to exhibit similar behaviors.
- B . Applying to time-related data classes only.
- C . A form of white-box testing.
- D . A method to reduce test coverage.
Dynamic Analysis Tools are used to:
- A . Determine differences between files or databases.
- B . Monitor and report on how a system behaves under a variety of conditions.
- C . Find defects, such as memory leaks, while software is executing.
- D . Measure the percentage of specific types of code structure that have been exercised.
What other details should be included in the following incident report when it is first submitted?
Date of Issue: 23/11/05
Severity: P1
Build: Version15.6
Details: Expected field to be limited to 15 chars, able to enter 27
- A . Suggested solution, priority and number of defects assigned to this developer.
- B . Status of the incident, degree of impact, Test Case Number.
- C . History, related defects and expected fix time.
- D . Line of code, number of defects found, time of day.
Which of the following are ‘Exit Criteria?’
- A . Acceptance criteria, completion criteria, pass/fail criteria.
- B . Coverage of code, schedule, estimates of defect density.
- C . The last executable statement within a component.
- D . Cost overruns.
What is decision table testing?
- A . It’s a testing design technique based in the internal software structure.
- B . It’s a static test design technique.
- C . It’s a testing design technique to verify decisions.
- D . It’s a testing design technique based in the system requirements.
Which of the following, select the best description of the fundamental test process:
- A . Planning and control, analysis, design, implementation, execution, evaluation of exit criteria and reporting, test closure.
- B . Executing tests, identifying and recording defects and preparing recommendation and closure reports.
- C . Controls, preparation of test cases, execution of test cases, execution of regression packs, communicating with developers, writing recommendations for release.
- D . Static testing, dynamic testing, defect reporting, reporting and closure.
Which of the following processes ensures that all items of testware are identified, version controlled, tracked for changes, so that traceability can be maintained throughout the test process?
- A . Software traceability process
- B . Incidence management process
- C . Testing design process
- D . Configuration management process
What is the value of static code analysis?
- A . Detection of failures not easily found by other types of testing
- B . Early defect detection
- C . Detection of suspicious operations caused by deviations from regulations
- D . Detect deviations in standards by executing the source code