Online Access Free CTFL18 Practice Test

Exam Code:CTFL18
Exam Name:ISTQB Certified Tester Foundation Level 2018
Certification Provider:BCS
Free Question Number:582
Posted:Sep 07, 2025
Rating
100%

Question 1

Consider the following statements about early test design:
i. Early test design can prevent fault multiplication
ii. Faults found during early test design are more expensive to fix
iii. Early test design can find faults
iv. Early test design can cause changes to the requirements
v. Early test design takes more effort

Question 2

A bank is developing a new service that will be delivered via the web. The user interactions are defined as a set of use cases and the service is designed to be available continuously 24/7. In view of the challenging characteristics of the service the test manager has decided that the code should be thoroughly tested at component level.
Which of the following test types will be required during the development?

Question 3

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?

Question 4

Which of the following is a key difference between black box and white box test design techniques?

Question 5

Statement Coverage will not check for the following:

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.