Big Cyber Monday Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

ExamsBrite Dumps

ISTQB Certified Tester Foundation Level Question and Answers

ISTQB Certified Tester Foundation Level

Last Update Dec 7, 2025
Total Questions : 272

We are offering FREE CTFL-Foundation ISTQB exam questions. All you do is to just go and sign up. Give your details, prepare CTFL-Foundation free exam questions and then go for complete pool of ISTQB Certified Tester Foundation Level test questions that will help you more.

CTFL-Foundation pdf

CTFL-Foundation PDF

$36.75  $104.99
CTFL-Foundation Engine

CTFL-Foundation Testing Engine

$43.75  $124.99
CTFL-Foundation PDF + Engine

CTFL-Foundation PDF + Testing Engine

$57.75  $164.99
Questions 1

A new testing tool has been selected for an organisation and a pilot project has successfully completed. The next step is to deploy the tool within the organization.

What is a key success factor in tool deployment?

Options:

A.  

Estimate a cost-benefit ratio based on a firm business case

B.  

Determine whether benefits will be achieved at reasonable cost

C.  

Provide support for the test team using the tool

D.  

Assessment of organisational maturity, strengths and weaknesses

Discussion 0
Questions 2

In the above State Table, which of the following represents an invalid transition?

Options:

A.  

Event C from S3

B.  

Event E from S4

C.  

Event B from S2

D.  

Event D from S4

Discussion 0
Questions 3

An iPhone application identifies and counts all purchases of a particular product from a shopping website. The application incorrectly counts purchase attempts by including both failed attempts, and also those where the purchase was terminated by the user before completion. Testing has identified that the problem was located in the ‘purchase identification’ module, where the first stage in the purchasing process was counted, rather than a successful confirmed purchase.

Which of the following statements correctly identifies what has happened? [K2]

Options:

A.  

The application failed because of a defect in the purchase identification module caused by a programmer mistake or an error in the specification.

B.  

An error by the programmer led to a mistake in the purchase identification module and this caused a defect in the application

C.  

A defect in the purchase identification module caused by a mistake in the module specification led to a defect in the overall application

D.  

A bug in the purchase identification module caused a fault in the application

Discussion 0
Questions 4

What is decision table testing?

Options:

A.  

It’s a testing design technique based in the internal software structure.

B.  

It’s a static test design technique.

C.  

It’s a testing design technique to verify decisions.

D.  

It’s a testing design technique based in the system requirements.

Discussion 0
Questions 5

Consider the following pseudo code

1. Begin

2. Read Gender

3. __Print “Dear”

4. If Gender = ‘female’

5. Print (“Ms”)

6. Else

7. __Print ( “Mr”)

8. Endif

9. End

How many test cases are needed to achieve 100 per cent decision coverage?

Options:

A.  

1

B.  

2

C.  

3

D.  

4

Discussion 0
Questions 6

Which of the following is a valid reason for writing test cases based on experience and intuition? [K1]

Options:

A.  

Use of formal techniques requires expensive training

B.  

Only experience can ensure all functionality is covered

C.  

Tests based on experience and intuition can supplement formal techniques

D.  

Formal techniques require the use of expensive tools

Discussion 0
Questions 7

Which of the following test organizations has the highest level of independence?

Options:

A.  

Independent testers within the development teams

B.  

Independent testers from the user community

C.  

Independent test specialists for specific test types, such as usability, performance or certification test specialists

D.  

Code tested by another developer from the development team

Discussion 0
Questions 8

Which of the following test design techniques is not a black box technique?

Options:

A.  

Equivalence partitioning

B.  

State transition testing

C.  

Boundary value analysis

D.  

Statement coverage

Discussion 0
Questions 9

Refer to the exhibit

The following test cases need to be run, but time is limited, and it is possible that not all will be completed before the end of the test window

The first activity is to run any re-tests, followed by the regression test script. Users have supplied their priority order to tests.

Which of the following gives an appropriate test execution schedule, taking account of the prioritisation and other constraints?[K3]

Options:

A.  

b, c, g, d, e, i, a, f, h

B.  

a, c, d, b, g, e, i, f, h

C.  

c, a, d, b, e, g, i, h, f

D.  

d, c, a, e, b, g, i, f, h

Discussion 0
Questions 10

Which statement correctly describes debugging? [K2]

Options:

A.  

Testers identify defects, developers locate and correct defects, testers confirm the correction has cleared the original defect

B.  

Developers identify defects, testers locate defects, developers correct and confirm the correction has cleared the original defect

C.  

Testers identify and locate defects, developers correct defects and confirm the correction has cleared the original defect

D.  

Developers identify, locate and correct defects, testers confirm the correction

has cleared the original defect

Discussion 0
Questions 11

Which of the following would typically be identified using static analysis by tools? [K1]

Options:

A.  

Spelling mistake on an error message

B.  

A potential infinite loop

C.  

Memory leakage

D.  

A variable set to the wrong value

Discussion 0
Questions 12

Which of the following risks represents the highest level of risk to the project?

Options:

A.  

Likelihood of failure = 1%, potential cost of impact = $1m.

B.  

Likelihood of failure = 10%, potential cost of impact = $500,000.

C.  

Likelihood of failure = 20%, potential cost of impact = $150,000.

D.  

Likelihood of failure = 5%, potential cost of impact = $500,000.

Discussion 0
Questions 13

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]

Options:

A.  

Carol is eligible to upgrade; James cannot use the service

B.  

Carol is OK to travel; James is eligible for an upgrade

C.  

Carol and James are both eligible to upgrade

D.  

Carol is OK to travel; James cannot use the service

Discussion 0
Questions 14

Which of the following statements about use-case testing are most accurate?

(i)In a use-case diagram an actor represents a type of user.

(ii)Use-cases are the most common test basis for unit testing.

(iii)A use-case describes interactions between actors.

(iv)An actor is always a human user that interacts with the system.

(v)Test cases can be based on use-case scenarios.

(vi)Use-case testing will often identify gaps not found by testing individual components.

Options:

A.  

ii, iii, iv, v

B.  

i, iii, v, vi

C.  

i, ii, iv, v

D.  

iii, iv, v, vi

Discussion 0
Questions 15

The four test levels defined for a common V-model testing approach are:

Options:

A.  

Unit, integration, system and maintenance.

B.  

Functional, glass box, incremental and maintenance.

C.  

Component, integration, system and acceptance.

D.  

Unit, component, functional and alpha/beta.

Discussion 0
Questions 16

A data driven approach to test automation design is best described as:

Options:

A.  

Using action words to describe the actions to be taken, the test data.

B.  

Scaling to support large numbers of users.

C.  

Being based on Equivalence Partitioning testing techniques.

D.  

Separating out the test data inputs and using a generic script that can read the test data and perform the same test steps with different data.

Discussion 0
Questions 17

Which of the following test design techniques is classified as a structure-based (white box) technique? [K1]

Options:

A.  

Exploratory testing

B.  

Decision table testing

C.  

State transition testing

D.  

Statement testing

Discussion 0
Questions 18

Which of the following is a consideration when deploying test execution tools? [K1]

Options:

A.  

Data-driven testing cannot be used with test execution tools

B.  

Recorded manual tests may become unstable in use

C.  

Keyword-driven testing cannot be used with test execution tools

D.  

Expected results for tests are not required because the tool generates expected results

Discussion 0
Questions 19

Which of the following is a valid objective of testing? [K1]

Options:

A.  

Correcting defects

B.  

Locating defects in the code

C.  

Preventing defects

D.  

Ensuring no defects are present

Discussion 0
Questions 20

Which of the following statements about software development models is most accurate? [K1]

Options:

A.  

The 4 stage V model is always the best choice of software development model for any project

B.  

The agile development model is usually most appropriate for short projects

C.  

The choice of software development model depends on product and project characteristics

D.  

The 2 stage V model is the most appropriate development model for simple products

Discussion 0
Questions 21

What factors should be considered to determine whether enough testing has been performed?

(i)The exit criteria.

(ii)The budget.

(iii)How big the test team is.

(iv)The product's risk profile.

(v)How good the testing tools are.

(vi)Sufficient details of the system status to allow decisions

Options:

A.  

i and ii and iv and vi

B.  

i and ii and iii and vi

C.  

ii and iii and iv and v

D.  

i and ii and v and vi

Discussion 0
Questions 22

Which of the following would be appropriate test objectives for user acceptance testing of the first release of a new software product aimed at a general market and built using Agile methods? [K2]

a. To identify as many defects as possible

b. To maximise code coverage

c. To ensure the product works as expected

d. To assess the overall quality of the product

e. To determine the reliability of the product

Options:

A.  

b and c

B.  

a and d

C.  

b and e

D.  

c and d

Discussion 0
Questions 23

Which type of review has the following main purposes:

discussing, making decisions, evaluating alternatives, finding defects, solving technical problems and checking conformance to specifications, plans, regulations, and standards?

Options:

A.  

Technical Review

B.  

Inspection

C.  

Walkthrough

D.  

Informal review

Discussion 0
Questions 24

What other details should be included in the following incident report when it is first submitted?

Date of Issue: 23/11/05

Severity: P1

Build: Version15.6

Details: Expected field to be limited to 15 chars, able to enter 27

Options:

A.  

Suggested solution, priority and number of defects assigned to this developer.

B.  

Status of the incident, degree of impact, Test Case Number.

C.  

History, related defects and expected fix time.

D.  

Line of code, number of defects found, time of day.

Discussion 0
Questions 25

Which of the following BEST defines static techniques? [K1]

Options:

A.  

Executing the software work product

B.  

Manually examining the code or project documentation

C.  

Automated analysis of the code or project documentation

D.  

Manual examination and automated analysis of code or project documentation

Discussion 0
Questions 26

In a system designed to work out the employee tax to be paid:

_ An employee has $4,000 of salary tax free.

_ The next $1,500 is taxed at 10%.

_ The next $28,000 after that is taxed at 22%.

_ Any further amount is taxed at 40%.

Which of these is a valid Boundary Value Analysis test case?

Options:

A.  

$28,000

B.  

$1,500

C.  

$33,501

D.  

$5,000

Discussion 0
Questions 27

When an organization considers the use of testing tools, they should:

Options:

A.  

Use a tool in order to help define a good test process because the tool will force process repeatability and therefore enforce good test process.

B.  

Always start by bringing in automated test execution tools as these tools have the greatest return on investment and therefore should be introduced first.

C.  

Perform analysis of the test process and then assess whether it can be supported through the introduction of tool support.

D.  

Allow the developers to select the testing tools because tools are technical and developers have the appropriate skills to advise on test tool selection and configuration.

Discussion 0
Questions 28

Which of the test cases below will exercise both outcomes from decision 2? [K3]

Refer to the exhibit

Options:

A.  

P = 24, Q = 20, P=24, Q=25

B.  

P = 36, Q = 36, P=37, Q=35

C.  

P = 42, Q = 43, P=42, Q=42

D.  

P = 37, Q = 36, P=35, Q=36

Discussion 0
Questions 29

Which of the following best describes the Black-box technique?

Options:

A.  

It uses decision coverage for completeness.

B.  

It ensures all possible branches in the code are tested.

C.  

It is based on the internal structure of the system.

D.  

It can be done without reference to the internal structure of the component or system.

Discussion 0
Questions 30

Your company is developing a system with complex business rules and many branches in the structure of its code components. You need to choose one black box technique and one white box technique for test case design.

Which one of the following offers the BEST choice?

Options:

A.  

Statement testing and exploratory testing

B.  

Decision testing and equivalence partitioning

C.  

Decision testing and decision table testing

D.  

Boundary value analysis and decision table testing

Discussion 0
Questions 31

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?

Options:

A.  

Test design specification

B.  

Test condition

C.  

Test procedure specification

D.  

Test case specification

Discussion 0
Questions 32

Which of the following options explain why it is often beneficial to have an independent test function in an organisation?

Options:

A.  

To improve defect finding during reviews and testing

B.  

To ensure that developers adhere to coding standards

C.  

To limit communication between developers and testers

D.  

To provide better metrics for the stakeholders

Discussion 0
Questions 33

Why is measurement of code coverage Important?

Options:

A.  

Because 100% code coverage implies 100% coverage of requirements

B.  

Because 100% code coverage guarantees that there are no coding errors

C.  

Because code coverage can be used to ensure that all code is exercised by tests

D.  

Because code coverage can ensure that all decisions are correctly implemented in the code

Discussion 0
Questions 34

Debugging and Testing are key activities in the software development lifecycle.

Which of the following are 'Debugging' activities?

a) Identifying, a failure

b) Locating the cause of failure

c) Fixing the defect

d) Checking the fix has resolved the failure

Options:

A.  

a & d

B.  

a & b

C.  

b & c

D.  

c & d

Discussion 0
Questions 35

The decision table above shows a company's fuel expenses structure.

Which of the following Test Cases based on the decision table are Valid?

Test Case 1:

An employee who is not a car or motorcycle driver attempts to claim fuel expenses. Expected result: Expense claim not allowed.

Test Case 2:

An employee who drives a 1700cc diesel car attempts to claim fuel expenses. Expected result: Expense claim accepted at band C.

Test Case 3:

An employee who rides a motorcycle attempts to claim fuel expenses. Expected result: Expense claim accepted at band A.

Options:

A.  

Test Cases 1 and 3 are Valid, Test Case 2 is Invalid.

B.  

Test Cases 2 and 3 are Valid, Test Case 1 is Invalid

C.  

Test Cases 1, 2 and 3 are all Valid.

D.  

Test Cases 2 is Valid, Test Cases 1 and 3 are Invalid

Discussion 0
Questions 36

A garden irrigation system allows the user to specify 2 inputs:

1. Frequency - The number of times the system should be automatically switched on per day; minimum once per day, maximum 5 times

2. Duration - The duration of operation, in whole minutes, each time it is switched on; ranging from 1 to 60

Applying 2-value boundary value analysis which of the following options has the correct test set of valid and invalid boundary values?

Options:

A.  

Frequency 1, 5; Duration 1, 60

B.  

Frequency 0, 1, 5, 6; Duration 59 seconds, 1 minute, 60 minutes, 60 minutes 1 second

C.  

Frequency 0, 1, 5, 6; Duration 0, 1, 30, 60, 61

D.  

Frequency 0, 1, 2, 5, 6; Duration 0, 1, 30, 60, 61

Discussion 0
Questions 37

Which of the following would achieve the HIGHEST level of testing independence for a project's test level?

Options:

A.  

Training developers to design good tests for the test team to execute

B.  

Outsourcing test design and execution to a different company

C.  

Having the company's independent test team design and execute the tests

D.  

Minimising contact between testers and developers during test design to avoid bias

Discussion 0
Questions 38

A system requirement states that up to 100 users should be able to carry out a transaction, with responses returned within 5 seconds.

What type of non-functional testing would you carry out to verify these requirements?

Options:

A.  

Stress testing

B.  

Maintenance testing

C.  

Load testing

D.  

Usability testing

Discussion 0
Questions 39

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?

Options:

A.  

a, d, c, b, e

B.  

a, c, b, d, e

C.  

e, a, b, c, d

D.  

e, a, d, c, b

Discussion 0
Questions 40

Which of the following is a defect that is more likely to be found by a static analysis tool than by other testing techniques?

Options:

A.  

Omission of a major requirement

B.  

Inadequate decision coverage

C.  

Component memory leakage

D.  

Variables that are not used improperly declared

Discussion 0
Questions 41

Which of the following optionsBESTexplain the pesticide paradox principle of testing?

Options:

A.  

If we do not regularly review and revise our tests, we'll stop finding defects

B.  

Repeatedly running a set of tests will ensure that a system is defect free

C.  

Defects are, paradoxically, often contained in a small number of modules

D.  

Testing, like spraying pesticide, is an effective bug / defect removal activity

Discussion 0
Questions 42

When can functional and structural testing BOTH be applied?

Options:

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

Discussion 0
Questions 43

Which of the following represents good testing practice for testers, irrespective of the software lifecycle model used?

Options:

A.  

They should start test analysis when the corresponding development level is complete

B.  

They should be involved in reviewing requirements or user stories as soon as drafts are available

C.  

They should ensure that the same test objectives apply to each test level

D.  

They should minimize the ratio of development levels to test levels to reduce project costs

Discussion 0
Questions 44

A system is being enhanced to simplify screen navigation for users.

Which of the following does NOT reflect structural testing?

Options:

A.  

To test all paths that users could take through the screen menu system

B.  

To ensure that 100% decision testing is achieved for each system component

C.  

To test all branches of component calls within the application call graph

D.  

To ensure that users can navigate to all fields on the screen

Discussion 0
Questions 45

The decision table above reflects a golf club's pricing structure for green fees and buggy/cart hire.

What is the expected result (actions) for each of the following two test cases (TC1 and TC2)?

* TC 1 - Paul is not a full member, is a Loyalty Card holder and requests to play 18 holes with a buggy/cart

* TC 2 - Cheryl is not at full member, doesn't have a Loyalty Card and requests to play 9 holes with a buggy/cart

Options:

A.  

TC1 - £23 total charges including buggy hire; TC2 - £21 total charge including buggy hire

B.  

TC1 - £18 total charges including buggy hire; TC2 - £16 total charge but no buggy allowed

C.  

TC1 - £23 total charges including buggy hire; TC2 - £16 total charge but no buggy allowed

D.  

TC1 - £17 total charges but no buggy allowed; TC2 - £21 total charge including buggy hire

Discussion 0
Questions 46

Which of the following does NOT represent one of the three triggers for maintenance testing an operational system?

Options:

A.  

Data migration

B.  

System retirement

C.  

System modification

D.  

Introduction of a test management tool

Discussion 0
Questions 47

The following Test Cases have been created for a simple web-based airline booking system.

Test Case 1: Search for an item Available Flights

Test Case 2: View selected item in My Flights

Test Case 3: Login to the system: Login is accepted

Test Case 4: Select an available flight: item added to My Flights

Test Case 5: Print confirmation receipt, then exit

Test Case 6: In My Flights, confirm details and book flight

Which of the following is the correct logical order for the test cases?

Options:

A.  

6, 3, 1, 4, 2, 5

B.  

3, 4, 1, 2, 5, 6

C.  

3, 2, 1, 4, 6, 5

D.  

3, 1, 4, 2, 6, 5

Discussion 0
Questions 48

A booking system for a city bus service prices its fares according to the time of travel:

• Peak-time tariff starts at 0600 and finishes at 1000 am

• Off-peak tariff applies during all other times of service

• The bus service does not operate between 2300 and the start of the next day’s peak service

Note that all times mentioned are inclusive.

When applying the equivalence partitioning test design technique, which of the following options, shows test case inputs that each fall into a different equivalence partition?

Options:

A.  

0600, 1000, 1200

B.  

1001, 1300, 2259

C.  

0100, 0800, 2200

D.  

2400, 1000, 2301

Discussion 0
Questions 49

Which of the following activities is appropriate to the test planning stage?

Options:

A.  

Analysing the test basis

B.  

Assigning resources for the planned activities

C.  

Designing the test environments

D.  

Writing a test execution schedule

Discussion 0
Questions 50

Which one of the following statements about testing techniques is TRUE?

Options:

A.  

Exploratory testing can replace black box techniques when testing time is very limited

B.  

Test execution scheduling should give priority to experienced based testing

C.  

Specification based techniques can be used as a substitute for a poorly defined test basis

D.  

Experienced based techniques are systematic and produce detailed test documentation

Discussion 0
Questions 51

Which of the following would NOT be a common metric used for monitoring test preparation and execution?

Options:

A.  

Number of Test cases passed and failed

B.  

Percentage of planned test cases designed

C.  

Number of test plan review comments

D.  

Percentage of tasks complete in test environment preparation

Discussion 0
Questions 52

Which of the following would you NOT expect to see on an incident report from test execution?

Options:

A.  

The version(s) of the software under test

B.  

The test execution schedule

C.  

Expected results and actual results

D.  

Precise steps to reproduce the problem

Discussion 0
Questions 53

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

Options:

A.  

Test Implementation and Execution

B.  

Test Planning and Control

C.  

Evaluating Exit Criteria and Reporting

D.  

Test Analysis and Design

Discussion 0
Questions 54

Which of the following would be a good test technique to use when under severe time pressure?

Options:

A.  

Exploratory testing

B.  

Structure based testing

C.  

Specification based testing

D.  

Use Case testing

Discussion 0
Questions 55

Which of the following is the main purpose of the component build and integration strategy?

Options:

A.  

to ensure that all of the small components are tested

B.  

to ensure that the system interfaces to other systems and networks

C.  

to ensure that the integration testing can be performed by a small team

D.  

to specify how the software should be divided into components

E.  

to specify which components to combine when, and how many at once

Discussion 0
Questions 56

What can a risk-based approach to testing provide?

Options:

A.  

The types of test techniques to be employed.

B.  

The total tests needed to provide 100 per cent coverage.

C.  

An estimation of the total cost of testing.

D.  

Only that test execution is effective at reducing risk.

Discussion 0
Questions 57

During the software development process, at what point can the test process start?

Options:

A.  

When the code is complete.

B.  

When the design is complete.

C.  

When the software requirements have been approved.

D.  

When the first code module is ready for unit testing

Discussion 0
Questions 58

Which of the following is not true of regression testing?

Options:

A.  

It can be carried out at each stage of the life cycle.

B.  

It serves to demonstrate that the changed software works as intended.

C.  

It serves to demonstrate that software has not been unintentionally changed.

D.  

It is often automated.

Discussion 0
Questions 59

Hand over of Testware is a part of which Phase:

Options:

A.  

Test Analysis and Design

B.  

Test Planning and control

C.  

Test Closure Activities

D.  

Evaluating exit criteria and reporting

Discussion 0
Questions 60

Which of the following statements BEST describes one of the seven key principles of software testing?

Options:

A.  

Automated tests are better than manual tests for avoiding the Exhaustive Testing.

B.  

Exhaustive testing is, with sufficient effort and tool support, feasible for all software.

C.  

It is normally impossible to test all input / output combinations for a software system.

D.  

The purpose of testing is to demonstrate the absence of defects. The purpose of testing is to demonstrate the absence of defects.

Discussion 0
Questions 61

Which of the following types of test tool are most likely to include traceability functions?

(i) Performance testing tool

(ii) Requirements management tool

(iii) Configuration management tool

(iv) Static analysis tool

Options:

A.  

(i) and (ii)

B.  

(i) and (iv)

C.  

(ii) and (iii)

D.  

(iii) and (iv)

Discussion 0
Questions 62

What is the concept of introducing a small change to the program and having theeffects of that change show up in some test..?

Options:

A.  

Introducing mutations

B.  

Performance testing

C.  

A mutation error

D.  

Debugging a program

Discussion 0
Questions 63

Which of the following comparisons of component testing and system testing are TRUE?

Options:

A.  

Component testing verifies the functioning of software modules, program objects, and classes that are separately testable, whereas system testing verifies interfaces between components and interactions with different parts of the system.

B.  

Test cases for component testing are usually derived from component specifications, design specifications, or data models, whereas test cases for system testing are usually derived from requirement specifications, functional specifications or use cases.

C.  

Component testing focuses on functional characteristics, whereas system testing focuses on functional and non-functional characteristics.

D.  

Component testing is the responsibility of the technical testers, whereas system testing typically is the responsibility of the users of the system.

Discussion 0
Questions 64

When a defect is detected and fixed then the software should be retested to confirm that the original defect has been successfully removed. This is called:

Options:

A.  

Regression testing

B.  

Maintenance testing

C.  

Confirmation testing

D.  

None of the above

Discussion 0
Questions 65

Important consequences of the impossibility of complete testing are ..?

Options:

A.  

We can never be certain that the program is bug free

B.  

We have no definite stopping point for testing, which makes it easier for some managers to argue for very little testing

C.  

We have no easy answer for what testing tasks should always be required, because every task takes time that could be spent on other high importance tasks

D.  

All of the above

Discussion 0
Questions 66

According to the ISTQB Glossary, regression testing is required for what purpose?

Options:

A.  

To verify the success of corrective actions.

B.  

To prevent a task from being incorrectly considered completed.

C.  

To ensure that defects have not been introduced by a modification.

D.  

To motivate better unit testing by the programmers.

Discussion 0
Questions 67

What is the purpose of a test completion criterion?

Options:

A.  

to know when a specific test has finished its execution

B.  

to ensure that the test case specification is complete

C.  

to set the criteria used in generating test inputs

D.  

to determine when to stop testing

Discussion 0
Questions 68

The purpose of exit criteria is:

Options:

A.  

Define when to stop testing

B.  

End of test level

C.  

When a set of tests has achieved a specific pre condition

D.  

All of the above

Discussion 0
Questions 69

What is the main purpose of use case testing?

Options:

A.  

To identify defects in process flows related to typical use of the system.

B.  

To identify defects in the connections between components.

C.  

To identify defects in the system related to extreme scenarios.

D.  

To identify defects in the system related to the use of unapproved programming practices.

Discussion 0
Questions 70

For which of the following would maintenance testing be used?

Options:

A.  

Correction of defects during the development phase.

B.  

Planned enhancements to an existing operational system.

C.  

Complaints about system quality during user acceptance testing.

D.  

Integrating functions during the development of a new system.

Discussion 0
Questions 71

Tools like change Man, Clear case are used as..?

Options:

A.  

functional automation tools

B.  

performance testing tools

C.  

configuration management tools

D.  

none of the above

Discussion 0
Questions 72

What should be the MAIN objective during development testing?

Options:

A.  

To cause as many failures as possible so that defects in the software are identified and can be fixed

B.  

To confirm that the system works as expected and that requirements have been met

C.  

To assess the quality of the software with no intention of fixing defects

D.  

To give information to stakeholders of the risk of releasing the system at a given time

Discussion 0
Questions 73

Which of the following is not decided in the test-planning phase..?

Options:

A.  

Schedules and deliverables

B.  

Hardware and software

C.  

Entry and exit criteria

D.  

Types of test cases

Discussion 0
Questions 74

The purpose of requirement phase is:

Options:

A.  

To freeze requirements

B.  

To understand user needs

C.  

To define the scope of testing

D.  

All of the above

Discussion 0
Questions 75

In a review meeting a moderator is a person who:

Options:

A.  

Takes minutes of the meeting

B.  

Mediates between people

C.  

Takes telephone calls

D.  

Writes the documents to be reviewed

Discussion 0
Questions 76

Incorrect form of Logic coverage is:

Options:

A.  

Statement Coverage

B.  

Pole Coverage

C.  

Condition Coverage

D.  

Path Coverage

Discussion 0
Questions 77

Which of the following are aids to good communication, and which hinder it?

i. Try to understand how the other person feels.

ii. Communicate personal feelings, concentrating upon individuals.

iii. Confirm the other person has understood what you have said and vice versa.

iv. Emphasize the common goal of better quality.

v. Each discussion is a battle to be won.

Options:

A.  

(i), (ii) and (iii) aid, (iv) and (v) hinder.

B.  

(iii), (iv) and (v) aid, (i) and (ii) hinder.

C.  

(i), (iii) and (iv) aid, (ii) and (v) hinder.

D.  

(ii), (iii) and (iv) aid, (i) and (v) hinder.

Discussion 0
Questions 78

Which of the following statements contains a valuable objective for a test team?

Options:

A.  

Prove that the remaining defects will not cause any additional failures.

B.  

Run all of the tests that are defined for the test object as quickly as possible.

C.  

Prove that all faults have been identified through thorough testing.

D.  

Cause as many failures as possible so that faults can be identified and corrected

Discussion 0
Questions 79

A tool that supports traceability, recording of incidents or scheduling of tests is called..?

Options:

A.  

A dynamic analysis tool

B.  

A test execution tool

C.  

A debugging tool

D.  

A test management tool

E.  

A configuration management tool

Discussion 0
Questions 80

What do static analysis tools analyze?

Options:

A.  

Design

B.  

Test cases

C.  

Requirements

D.  

Program code

Discussion 0
Questions 81

Statement Coverage will not check for the following:

Options:

A.  

Missing Statements

B.  

Unused Branches

C.  

Dead Code

D.  

Unused Statement

Discussion 0