CTFL_Syll2018 iSQI ISTQB Certified Tester Foundation Level (Syllabus 2018) Free Practice Exam Questions (2025 Updated)
Prepare effectively for your iSQI CTFL_Syll2018 ISTQB Certified Tester Foundation Level (Syllabus 2018) certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.
Which of the following BEST defines static techniques? [K1]
What is the value of static code analysis?
A client-server system for a web development must support a minimum of 200 enquiries per hour. In peak times, it must be available 24 hours x 7 days due to the critical nature of the application, and must have a response time lower than 20 seconds during peak loads.
Which of the following set of test types would be most appropriate to verify the non-functional requirements expressed in this statement?
Consider the following pseudo code:
1. Begin
2. Input X, Y
3. If X > Y
4. __Print (X, ‘is greater than’, Y)
5. Else
6. __Print (Y, is greater than or equal to’, X)
7. EndIf
8. End
What is the minimum number of test cases required to guarantee both 100% statement coverage and 100% decision coverage?
Which of the following, select the best description of the fundamental test process:
Which statement BEST describes when test planning should be performed? [K1]
What type of test design technique is the most effective in testing screen-dialog flows?
What is decision table testing?
Testers are often seen as the bearer of unwanted news regarding defects. What are effective ways to improve the communication and relationship between testers and others?
a)Communicate factual information in a constructive way.
b)Try to understand how the other person feels and why they react the way they do.
c)Always outsource testing activities.
d)Never record information that could be used to apportion blame to an individual or team.
A data driven approach to test automation design is best described as:
Functional and structural tests are alternative test types that may be used separately or together at which test level? [K1]
The four test levels defined for a common V-model testing approach are:
Which of the following are 'Exit Criteria?'
Which of the following correctly states a limitation in the use of static analysis tools? [K1]
Which of the following is a white box testing design characteristic?
Which of the test cases below will exercise both outcomes from decision 2? [K3]
Refer to the exhibit
The Cambrian Pullman Express has special ticketing requirements represented by the partial decision table below.
Refer to the exhibit
Carol has a student railcard and is travelling on a Flexible Standard Class ticket. James has a senior railcard and is travelling on a super saver ticket. Which of the options represents the correct actions for these two test cases? [K3]
Component testing may include:
A system calculates the amount of customs duty to be paid:
_ No duty is paid on goods value up to, and including, $2,000.
_ The next $8,000 is taxed at 10%.
_ The next $20,000 after that is taxed at 12%.
_ Any further amount after that is taxed at 17%.
To the nearest $, which of these groups of numbers fall into three DIFFERENT equivalence classes?
Which TWO of the following test tools would be classified as test execution tools? [K2]
a. Test data preparation tools
b. Test harness
c. Review tools
d. Test comparators
e. Configuration management tools