Special Summer Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dm70dm

CTFL_Syll_4.0 ISTQB Certified Tester Foundation Level (CTFL) v4.0 Questions and Answers

Questions 4

Which of the following statements is an example of testing contributing to higher quality?

Options:

A.

A test leader writes a test summary report

B.

A project manager asks to a test leader to estimate the test effort

C.

A tester installs a test ten in the lest environment

D.

A tester finds a bug which is resolved prior to release

Buy Now
Questions 5

Which ONE of the following options MOST ACCURATELY describesbranch testing?

Options:

A.

In branch testing, the coverage items are executable statements. The aim is to design test cases that exercise statements in the code until an acceptable level of coverage is achieved, expressed as a percentage.

B.

In branch testing, the coverage items are control flow transfers between decisions, and the aim is to design test cases to exercise flow transfers in the code until an acceptable level of coverage is achieved. Coverage is measured as the number of branches exercised by the test cases divided by the total number of branches expressed as a percentage.

C.

In branch testing, the coverage items are branches, and the aim is to design test cases to exercise branches in the code until an acceptable level of coverage is achieved. Coverage is measured as thenumber of branches exercised by the test cases divided by the total number of branches expressed as a percentage.

D.

In branch testing, the coverage items are executable decisions. The aim is to design test cases that exercise statements in the code until an acceptable level of coverage is achieved. Coverage is expressed as a percentage.

Buy Now
Questions 6

Which sequence of stated in the answer choices is correct in accordance with the following figure depicting the life-cycle of a defect?

CTFL_Syll_4.0 Question 6

Options:

A.

S0->S1->S2->S3->S5->S1

B.

S0->S1->S2->S3->S5->S1->S2->S3

C.

S0->S1->S2~>S3->S4

D.

S0->S1 ->S2->S3->S5->S3->S4

Buy Now
Questions 7

A tester created a decision table(DT) given below. While reviewing the DT some of the actions for the given conditions were found to be incorrect. The user is trying to view the profile, which of the given conditions has CORRECT action(s) listed?

ConditionC1C2C3C4

Is the user logged in?YesYesNoNo

Is the user authorized to view the profile?YesNoYesNo

Action

Display the user’s profileYesNoYesYes

Display an error messageYesYesNoNo

Options:

A.

C3

B.

C4

C.

C2

D.

C1

Buy Now
Questions 8

Which ONE of the following options corresponds to an activity in the testing process in which testable features are identified?

Options:

A.

Test design

B.

Test analysis

C.

Test implementation

D.

Test execution

Buy Now
Questions 9

Which ONE of the following options BEST describes the purpose of confirmation testing versus regression testing?

Options:

A.

The purpose of confirmation testing is to confirm that the defect giving rise to a failure has been successfully fixed. The regression test aims to ensure that no defects have been introduced or discovered in unmodified areas of the software as a result of the changes made.

B.

Confirmation testing ensures the entire system functions as expected, whereas regression testing focuses only on modified components.

C.

Confirmation testing verifies all system requirements, while regression testing ensures that no additional test cases are needed.

D.

Regression testing and confirmation testing are interchangeable and serve the same purpose.

Buy Now
Questions 10

Which ONE of the following options CANNOT be subjected to static analysis?

Options:

A.

COTS (Commercial off-the-shelf)

B.

Source code

C.

BPMN (Business Process Modeling and Notation) models

D.

UML (Unified Modeling Language) models

Buy Now
Questions 11

A state transition diagram describes a control system’s behavior in different operational modes. The initial state is“NORMAL MODE”.

Which ONE of the following test cases covers anINVALID sequence?

Options:

A.

NORMAL MODE → DIAGNOSTIC MODE → DEGRADED MODE → EMERGENCY MODE → DIAGNOSTIC MODE → NORMAL MODE → DIAGNOSTIC MODE

B.

NORMAL MODE → DEGRADED MODE → NORMAL MODE → DIAGNOSTIC MODE → DEGRADED MODE → EMERGENCY MODE → DIAGNOSTIC MODE

C.

NORMAL MODE → DIAGNOSTIC MODE → DEGRADED MODE → EMERGENCY MODE → DIAGNOSTIC MODE → NORMAL MODE → DEGRADED MODE

D.

NORMAL MODE → DIAGNOSTIC MODE → NORMAL MODE → DIAGNOSTIC MODE → EMERGENCY MODE → DIAGNOSTIC MODE → NORMAL MODE

Buy Now
Questions 12

Which of the following statements about estimation of the test effort is WRONG?

Options:

A.

Once the test effort is estimated, resources can be identified and a schedule can be drawn up.

B.

Effort estimate can be inaccurate because the quality of the product under tests is not known.

C.

Effort estimate depends on the budget of the project.

D.

Experience based estimation is one of the estimation techniques.

Buy Now
Questions 13

Consider the followingiteration planning taskswhere a tester can provide value:

    Break down user stories into tasks (particularly testing tasks)

    Estimate test effort for all testing tasks

    Identify and refine functional and non-functional aspects of the test object

Which ONE of the following tasks should be ADDED to the above list?

Options:

A.

Determining the test strategy

B.

Participating in the detailed risk analysis of user stories and determining their testability

C.

Planning the testing for the release

D.

Writing testable user stories and acceptance criteria

Buy Now
Questions 14

A new web app aims at offering a rich user experience. As a functional tester, you have run some functional tests to verify that, before releasing the app, such app works correctly on several mobile devices, all of which are listed as supported devices within the requirements specification. These tests were performed on stable and isolated test environments where you were the only user interacting with the application. All tests passed, but in some of those tests you observed the following issue: on some mobile devices only, the response time for two web pages containing images was extremely slow.

Based only on the given information, which of the following recommendation would you follow?

Options:

A.

You should open a defect report providing detailed information on which devices and by running which tests you observed the issue

B.

The issue is related to performance efficiency, not functionality. Thus, as a functional tester, you should not open any defect report as all the functional tests passed

C.

You should not open any defect report as the problem is most likely due to poor hardware equipment on the devices where you observed the issue

D.

You should not open any defect report and inform the test manager that the devices on which you observed the issue should no longer be supported so that they will be removed from the requirements specification

Buy Now
Questions 15

Which of the following types of tools is best suited for determining source code compliance with the guidelines provided by a coding standard?

Options:

A.

Containerization tool

B.

Fault seeding tool

C.

Static analysis tool

D.

Test data preparation tool

Buy Now
Questions 16

A requirement specifies that if the total amount of sales (TAS) made during the year by a corporate seller is 300000€ or more, the bonus that must be paid to the seller is 100% of a certain amount agreed upon at the beginning of the year. The software contains a fault as it implements this requirement with the decision "IF (TAS = 300000)" instead of "IF (TAS >= 300000)". The application of the 3-value boundary value analysis to this problem consists of the following three test cases (TAS is an integer variable):

TC1 = 299999 TC2=300000 TC3=300001

Which of the following statements is true?

Options:

A.

TC1 would highlight the fault

B.

TC2 would highlight the fault

C.

TC3 would highlight the fault

D.

None of the three test cases would highlight the fault

Buy Now
Questions 17

Consider the following user story about an e-commerce website's registration feature that only allows registered users to make purchases:

“As a new user, I want to register to the website, so that I can start shopping online”

The following are some of the acceptance criteria defined for the user story:

[a]The registration form consists of the following fields: username, email address, first name, last name, date of birth, password and repeat password

[b]To submit the registration request, the new user must fill in all the fields of the registration form with valid values and must agree to the terms and conditions

[c]To be valid, the email address must not be provided by free online mail services that allow to create disposable email addresses. A dedicated error message must be presented to inform the new user when an invalid address is entered

[d]To be valid, the first name and last name must contain only alphabetic characters and must be between 2 and 80 characters long. A dedicated error message must be presented to inform the new user when an invalid first name and/or the last name is entered

[e]After submitting the registration request, the new user must receive an e-mail containing the confirmation link to the e-mail address specified in the registration form

Based only on the given information, which of the following ATDD tests is most likely to be written first?

Options:

A.

The new user enters valid values in the fields of the registration form, except for the email address, where he/she enters an e-mail address provided by a free online mail service that allow to create disposable email addresses. Then he/she is informed by the website about this issue

B.

The new user enters valid values in the fields of the registration form, except for the first name, where he/she enters a first name with 10 characters that contains a number. Then he/she is informed by the website about this issue

C.

The user accesses the website with username and password, and successfully places a purchase order for five items, paying by Mastercard credit card EV

D.

The new user enters valid values in all the fields of the registration form, confirms to accept all the terms and conditions, submits the registration request and then receives an e-mail containing the confirmation link to the e-mail address specified in the registration form

Buy Now
Questions 18

What does the "absence-of-defects fallacy" refer to in software development?

Options:

A.

The belief that thoroughly testing all requirements guarantees system success.

B.

The need for constant system quality assurance and improvements.

C.

A misconception that software verification is unnecessary

D.

The idea that fixing defects is NOT important to meeting user needs.

Buy Now
Questions 19

A document describes the test procedures that have been derived for the identified test sets. Among other things, the order in which the test cases in the corresponding test set are to be executed according to the dependencies described by preconditions and postconditions is specified. This document is a typical work product produced as part of:

Options:

A.

test design

B.

test analysis

C.

test implementation

D.

test monitoring and control

Buy Now
Questions 20

During component testing of a program if 100% decision coverage is achieved, which of the following coverage criteria is also guaranteed to be 100%?

Options:

A.

100% Stale transition coverage

B.

100% Equivalence class coverage

C.

100% Boundary value coverage

D.

100% Statement coverage

Buy Now
Questions 21

Which of the following statements is true?

Options:

A.

Unlike functional testing, non-functional testing can only be applied to conventional systems, not artificial intelligence-based system

B.

Functional testing focuses on what the system is supposed to do, while white-box testing focuses on how well the system does what it is supposed to do

C.

Functional testing can be applied to all test levels, while non-functional testing can be applied only to system and acceptance test levels

D.

Black-box test techniques and experience-based test techniques may be applicable to both functional testing and non-functional testing

Buy Now
Questions 22

As a tester, as part of a V-model project, you are currently executing some tests aimed at verifying if a mobile app asks the user to grant the proper access permissions during the installation process and after the installation process. The requirements specification states that in both cases the app shall ask theuser to grant access permissions only to the camera and photos stored on the device. However, you observe that the app also asks the user to grant access permission to all contacts on the device. Consider the following items:

[I]. Test environment

[II]. Expected result

[III]. Actual result

[IV]. Test level

[V]. Root cause

Based on only the given information, which of the items listed above, are you able to correctly specify in a defect report?

Options:

A.

[I]and [IV]

B.

[II]and [III]

C.

[II]. [Ill] and [V]

D.

[I]. [IV] and [V]

Buy Now
Questions 23

Which ONE of the following options BEST describes Behavior-Driven Development (BDD)?

Options:

A.

Expresses the desired behavior of an application with test cases written in a simple form of natural language that is easy to understand by stakeholders—usually using the Given/When/Then format. Test cases are then automatically translated into executable tests.

B.

Defines test cases at a low level, close to the implementation, using unit test frameworks.

C.

Is primarily focused on non-functional testing techniques to ensure system reliability and performance.

D.

Requires testing to be performed after development is completed to validate software functionality.

Buy Now
Questions 24

Which of the following statements about impact of DevOps on testing is CORRECT?

Options:

A.

DevOps helps bring focus on testing of non-functional characteristics

B.

DevOps helps shift focus of testing people to perform operations testing

C.

DevOps helps shift focus of operations people to functional testing

D.

DevOps helps eliminate manual testing by having focus on continuous automated testing

Buy Now
Questions 25

Which of the following statements describes regression testing?

I. Retesting of a fixed defect

II. Testing of an already tested program

III. Testing of new functionality in a program

IV. Regression testing applies only to functional testing

V Tests that do not nave to be repeatable, because They are only used once

Options:

A.

II, IV, V

B.

I, III, IV

C.

II

D.

I, IV

Buy Now
Questions 26

Which of the following statements about white-box test techniques is true?

Options:

A.

Achieving full statement coverage and full branch coverage for a software product means that such software product has been fully tested and there are no remaining bugs within the code

B.

Code-related white-box test techniques are not required to measure the actual code coverage achieved by black-box testing, as code coverage can be measured using the coverage criteria associated with black-box test techniques

C.

Branch coverage is the most thorough code-related white-box test technique, and therefore applicable standards prescribe achieving full branch coverage at the highest safety levels for safety-critical systems

D.

Code-related white-box test techniques provide an objective measure of coverage and can be used to complement black-box test techniques to increase confidence in the code

Buy Now
Questions 27

Which of the following statements is CORRECT about White-box testing?

Options:

A.

White-box testing helps find defects because they can be used to measure statement coverage

B.

White-box testing helps find defects even when specifications are vague because it takes into account the code.

C.

White-box testing helps find defects because it provides for requirements based coverage

D.

White-box testing helps find defects because it focuses on defects rather than failures

Buy Now
Questions 28

You are a tester working on a critical project. Based on the risk analysis you need to decide on the order of test execution. Which of the following lists the correct sequence of test execution? Priority 1 is the highest and Priority 3 is the lowest priority.

Test CasePriorityDependencies

Test A3-

Test B1TestD

TestC2Test A

Test D3•

Options:

A.

D-C- B-A

B.

D-B-A-C

C.

D-A-B-C

D.

C-B-A-D

Buy Now
Questions 29

Following a risk-based testing approach you have designed 10 tests to cover a product risk with a high-risk level. You want to estimate, adopting the three-point test estimation technique, the test effort required to reduce the risk level to zero by executing those 10 tests. You made the following three initial estimates:

• most optimistic = 6 person hours

• most likely = 30 person hours

• most pessimistic = 54 person hours

Based only on the given information, which of the following answers about the three-point test estimation technique applied to this problem is true?

Options:

A.

The final estimate is between 22 person hours and 38 person hours

B.

The final estimate is exactly 30 person hours because the technique uses the initial most likely estimate as the final estimate

C.

The final estimate is between 6 person hours and 54 person hours

D.

The final estimate is exactly 30 person hours because the technique uses the arithmetic mean of the three initial estimates as the final estimate

Buy Now
Questions 30

After being in operation for many years, a document management system must be decommissioned as it has reached its end of life. This system will not be replaced by any other new system. A legal obligation provides that all documents within the system must be kept for at least 20 years in a state archive.

Which of the following statements about maintenance testing for decommissioning of this system is true?

Options:

A.

No maintenance testing is required as this system will not be replaced

B.

Data migration testing is required as part of maintenance testing

C.

Confirmation testing is required as part of maintenance testing

D.

Regression testing is required as part of maintenance testing

Buy Now
Questions 31

A typical objective of testing is to ensure that:

Options:

A.

testing is used to drive the development of a software

B.

a software has been tested using a combination of test techniques

C.

there are no defects in a software that is about to be released

D.

a software has been properly covered

Buy Now
Questions 32

For a given set of test-cases, which of the following is a benefit of running these tests with a test automation tool?

Options:

A.

The number of found bugs is reduced.

B.

The time spent on repetitive tasks is reduced.

C.

Test coverage is increased.

D.

The total cost of the test project always decreases

Buy Now
Questions 33

Which of the following s the most correct statement about state testing techniques?

Options:

A.

Static techniques can be used before all code is ready for execution

B.

Static techniques find more detects then dynamic techniques.

C.

Static techniques can be used by inexperienced users.

D.

Static techniques are always cheaper than dynamic techniques.

Buy Now
Questions 34

Which of the following is not an example of a typical generic skill required for testing?

Options:

A.

Be able to apply test-driven development

B.

Be able to use test management tools and defect tracking tools

C.

Be able to communicate defects and failures to developers as objectively as possible

D.

Possess the necessary social skills that support effective teamwork

Buy Now
Questions 35

A program is used to control a manufacturing line (turn machines on and off. start and stop conveyer belts, add raw materials to the flow. etc.). Not all actions are possible at all times. For example, there are certain manufacturing stages that cannot be stopped - unless there is an emergency. A tester attempts to evaluate if all such cases (where a specific action is not allowed) are covered by the tests.

Which coverage metric will provide the needed information for this analysis?

Options:

A.

Code coverage

B.

Data flow coverage

C.

Statement coverage

D.

Branch Coverage

Buy Now
Questions 36

Exploratory testing is an experience-based test technique:

Options:

A.

Where a developer and a tester work together on the same workstation: while the developer actively writes code, the tester explores the code to find defects

B.

That can be organized into sessions guided by test charters outlining test objectives that will guide the testers' exploration

C.

Where a team of testers explores all possible test techniques in order to determine the most suitable combination of these techniques to apply for a test project

D.

That aims at finding defects by designing tests that exercise all possible combinations of input values and preconditions

Buy Now
Questions 37

Which of the following about typical information found within a test plan is false?

Options:

A.

The need to temporarily have additional test personnel available for specific test phases and/or test activities

B.

The conditions that must be met in order for the test execution activities to be considered completed

C.

The list of the product risks which have not been fully mitigated at the end of test execution

D.

The conditions that must be met for part of all the planned activities to be suspended and resumed

Buy Now
Questions 38

Which of the following statement about the shift-left approach is false?

Options:

A.

The shift-left approach can only be implemented with test automation

B.

The shift-left approach in testing is compatible with DevOps practices

C.

The shift-left approach can involve security vulnerabilities

D.

The shift-left approach can be supported by static analysis tools

Buy Now
Questions 39

Consider the following list of possible benefits of retrospectives (A to D):

Options:

A.

Team bonding and learning

B.

Increased test effectiveness/efficiency

C.

Improved quality of the test basis

D.

Better cooperation between development and testing

... and the list of possible characteristics of retrospectives (1 to 4) that enable achieving these benefits:

The possibility of implementing suggestions for process improvement

The opportunity to raise problems and propose points for improvement

The regular review and optimization of the collaboration between team members

The possibility of addressing and solv

E.

A1 - B4 - C3 - D2

F.

A2 - B1 - C4 - D3

G.

A4 - B3 - C2 - D1

Buy Now
Questions 40

Which of the following statements about static testing and dynamic testing is true?

Options:

A.

Unlike dynamic testing, which can be also performed manually, static testing cannot be performed without specialized tools

B.

Static testing is usually much less cost-effective than dynamic testing

C.

Unlike dynamic testing, which focuses on detecting potential defects, static testing focuses on detecting failures which may be due to actual defects

D.

Both static testing and dynamic testing can be used to highlight issues associated with non-functional characteristics

Buy Now
Questions 41

Which ONE of the following options identifies the perspectives through which acollective authorship processgenerates a shared vision of user stories?

Options:

A.

Product owner, development, and testing

B.

Business, architecture, and testing

C.

Business, development, and testing

D.

Business, development, and acceptance testing

Buy Now
Questions 42

Which of the following is an example of scenario-oriented acceptance criteria?

Options:

A.

Verify that a registered user can create add a new project with name having more than 100 characters

B.

An unregistered user shouldn't be shown any report.

C.

The user should be able to provide three inputs to test the product - the Al model to be tested, the data used and an optional text file

D.

A user is already logged in then on navigating to the Al model testing page the user should be directly shown the report of last test run.

Buy Now
Questions 43

Which of the following statements about static testing and dynamic testing is true?

Options:

A.

Static testing is better suited than dynamic testing for highlighting issues that could indicate inappropriate code modularization

B.

Dynamic testing can only be applied to executable work products, while static testing can only be applied to non-executable work products

C.

Both dynamic testing and static testing cause failures, but failures caused by static testing are usually easier and cheaper to analyze

D.

Security vulnerabilities can only be detected when the software is being executed, and thus they can only be detected through dynamic testing, not through static testing

Buy Now
Questions 44

Which of the following statements is true?

Options:

A.

Functional testing focuses on what the system should do while non-functional testing on the internal structure of the system

B.

Non-functional testing includes testing of both technical and non-technical quality characteristics

C.

Testers who perform functional tests are generally expected to have more technical skills than testers who perform non-functional tests

D.

The test techniques that can be used to design white-box tests are described in the ISO/IEC 25010 standard

Buy Now
Questions 45

Which of the following statements is true?

Options:

A.

Experience-based test techniques rely on the experience of testers to identify the root causes of defects found by black-box test techniques

B.

Some of the most common test basis used by white-box test techniques include user stories, use cases and business processes

C.

Experience-based test techniques are often useful to detect hidden defects that have not been targeted by black-box test techniques

D.

The primary goal of experience-based test techniques is to design test cases that can be easily automated using a GUI-based test automation tool

Buy Now
Questions 46

Which of the following statements about statement coverage is true?

Options:

A.

Achieving 90% statement coverage ensures that 90% branch coverage is achieved

B.

Achieving 100% statement coverage ensures that no variable within the code has been used without being initialized

C.

Achieving 100% statement coverage ensures that 100% branch coverage is achieved

D.

Achieving 80% statement coverage ensures that 80% of all executable statements within the code have been exercised

Buy Now
Questions 47

Which of the following correctly represents a test first approach?

Options:

A.

First the tests fail then the code is written to pass the tests and this is iterated

B.

Tests are derived from acceptance criteria and run to check that the code passes these tests

C.

Application behaviour is written in Given/When/Then format and tests are then written and run

D.

Code is refactored first then tests are written and run

Buy Now
Questions 48

Which ONE of the following options BEST describes black-box test techniques?

Options:

A.

Black-box testing techniques are based on experience with the test object without knowing the internal structure.

B.

In black-box testing techniques, test cases are created based on the software's implementation.

C.

Black-box testing techniques are based on analyzing the test object's specified and implied behavior without knowledge of its internal data structure.

D.

Black-box testing techniques involve analyzing the specified behavior of the test object without knowledge of its internal structure.

Buy Now
Questions 49

A test status report should:

Options:

A.

specify the impediments to carrying out the planned test activities in the reporting period and the corresponding solutions put in place to remove them

B.

be produced as part of test completion activities and report unmitigated product risks to support the decision whether or not to release the product

C.

always be based on the same template within an organization, as its structure and contents should not be affected by the audience to which the report is presented

D.

specify the lines of communication between testing, other lifecycle activities, and within the organization that were chosen at the outset of the test project

Buy Now
Questions 50

An organization is working on updating test cases for a particular module of their software.

Sam updated a set of test cases yesterday and saved the new version on his PC.

Unfortunately, the hard disk of his PC crashed, and his work was lost.

The IT department of the organization restored the contents of his hard disk with the last available back-up - from the previous morning. However, the changes made by him yesterday were lost forever.

Which of the following tools, had it been used, would have prevented the loss of Sam's updates?

Options:

A.

Configuration Management Tool

B.

Incident Management Tool

C.

Backup tool

D.

Test Execution tool

Buy Now
Questions 51

Which ONE of the following roles is responsible for mediating, managing time, and generating a safe review environment in which everyone can speak freely?

Options:

A.

Manager

B.

Reviewer

C.

Review leader

D.

Moderator

Buy Now
Questions 52

Which ONE of the following options CORRECTLY describes one of the seven principles of the testing process?

Options:

A.

The objective of testing is to implement exhaustive testing and execute as many test cases as possible.

B.

Exhaustive testing can only be carried out using behavior-based techniques.

C.

It is impossible to test all possible combinations of inputs and preconditions of a system.

D.

Automated testing enables exhaustive testing.

Buy Now
Questions 53

Which ONE of the following options MOST ACCURATELY describesstatement testing?

Options:

A.

In statement testing, the coverage items are control flow transfers between branches. The aim is to design test cases to exercise branches in the code until an acceptable level of coverage is achieved, expressed as a percentage.

B.

In statement testing, the coverage items are decisions and statements. The aim is to design test cases that exercise statements in the code until an acceptable level of coverage is achieved, expressed as a percentage.

C.

In statement testing, the coverage items are branches, and the aim is to design test cases to exercise branches in the code until an acceptable level of coverage is achieved, expressed as a percentage.

D.

In statement testing, the coverage items are executable statements. The aim is to design test cases that exercise statements in the code until an acceptable level of coverage is achieved, expressed as a percentage.

Buy Now
Questions 54

You are testing a room upgrade system for a hotel. The system accepts three differed types of room (increasing order of luxury): Platinum. Silver and Gold Luxury. ONLY a Preferred Guest Card holder s eligible for an upgrade.

Below you can find the decision table defining the upgrade eligibility:

What is the expected result for each of the following test cases?

Customer A: Preference Guest Card holder, holding a Silver room

Customer B: Non Preferred Guest Card holder, holding a Platinum room

Options:

A.

Customer A; doesn't offer any upgrade; Customer B: offers upgrade to Gold luxury room

B.

Customer A: doesn't offer any upgrade; Customer B: doesn't offer any upgrade.

C.

Customer A: offers upgrade to Gold Luxury room; Customer B: doesn't offer any upgrade

D.

Customer A: offers upgrade to Silver room; Customer B: offers upgrade to Silver room.

Buy Now
Questions 55

Which of the following statements about traceability is false?

Options:

A.

Traceability between test basis items and thetest casesdesigned tocover them,makes it possible to determine which test basis items have been covered by the executedtest cases

B.

Traceability between test basis items and thetest casesdesigned tocover them,enablesexperience-based test techniques to be applied

C.

Traceability between test basis items and thetest casesdesigned tocover them,enablesidentification of which test cases will be affected by changes to the test basisitems

D.

Traceability can be established and maintained throughall test documentation for a giventest level, such as from test conditions through test cases to test scripts

Buy Now
Questions 56

Which of the following statements about branch coverage is true?

Options:

A.

The minimum number of test cases needed to achieve full branch coverage, is usually lower than that needed to achieve full statement coverage

B.

If full branch coverage has been achieved, then all unconditional branches within the code have surely been exercised

C.

If full branch coverage has been achieved, then all combinations of conditions in a decision table have surely been exercised

D.

Exercising at least one of the decision outcomes for all decisions within the code, ensures achieving full branch coverage

Buy Now
Questions 57

The following decision table is used to assist a doctor in determining the drug therapy to prescribe for a patient (aged 6 to 65 years) diagnosed with acute sinusitis. The table consists of three Boolean conditions and six actions:

CTFL_Syll_4.0 Question 57

Based only on the given information, which of the following statements is true?

Options:

A.

Column 7 represents an impossible situation and thus can be deleted

B.

Columns 1 and 3 can be merged into a single column

C.

Columns 2, 4. 6 and 8 can be merged into a single column

D.

Columns 5 and 7 can be merged into a single column

Buy Now
Exam Code: CTFL_Syll_4.0
Exam Name: ISTQB Certified Tester Foundation Level (CTFL) v4.0
Last Update: Mar 27, 2025
Questions: 191

PDF + Testing Engine

$49.5  $164.99

Testing Engine

$37.5  $124.99
buy now CTFL_Syll_4.0 testing engine

PDF (Q&A)

$31.5  $104.99
buy now CTFL_Syll_4.0 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 03 Apr 2025