ISTQB - Big Savings Alert – Don’t Miss This Deal - Ends In 1d 00h 00m 00s Coupon code: 26Y30OFF
  1. Home
  2. ISTQB
  3. CTFL-Foundation Exam
  4. Free CTFL-Foundation Questions

Free Practice Questions for ISTQB CTFL-Foundation Exam

Pass4Future also provide interactive practice exam software for preparing ISTQB Certified Tester Foundation Level (CTFL-Foundation) Exam effectively. You are welcome to explore sample free ISTQB CTFL-Foundation Exam questions below and also try ISTQB CTFL-Foundation Exam practice test software.

Page:    1 / 14   
Total 273 questions

Question 1

Which of the following is a Black Box test design technique?



Answer : D

Equivalence Partitioning is a black box test design technique used to divide input data into partitions that are expected to be treated the same by the system. It focuses on ensuring that each partition represents a set of valid or invalid states for the input, and one test case from each partition is enough to cover the entire set. This technique does not rely on the internal structure of the code but rather on the functionality and behavior as seen from the user's perspective.


Question 2

Which of the following is a white-box test technique?



Answer : C

Statement testing is a white-box test technique that involves creating test cases to execute specific statements in the code. The goal is to ensure that all statements in the program are executed at least once during testing. This technique requires knowledge of the internal structure of the code and focuses on verifying the flow of execution and logic within the program.


Question 3

During which stage of the fundamental test process is the testability of requirements evaluated?



Answer : D

The testability of requirements is evaluated during the Test Analysis and Design stage of the fundamental test process. In this stage, the test team reviews the requirements to ensure they are clear, complete, and testable. The focus is on understanding the test basis and defining the test conditions, test cases, and test data necessary to verify the requirements.


Question 4

You are examining a document which gives the precise steps needed in order to execute a test.

What is the correct definition of this document?



Answer : C

A Test Procedure Specification is a document that outlines the precise steps required to execute a test. It includes detailed instructions on the setup, execution, and teardown of the test environment, as well as the specific actions to be performed and the expected results. This document ensures that tests are conducted consistently and repeatably.


Question 5

Which of the following is NOT a valid use of decision coverage?



Answer : C

Decision coverage is a testing metric used to ensure that all possible paths (decisions) in the code have been executed at least once. It is not used to verify the correctness of module calls, which is more related to integration testing or control flow testing. Options A, B, and D describe valid uses of decision coverage, ensuring that decisions are exercised in programs, business processes, and measuring the extent of coverage by a test suite .


Page:    1 / 14   
Total 273 questions