Summer Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: s2p65

Easiest Solution 2 Pass Your Certification Exams

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.

Page: 1 / 6
Total 365 questions

Which of the following statements is NOT correct?

A.

A test team with high level of independence, may suffer from lower familiarity with the product

B.

Development team may find many defects since they are familiar with the code

C.

Tests designed by a person from different group in the organization is the highest independence level

D.

Tests designed by a person in the development team other than the person who wrote the code is the lowest level of independence

Which ONE of the following is the BEST way to take advantage of the different mindsets of testers and developers?

A.

Insist on independent testing at all stages in the lifecycle.

B.

Have all developers undergo ISTQB training.

C.

Keep developers and testers in separate teams.

D.

Bring the two mindsets together.

One of the exit criteria for a SW project was defined as "80% statement coverage".

A test manager submitted the following report:

"We did not measure the statement coverage. However, we ensured 80% branch coverage, therefore the exit criteria was met".

Is the test manager right?

A.

No There is not direct relationship 80% branch coverage does not guarantee 80% statement coverage

B.

Yes. 50% branch coverage guarantees 100% statement coverage. With 80% branch coverage, the exit criteria is easily met.

C.

No. The relation works the other way: 80% statement coverage guarantees 80% branch coverage

D.

Yes Coverage of 80% of the branches in the control flow guarantees 80% statement coverage

Which of the following BEST describes checklist-based testing?

A.

An approach to testing whereby the testers dynamically design and execute tests based on their knowledge, exploration of the test item and the results of previous tests.

B.

An experience-based test technique whereby the experienced tester uses a high-level list of items to be noted, checked or remembered, or a set of rules or criteria against which a product has to be verified.

C.

A procedure to derive and/or select test cases based on an analysis of the specification, either functional or non-functional, of a component or system without reference to its internal structure.

D.

A test design technique which ensures that test cases are checked for consistency and completeness against an organisation’s list of formatting rules and best practices.

The following checklist has been produced to help reviewers detect defects with user stones:

User Story Checklist:

1. The user story must have a unique identifier

2 The user story must contain the user/customer

3 The user story must contain the need

4. The user story must contain the reason.

5. The user story must contain testable acceptance Criteria-Using the checklist above what is wrong with the following user story?

User Story US2018

As a bank account customer, I would like to transfer money from one account to another using the mobile banking application by using the drag

and drop feature.

This is acceptable when

• I can drag and drop from one account to another and select any of the pre-defined amounts

• I can drag and drop from one account to another and type in any positive amount

• Once I confirm the details the amount is debited from the first account and credited to the second account

A.

The acceptance criteria is not testable

B.

The user story does not contain the customer.

C.

The user story does not contain the reason

D.

The user story does not contain the unique identifier.

Software was found to take much more time than the stated requirement of less than one second to save a file. Upon investigation it was found that there was an unnecessary check inside a loop which was slowing down the file-save operation. The software not being able to meet the desired response time is an example of

A.

Failure

B.

Defect

C.

Error

D.

It is not a defect

What is a "test harness"?

A.

One of the topics that needs to be covered in the final Test Report.

B.

A general name for test data that is used by the test cases.

C.

A detailed description of a test case to enable its execution by non-expert tester.

D.

A test environment comprised of stubs and drivers needed to execute a test.

A program got 100% decision coverage in a test. Which of the following statements is then guaranteed to be true?

A.

Every output equivalence class has been tested.

B.

Every input equivalence class has been tested.

C.

The "dead" code has not been covered.

D.

Every executable statement is covered

Which of the following BEST describes a Test Case?

A.

A statement about “what to test” in terms of measurable coverage criteria from analysis of the test basis.

B.

A set of preconditions, inputs, actions, expected results and postconditions developed based on test conditions.

C.

A description of the test objectives to be achieved and the means and the schedule for achieving them.

D.

A source to determine expected results to compare with the actual result of the system under test.

When can functional and structural testing BOTH be applied?

A.

System and Component test levels only

B.

All 'Developement' test levels, i.e. those before Acceptance testing

C.

Component and Component integration test levels only

D.

All test levels

Decision table testing is being performed on transactions in a bank’s ATM (Automated teller Machine) system. Two test cases have already been generated for rules 1 and 4, which are shown below:

Given the following additional test cases:

Which two of the additional test cases would achieve fill coverage of the full decision table (when combined with the test cases that have already been generated for rules a and 4?

A.

DT1, DT2

B.

DT2, DT3

C.

DT3, DT4

D.

DT1, DT4

When a test case is created based on a Use Case, what type of test is created?

A.

Structural Test

B.

Functional Test

C.

Performance test

D.

Regression Test

After a record of poor-quality software releases (incorrect menu selection options, new features that do not work, users allowed to change security levels without administrator rights), you have been asked to review the test capability in your company.

You have limited time to do the review before the next project, which type of testing would be MOST appropriate to review first?

A.

Functional testing.

B.

Non-functional testing.

C.

Performance testing.

D.

Structural testing.

Consider the following Pseudo code:

How many minimum lea cases are required to cover 100% Statement coverage and Decision coverage?

A.

1 for Statement. 5 for Decision

B.

1 for Statement. 2 for Decision

C.

5 for Statement. 1 for Decision

D.

2 for Statement, 5 for Decision

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

A.

Decision table testing

B.

Exploratory testing

C.

Statement testing

D.

Error guessing

Which of the following BEST describes error guessing?

A.

Error guessing involves designing tests based on experience, defect data, or common knowledge about why software fails

B.

Error guessing involves building test cases based on the various experiences of developers, architects, users, and other stakeholders on project teams

C.

Error guessing is a suitable test technique and can be used effectively in place of more formal techniques

D.

Error guessing is a valid and useful white-box lest technique due to Its high degree ol statement coverage

Your task is to compile a test execution schedule for the current release of software.

The system specification states the following logical dependencies:

• An admin user must create/amend/delete a standard user.

• A standard user is necessary to perform all other actions.

The test plan requires that re-tests must be performed first, followed by the highest priority tests. To save time, the test plan states that tests should be scheduled to create test data for the subsequent tests in the schedule.

The following test cases have been designed, with an indication of priority (1 being the highest priority) and whether the test has previously failed.

Which test execution schedule meets the test plan requirements and logical dependencies?

A.

a, d, c, b, e

B.

a, c, b, d, e

C.

e, a, b, c, d

D.

e, a, d, c, b

Which of the following are the phases of the ISTQB fundamental test process?

A.

Test planning. Test analysis and design. Test implementation and control, Checking test coverage and reporting. Test closure activities

B.

Test planning and control. Test specification and design. Test implementation and execution. Evaluating test coverage and reporting. Retesting and regression testing, Test closure activities

C.

Test planning and control. Test analysis and design, Test implementation and execution, Evaluating exit criteria and reporting, Test closure activities

D.

Test planning, Test specification and design, Test implementation and execution, Evaluating exit criteria and reporting, Retesting and test closure activities

You have to specify test cases based on equivalence partitioning and boundary value analysis for an internet shop selling baby shoes The shop provides a selection of shoes based on the following input parameters:

- There are 4 different sizes, depending on the age of the baby. The system selects the appropriate size based on the following criteria:

Which of the following statements is true?

A.

The total number of combinations of valid equivalence classes of age and gender is 8.

B.

There are two invalid equivalence classes for the age input parameter: age <= 0, and age > 25

C.

All combinations of valid equivalence classes could be covered with 4 test cases.

D.

All valid equivalence classes could be covered with 6 test cases.

You need to test the login page of a web site The page contains fields for user name and password Which test design techniques are most appropriate for this case?

A.

Decision table testing, state transition testing.

B.

Equivalence partitioning, Boundary value analysis.

C.

Exploratory testing, statement coverage.

D.

Decision coverage, fault attack.

Page: 1 / 6
Total 365 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved