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

ISTQB-CTFL ISTQB-Foundation Level Exam Questions and Answers

Questions 4

Which of the following software development models BEST exemplifies a model that does NOT support the principle of early testing?

Options:

A.

The iterative development model

B.

The V-model

C.

The Waterfall model

D.

The incremental development model

Buy Now
Questions 5

Manager responsibilities in formal review includes ad except one of the following:

Options:

A.

Planning the review

B.

Determines if the review objectives have been met

C.

Decide on the execution of reviews

D.

Allocate time for review

Buy Now
Questions 6

Which of the following would be the LEAST likely to be used as the basis for a test exit criteria?

Options:

A.

Test schedules

B.

Cost of testing performed so far

C.

Confidence of testers in tested code

D.

Number of unfixed defects

Buy Now
Questions 7

A test engineer finds a defect while testing. After the developer has fixed the defect, the test engineer decides to re-run a complete section of the tests. Which of the following is correct?

Options:

A.

The lest engineer should not re-run the tests, as they have already been run, and results recorded.

B.

The test engineer should not re-run the tests, they should be part of the developer tests.

C.

The test engineer should re-run the tests, in order to ensure that new defects have not been introduced by the fix.

D.

The test engineer should re-run the tests, because the defect shows that the test cases need to be updated.

Buy Now
Questions 8

Decision table testing is being performed on tran-sactions 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:

SEE ATTACHMENT 1

Given the following additional test cases:

SEE ATTACHMENT 2

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

Options:

A.

DT1, DT4

B.

DT3, DT4

C.

DT2, DT3

D.

DT1.DT2

Buy Now
Questions 9

What is test oracle?

Options:

A.

The source of lest objectives

B.

The source for the actual results

C.

The source of expected results

D.

The source of input conditions

Buy Now
Questions 10

In maintenance testing, what is the relationship between impact analysis and regression testing?

Options:

A.

Impact analysis requires a regression testing for only the tests that have detected faults in previous SW release

B.

There is no relationship between impact analysis and regression testing.

C.

Impact analysis requires a regression testing for all program elements which were newly integrated (new functionalities).

D.

The impact analysis is used to evaluate the amount of regression testing to be performed.

Buy Now
Questions 11

Which ONE of the following statements about acceptance testing is NOT correct?

Options:

A.

Testing of disaster recovery and backup/restore is usually NOT part of acceptance testing.

B.

The customers or system users are often responsible for the acceptance testing.

C.

The main goal of acceptance testing is to build confidence in the system, not find defects.

D.

Acceptance testing is the last level of testing performed prior to system release.

Buy Now
Questions 12

Given the following review types and review characteristics:

a.Pair review

b.Walkthrough

c.Technical review

d.Inspection

1.Formal

2.Informal

3.Purposes include evaluating the quality of the work product under review and generating new ideas (e.g., brainstorming solutions)

4.Purposes include Improving the software product and training the review participants

Which of the following BEST matches the review type with the review characteristic?

Options:

A.

a-1. b-4, c-3. d-2

B.

a-4, b-3. c-2. d-1

C.

a-2, b-3, c-4, d-1

D.

a-2, b-4, c-3. d-1

Buy Now
Questions 13

What is 'Component Testing'?

Options:

A.

Integration Testing

B.

Functional testing

C.

Experience-based testing

D.

A test level

Buy Now
Questions 14

Which of the following are valid testing principles?

I) Exhaustive testing is in general impossible.

II) Exhaustive testing should be executed for code intended to be reused.

III) Testing may guarantee that a program is correct.

IV) Testing cannot guarantee that a program is correct.

V) Defects cluster together in certain areas of the product.

Options:

A.

I, IV, V

B.

II, Iv

C.

I, V

D.

I, Ill

Buy Now
Questions 15

Which of the following statements about Experience Based Techniques (EBT) is correct?

Options:

A.

EBT use tests derived from the test engineers' previous experience with similar technologies.

B.

EBT is based on the ability of the test engineer to implement various testing techniques.

C.

EBT is done as a second stage of testing, after non-experienced-based testing took place.

D.

EBT require broad and deep knowledge in testing but not necessarily in the application or technological domain.

Buy Now
Questions 16

A test score indicator for students produces a performance score based on a combination of the number of consecutive hours studied (below 4 hours, 4 to 8 hours. 9 to 12 hours or above 12 hours) and the average intensity of focus on the material during the study time (low, medium or high).

Given the following test cases:

hours intensity score

T1 3 low55

T2 14 high 95

T3 9 low75

What is the minimum number of additional test cases that are needed to ensure full coverage of all valid INPUT equivalence partitions?

Options:

A.

1

B.

2

C.

3

D.

4

Buy Now
Questions 17

Which of the following activities does NOT belong to a typical technical review?

Options:

A.

Pre-meeting preparation by reviewers

B.

Using checklists during the meeting

C.

Inviting end-users to the meeting

D.

Preparation of a review report

Buy Now
Questions 18

Which of the following activities are part of test planning?

I) Setting the entry and exit criteria

II) Determining the validity of bug reports

III) Determining the number of resources required

IV) Determining the expected result for test cases

Options:

A.

I. IV

B.

I. III

C.

I, III, IV

D.

I, II, IV

Buy Now
Questions 19

Given the following priorities and dependencies for these test cases:

SEE ATTACHMENT

Which of the following test execution schedules BEST takes into account the priorities and technical and logical dependencies?

Options:

A.

TC1 - TC3 - TC2 - TC4 - TC6 - TC5

B.

TC3 - TC4 - TC2 - TC6 - TC1 - TC5

C.

TC1 - TC3 - TC2 - TC4 - TC5 - TC6

D.

TC2 - TC4 - TC1 - TC3 - TC5 - TC6

Buy Now
Questions 20

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

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 21

Which of the following is a correct reason to apply test automation?

Options:

A.

When a new test automation tool is launched

B.

When there are a lot of repetitive testing tasks

C.

When it is easy to automate

D.

When it is cheap to buy test automation tools

Buy Now
Questions 22

Which of the following is the main benefit of a configuration management of testware?

Options:

A.

All testware is backed up with restore option, including incident reports and change requests. B. The testware can be traced to information in requirements tools and to the bug tracking system.

B.

All testware items are identified, version controlled, tracked tor changes with relation to each other

C.

There is an easy way to assess the level to test coverage provided by the existing tests

Buy Now
Questions 23

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 24

Which ONE of the following statements does NOT describe how testing contributes to higher quality?

Options:

A.

Properly designed tests that pass reduce the level of risk in a system.

B.

The testing of software demonstrates the absence of defects.

C.

Software testing identifies defects, which can be used to improve development activities.

D.

Performing a review of the requirement specifications before implementing the system can enhance quality.

Buy Now
Questions 25

Why should you choose a test technique?

Options:

A.

Because you need to match the way you test to the content of the product under test

B.

Because of the time constraints that usually accompany a test project

C.

Because this way you cover the full scope of the product's functionality

D.

Because choosing a test technique is a common practice in software testing

Buy Now
Questions 26

Consider the following statements about risk-based testing.

I) Risk-based testing has the objective to reduce the level of protect risks.

II) Tests should be prioritized to find tie critical detects as early as possible.

III) Non-testing activities may also help to reduce risk

IV) Risks have to be reassessed on a regular basis.

V) The project stakeholders can give useful input to determine the risks

Options:

A.

I III IV and V are true. II is false.

B.

II, III IV and V are correct. I is false.

C.

C. I, II and IV are true. III and V are false.

D.

II, Ill and V are true. 1 ants Iv are false.

Buy Now
Questions 27

Which of the following definitions is NOT true?

Options:

A.

Test data preparation tools fill databases, create files or data transmissions to set up test data to be used during the execution of tests.

B.

Test execution tools execute test objects using automated test scripts.

C.

Test Management tools monitor and report on how a system behaves during the testing activities.

D.

Test comparators determine differences between files, databases or test results.

Buy Now
Questions 28

Which of the following is a typical product risk?

Options:

A.

Poor usability of the software

B.

A problem in the code developed by a 3rd party

C.

Low quality of the configuration data, test data and tests

D.

Problem in defining the right requirements

Buy Now
Questions 29

Which of the following statements about testware are correct?

I When closing the test activities, all the testware resources can be uninstalled and released

II All the testware should be subject to Configuration Management

III. The testware. at the end of the project, should be transferred to the organization responsible for maintenance

IV The developers are responsible for the correct installation of the testware

Options:

A.

II, Ill

B.

I, Ill

C.

I, IV

D.

II, IV

Buy Now
Questions 30

A software application incorrectly provided customers discounts of 50% off their total purchases if the purchases exceeded S100. It was discovered through an audit that the discount should have been only 5% off these purchases. A root cause analysis uncovered that the requirements Incorrectly stated 50% instead of 5% in this scenario.

Which of the following MOST accurately reflects this scenario?

Options:

A.

The audit finding Is the root cause, the incorrect calculation of 50% Is the defect, and the Incorrect requirement Is the effect

B.

The incorrect customer discount is the effect and the reason for the requirement error is the root cause

C.

The incorrect discount is the root cause, requiring a root cause analysis which led to investigating the software code, design, and requirements

D.

A defect in the code is determined to be the root cause of the incorrect calculation

Buy Now
Questions 31

Which of the following statements is not correct?

Options:

A.

Looking for defects in a system may require Ignoring system details

B.

Identifying defects may be perceived as criticism against product

C.

Looking for defects in system requires professional pessimism and curiosity

D.

Testing is often seen as a destructive activity instead of constructive activity

Buy Now
Questions 32

Which of the following statements contradicts the general principles of testing?

Options:

A.

Most defects are found in a small subset of a system's modules.

B.

If new defects are to be found we should run the same test set more often.

C.

Testing is better if it starts at the beginning of a project.

D.

How testing is done, is based on the situation in a particular project.

Buy Now
Questions 33

A Static analysis tool analyzes a given program's CONTROL FLOW among other things. Which of the following options represents the most likely outcome of the control flow analysis:

Options:

A.

Identification of unreachable code

B.

Report on adherence to the coding standards

C.

Number of comment lines

D.

Number of source code lines

Buy Now
Questions 34

Given the following examples of entry and exit criteria:

1.A defined level of code coverage has been achieved

2.The test automation tool has been installed and properly configured

3.The number of unresolved defects is within the predefined limit

4.The performance test environment has been set-up and is available

5.The user stories have proper acceptance criteria defined

6.The testing budget has been spent and the project sponsor bears the risk of not testing any further

Which of the following BEST categorizes them as entry and exit criteria:

Options:

A.

Entry criteria - 2, 4, 5 Entry criteria -1, 3, 4

B.

Entry criteria - 2, 4 Entry criteria - 2, 4, 5, 6

C.

Exit criteria -1,3,6 Exit criteria - 2, 5. 6

D.

Exit criteria -1,3,56 Exit criteria -1,3

Buy Now
Questions 35

Which of the following exemplifies how a software bug can cause harm to a company?

Options:

A.

"Print" prints the last page twice for a file with 1000 pages

B.

The timeout on the login page of a web site is 9 minutes, while the requirement was for 10 minutes

C.

When uninstalling the application, the uninstall dialog has a spelling mistake

D.

When calculating the final price in a shopping list, the price of the last item is not added

Buy Now
Questions 36

Which of the following tasks is MOST LIKELY to be performed by the tester?

Options:

A.

Develop a test strategy and test policy for the organization

B.

Promote and advocate the test team within the organization

C.

Create the detailed test execution schedule

D.

Introduce suitable metrics for measuring test progress

Buy Now
Questions 37

Which statement about use case testing is true?

Options:

A.

The lest cases are designed to find defects in the data flew.

B.

The test cases are designed to be used by real users, not by professional testers

C.

The test cases are always designed by customers or end users.

D.

The test cases are designed to find defects in the process flow.

Buy Now
Questions 38

Which of the following would be LEAST appropriate as part of an incident report covering the observation of a failure during testing?

Options:

A.

SOL injection into the username entry field allowed a variety of SQL commands to be executed by the application without the appropriate authority.

B.

The user interface was complicated and confusing and I found It quite difficult to follow

the test script.

C.

The updates made as part of the add new member' function did not reflect the expected change as the name was written into the address field.

D.

The expected result for the ‘list friends' response time was less than 10 seconds, whereas the average response time obtained was 13 seconds.

Buy Now
Questions 39

In which of the following cases you would NOT execute maintenance testing?

Options:

A.

Retirement of the software or system

B.

Modifications to a released software or system

C.

Migration of the system data to a replacement system

D.

Update to the Maintainability requirements during the development phase

Buy Now
Questions 40

Which of the following statements is LEAST likely to be describing component testing?

Options:

A.

It identifies defects in modules and classes.

B.

Simulators and stubs may be required.

C.

It mainly tests interfaces and interaction between components.

D.

It may be applied using a test-first approach.

Buy Now
Questions 41

Which of the following is NOT a deciding factor m determining the extent of testing required?

Options:

A.

Level of risk of the product or features

B.

Budget to do testing

C.

A particular tester involved in testing

D.

Time available to do testing

Buy Now
Questions 42

Which of the types of test tools noted below BEST describes tools that support reviews?

Options:

A.

Tools to assess data quality

B.

Tools to support usability testing

C.

Tools to support specialized testing needs

D.

Tools to support static testing

Buy Now
Questions 43

Can "cost" be regarded as Exit criteria?

Options:

A.

Yes. Spending too much money on test ng will result in an unprofitable product, and having cost as an exit criterion helps avoid this

B.

No. The financial value of product quality cannot be estimated, so it is incorrect to use cost as an exit criterion

C.

Yes. Going by cost as an exit criterion constrains the testing project which will hello achieve the desired quality level defined for the project

D.

No The cost of testing cannot be measured effectively, so it is incorrect to use cost as an exit criterion

Buy Now
Questions 44

Which of the following is MOST likely to be an example of a PROJECT risk?

Options:

A.

A computation is not always performed correctly in some situations

B.

A system architecture may not support some non-functional requirements

C.

Team members' skills may not be sufficient for the assigned work

D.

Specific modules do not adequately meet their intended functions according to the user

Buy Now
Questions 45

Your manager asked you when testing will be complete. In order to answer this question, you'll most likely use:

Options:

A.

Test progress reports

B.

Your colleagues advice

C.

A conversion spreadsheet

D.

A Test Oracle

Buy Now
Questions 46

Which of the following provides the BEST description of statement coverage?

Options:

A.

A white-box test technique which covers the decision results which determine the next statement to be executed

B.

A black-box test technique which uses a state table to derive test cases

C.

A white-box test technique which focuses on the percentage of executable statements that has been executed by a test suite

D.

An experience-based test technique in which test cases are based on the tester's knowledge of past failures

Buy Now
Questions 47

In which of the following test documents would you expect to find test exit criteria described9

Options:

A.

Test design specification

B.

Project plan

C.

Requirements specification

D.

Test plan

Buy Now
Questions 48

An Incident Management tool implements the following defect states; Open, Assigned, Solved,

Closed Consider the following defect report:

Id T000561

Test Object "Warehouse Management' application

Tester name; John Bishop

Date: 10th. April 2010

Test Case MRT558I

Status OPEN

Severity Serious

Priority

Problem- After inputting the Total Quantity item = 450 in the SV034 screen, the system shows an unexpected Error message=47

Correction:

Developer name:

Closing date:

Which of the following is a valid criticism of this report?

Options:

A.

The Priority, the Correction description and the Developer name are missing

B.

The version of the application is missing

C.

There is no link to the applicable requirement (traceability)

D.

The description is not highlighting the source of the problem

Buy Now
Questions 49

The following open incident report provided:

Date: 01.01.01

Description: When pressing the stop button the application status remain in "Attention" instead of "Ready'.

Severity: High

Life Cycle: Integration

Which of the following details are missing in the giving incident report?

I. Identification or configuration of the application

II. The name of the developer

III. Recommendation of the developer

IV The actions and/or conditions that came before the pressing of the button

Options:

A.

IV

B.

I. IV

C.

I. II

D.

II, III

Buy Now
Questions 50

The following part of a business process flow is specified; REPEAT (book a bill) UNTIL (User presses Cancel). How many test cases are necessary in order to achieve 100% branch coverage of the process flow?

Options:

A.

4

B.

1

C.

2

D.

Infinite

Buy Now
Questions 51

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
Exam Code: ISTQB-CTFL
Exam Name: ISTQB-Foundation Level Exam
Last Update: May 12, 2024
Questions: 170
ISTQB-CTFL pdf

ISTQB-CTFL PDF

$28  $80
ISTQB-CTFL Engine

ISTQB-CTFL Testing Engine

$33.25  $95
ISTQB-CTFL PDF + Engine

ISTQB-CTFL PDF + Testing Engine

$45.5  $130