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 19,2024.
- Exam Code: CTFL_Syll2018
- Exam Name: ISTQB Certified Tester Foundation Level (Syllabus 2018)
- Certification Provider: ISTQB
- Latest update: Nov 19,2024
The following program part is given:
IF (condition A)
then DO B
END IF
How many test cases are necessary in order to achieve 100% statement coverage?
- A . 1
- B . 2
- C . 4
- D . a very high number
Which of the following tool types is the most useful one for a test manager?
- A . Modeling tool
- B . Static analysis tool
- C . Coverage measurement tool
- D . Defect tracking tool
The following diagram lists various types of operating systems, databases and application servers supported by the application under test.
For complete coverage of all combinations, how many combinations of the above are to be tested?
- A . 11
- B . 5
- C . 45
- D . 3
Which of the following is NOT a factor on which test estimation is dependent upon?
- A . Defect debugging and resolution
- B . The outcome of testing of previous test cycle
- C . Characteristics of the development process
- D . Characteristics of the product
Which of the following is a task of the Test Analysis and Design activity of the test process?
- A . Measuring the percentage of prepared test cases with what was actually prepared
- B . Identifying necessary test data to support the test conditions and test cases
- C . Verifying that the test environment has been set up correctly
- D . Checking test logs against the exit criteria specified in test planning
Given the following requirement:
Which of the following statements is NOT correct?
- A . 7 and 13 are boundary values for the equivalence partition including age 10.
- B . Thursday is a valid input boundary value
- C . A minimum of 6 valid test cases are derived from boundary value analysis based on input age
- D . $3.01 is a valid output boundary value
Which of the following defect types are LEAST likely to be discovered when using static analysis tools?
- A . Variables that are never used
- B . Coding standard violations
- C . Memory leaks
- D . Uncalled functions and procedures
Out of the following, what is not needed to specify in defect report?
- A . How to fix the defect
- B . Severity and priority
- C . Test environment details
- D . How to reproduce the defect
Which ONE of the following statements does NOT describe how testing contributes to higher quality?
- A . Performing a review of the requirement specifications before implementing the system can enhance quality
- B . The testing of software demonstrates the absence of defects
- C . Properly designed tests that pass reduce the level of risk in a system
- D . Software testing identifies defects, which can be used to improve development activities.
Testing should provide sufficient information to stakeholders to make informed decisions about the release of the software or system being tested.
At which of the following fundamental test process activity the sufficiency of the testing and the resulting information are assessed?
- A . Implementation and execution
- B . Requirements specification
- C . Evaluating exit criteria and reporting.
- D . Analysis and design