ISTQB CTFL Foundation ISTQB Certified Tester Foundation Level Online Training
ISTQB CTFL Foundation Online Training
The questions for CTFL Foundation were last updated at Nov 23,2024.
- Exam Code: CTFL Foundation
- Exam Name: ISTQB Certified Tester Foundation Level
- Certification Provider: ISTQB
- Latest update: Nov 23,2024
A deviation from the specified or expected behavior that is visible to end-users is called:
- A . an error
- B . a fault
- C . a failure
- D . a defect
A system is designed to accept values of examination marks as follows:
Fail: 0C39 inclusive
Pass: 40C59 inclusive
Merit: 60C79 inclusive
Distinction: 80C100 inclusive
In which of the following sets of values are all values in different equivalence partitions?
- A . 25, 40, 60, 75
- B . 0, 45, 79, 87
- C . 35, 40, 59, 69
- D . 25, 39, 60, 81
Which one of the following roles is typically used in a review?
- A . Champion.
- B . Author.
- C . Project sponsor.
- D . Custodian.
What can a risk-based approach to testing provide?
- A . The types of test techniques to be employed.
- B . The total tests needed to provide 100 per cent coverage.
- C . An estimation of the total cost of testing.
- D . Only that test execution is effective at reducing risk.
Which of the following defines the expected result of a test?
- A . Test case
- B . Test procedure
- C . Test execution schedule
- D . Test condition
A software component has the code shown below:
Program BiggestA,
Biggest: Integer
Begin
Read A
Biggest = 10
While A > 0
Do
If A > Biggest
Then Biggest = A
Endif
Read A
Enddo
End
The component has exit criteria for component testing that include 100% statement coverage .
Which of the following test cases will satisfy this criterion?
- A . 0
- B . 10, 0
- C . 10, 5, 0
- D . 10, 11, 0
Which of the following is most likely to cause failure in the implementation of a test tool?
- A . Underestimating the demand for a tool.
- B . The purchase price of the tool.
- C . No agreed requirements for the tool.
- D . The cost of resources to implement and maintain the tool.
Important consequences of the impossibility of complete testing are:
- A . We can never be certain that the program is bug free.
- B . We have no definite stopping point for testing, which makes it easier for some managers to argue for very little testing.
- C . We have no easy answer for what testing tasks should always be required, because every task takes time that could be spent on other high importance tasks.
- D . All of the above
Which of the following has the typical formal review activities in the correct sequence?
- A . Kick-off, review meeting, planning, follow-up.
- B . Kick-off, planning, review meeting, re-work.
- C . Planning, kick-off, individual preparation, review meeting.
- D . Planning, individual preparation, follow-up, re-work.
What if the project isn’t big enough to justify extensive testing..?
- A . Use risk based analysis to find out which areas need to be tested
- B . Use automation tool for testing
- C . Both a and b
- D . None of the above