Black Friday Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtick70

CTFL-Foundation ISTQB Certified Tester Foundation Level Questions and Answers

Questions 4

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

Buy Now
Questions 5

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

Buy Now
Questions 6

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

Options:

A.

Checking that all decisions have been exercised in a single program

B.

Checking that all decisions have been exercised in a business process

C.

Checking that all calls from one program module to another have been made correctly

D.

Checking that at least 50% of decisions have been exercised by a test case suite

Buy Now
Questions 7

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

Buy Now
Questions 8

Which option BEST describes how the level of risk is determined?

Options:

A.

The likelihood of an adverse event happening multiplied by the cost of preventing it

B.

The consequences of a potential problem multiplied by the cost of possible legal action

C.

The impact of an adverse event multiplied by the likelihood of that event occurring

D.

The likelihood and the probability of a hazard occurring

Buy Now
Questions 9

A live defect has been found where a code component fails to release memory after it has finished using it.

Which of the following tools would have been the MOST effective at detecting this defect prior to live implementation?

Options:

A.

Dynamic analysis tool

B.

Monitoring tool

C.

Configuration management tool

D.

Coverage measurement tool

Buy Now
Questions 10

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

Buy Now
Questions 11

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

Buy Now
Questions 12

During the development of a software change for a system, the developer makes a mistake in his work, which leads to a fault in the code. Unfortunately the fault is not found by software testing and is released into live.

What is the definite consequence of this mistake?

Options:

A.

The system will fail, causing a defect

B.

If the defect is executed, the system may fail

C.

Loss of money, time, or business reputation

D.

Contractual requirements have not been met by testing

Buy Now
Questions 13

Which of the following type of defect would NOT be typically found by using a static analysis tool?

Options:

A.

A variable is defined but is then not used

B.

A variable is used in a calculation before it is defined

C.

A variable has the wrong numeric value passed into it

D.

A variable is used but not declared

Buy Now
Questions 14

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

Buy Now
Questions 15

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

Buy Now
Questions 16

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

Buy Now
Questions 17

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

Buy Now
Questions 18

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

Buy Now
Questions 19

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

Buy Now
Questions 20

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

Buy Now
Questions 21

Which of the following is NOT a valid objective of testing?

Options:

A.

Preventing defects from being introduced into the code

B.

Investigating and fixing defects in the software under test

C.

Gaining confidence that the system is fit-for-purpose

D.

Providing information for stakeholders’ decision making

Buy Now
Questions 22

Testing effort can depend on a number of factors, which one of following is MOST likely to impact the amount of effort required?

Options:

A.

The predicted number of defects and the amount of rework required

B.

The ratio of developers to testers in the project team

C.

The planned use of a project management tool to schedule tasks

D.

The responsibilities for testers and developers being clearly defined

Buy Now
Questions 23

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

Buy Now
Questions 24

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

Buy Now
Questions 25

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

Buy Now
Questions 26

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

Buy Now
Questions 27

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

Buy Now
Questions 28

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

Buy Now
Questions 29

Of the following, select the best description of the fundamental test process:

Options:

A.

Planning and control, analysis, design, implementation, execution, evaluation of exit criteria and reporting, test closure.

B.

Executing tests, identifying and recording defects and preparing recommendation and closure reports.

C.

Controls, preparation of test cases, execution of test cases, execution of regression packs, communicating with developers, writing recommendations for release.

D.

Static testing, dynamic testing, defect reporting, reporting and closure.

Buy Now
Questions 30

Which of the following test case design techniques is white box (structure-based)? [K1]

Options:

A.

Use case testing

B.

State transition testing

C.

Decision testing

D.

Equivalence partitioning

Buy Now
Questions 31

Which of the following are valid test objectives?

(i)Finding defects.

(ii)Gaining confidence about the level of quality and providing information.

(iii)Preventing defects.

(iv)Debugging the code.

Options:

A.

i, ii and iii

B.

i, ii and iv

C.

ii and iii

D.

i and iv

Buy Now
Questions 32

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

Buy Now
Questions 33

Testers are often seen as the bearer of unwanted news regarding defects. What are effective ways to improve the communication and relationship between testers and others?

a)Communicate factual information in a constructive way.

b)Try to understand how the other person feels and why they react the way they do.

c)Always outsource testing activities.

d)Never record information that could be used to apportion blame to an individual or team.

Options:

A.

a and b

B.

a, b and c

C.

a, b and d

D.

a and c

Buy Now
Questions 34

Refer to the exhibit

Given the following State Transition diagram, match the test cases below with the relevant set of state transitions.

(i)X-Z-V-W

(ii)W-Y-U-U

Options:

A.

(i) = S1 – S2 – S3 – S4 – S2 and (ii) = S4 – S2 – S4 – S4 – S4

B.

(i) = S1 – S2 – S3 – S4 – S4 and (ii) = S2 –S4 – S4 – S4 – S2

C.

(i) = S2 – S3 – S4 – S2 – S2 and (ii) = S4 – S2 – S4 – S4 – S4

D.

(i) = S2 – S3 – S4 - S4 – S2 and (ii) = S2 –S3 – S4 –S4 – S4

Buy Now
Questions 35

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

Buy Now
Questions 36

“Experience based" test design techniques, typically...

Options:

A.

Use decision tables to generate the Boolean test conditions to be executed.

B.

Identify the structure of the system or software at the component, integration or system level.

C.

Use the skill, intuition and experience of the tester to derive the test cases, using error guessing and exploratory testing.

D.

Establish traceability from test conditions back to the specifications and requirements.

Buy Now
Questions 37

Which of the following would NOT be a typical target of testing support tools?

Options:

A.

Automate activities that require significant resources when done manually

B.

Automate activities that cannot be executed manually

C.

Automate repetitive tasks

D.

Automating repetitive inspections

Buy Now
Questions 38

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

Buy Now
Questions 39

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

Buy Now
Questions 40

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

Buy Now
Questions 41

Component testing may include:

Options:

A.

Sociability testing.

B.

User acceptance testing.

C.

Beta testing.

D.

The use of stubs and drivers.

Buy Now
Questions 42

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

Buy Now
Questions 43

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

Buy Now
Questions 44

From the following list, which of the following apply to experience-based techniques? [K2]

a. Test cases are derived from a model of the problem to be solved or the software

b. Test cases are derived from the knowledge of the testers

c. The knowledge of testers, developers and users is used to drive testing

d. The internal structure of the code is used to derive test cases

Options:

A.

a and b.

B.

c and d.

C.

a and d.

D.

b and c.

Buy Now
Questions 45

Which statement BEST describes when test planning should be performed? [K1]

Options:

A.

Test planning is performed only once, at the beginning of the life cycle, andgenerates a Master Test Plan

B.

Test planning is performed at the beginning of the life cycle and again at the beginning of test execution

C.

Test planning is performed at the beginning of the life cycle and again at every test level

D.

Test planning is performed continuously in all life cycle processes and activities

Buy Now
Questions 46

Test objectives for systems testing of a safety critical system include completion of all outstanding defect correction. Regression testing is required following defect correction at all test levels. Which TWO of the following metrics would be MOST suitable for determining whether the test objective has been met? [K2]

a. Regression tests run and passed in systems testing

b. Incidents closed in systems testing

c. Planned tests run and passed in system testing

d. Planned tests run and passed at all levels of testing

e. Incidents raised and closed at all levels of testing

Options:

A.

a and e

B.

b and c

C.

d and e

D.

a and b

Buy Now
Questions 47

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

Buy Now
Questions 48

Before an invoice can be created, an account is required. Before an account can be set up, an account user is required (in order to set up the account). The software is delivered with a master user only, who can only create other types of users. The following test cases have been written to test the high-level structure of the software

a. Create an invoice

b. Amend an invoice

c. Process an invoice (send to customer)

d. Delete an invoice

e. Create an account

f. Create an account user

g. Amend an account user

h. Delete an account user

i. Amend an account

j. Delete an account

Which of the following test procedures would enable all tests to be run?[K3]

Options:

A.

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

B.

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

C.

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

D.

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

Buy Now
Questions 49

Which of the following statements is most true about test conditions?

Options:

A.

An item or event of a component or system that can be verified by one or more test cases.

B.

The grouping of a composite set of test cases which, when tested as a whole, reveal a positive or negative result.

C.

A testable component derived from business requirements.

D.

Applies to software testing only.

Buy Now
Questions 50

Which from the following list are typically found to enable the review process to be successful? [K2]

a. Each review has clear defined objectives

b. The lower the number of defects, the better the review process

c. The right people for the review objective are involved

d. There is an emphasis on learning and process improvement

e. Management are not involved in the process at all

f. Checklists should not be used, as these slow down the process

g. Defects found are welcomed and expressed objectively

Options:

A.

a, f and g.

B.

b, c and f.

C.

a, c and d.

D.

d, e and g.

Buy Now
Questions 51

What content would be in an incident report if that incident report was based on the IEEE 829 Standard for SoftwareTest Documentation?

(i)Identification of configuration items of the software or system.

(ii)Software or system lifecycle process in which the incident was observed.

(iii)Description of the anomaly to enable reproduction of the incident.

(iv)Number of occurrences of the incident.

(v)Classification of the cause of the incident for metrics and for reporting purposes.

Number of correct answers: 1

Options:

A.

i, ii, iii

B.

ii, iii

C.

i, iii, iv

D.

i, ii, iii, v

Buy Now
Questions 52

Which of the following are 'Exit Criteria?'

Options:

A.

Acceptance criteria, completion criteria, pass/fail criteria.

B.

Coverage of code, schedule, estimates of defect density.

C.

The last executable statement within a component.

D.

Cost overruns.

Buy Now
Questions 53

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

Buy Now
Questions 54

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.

Buy Now
Questions 55

Security falls under..?

Options:

A.

compliance testing

B.

disaster testing

C.

verifying compliance to rules

D.

functional testing

E.

ease of operations

Buy Now
Questions 56

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)

Buy Now
Questions 57

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.

Buy Now
Questions 58

A test management tool is most likely to integrate with which of the following tools?

Options:

A.

Performance testing tool

B.

Test data preparation tool

C.

Static analysis tool

D.

Requirements management tool

Buy Now
Questions 59

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

Buy Now
Questions 60

What test roles (or parts in the testing process) is a developer most likely to perform?

(i) Executing component integration tests.

(ii) Static analysis.

(iii) Setting up the test environment.

(iv) Deciding how much testing should be automated.

Options:

A.

(i) and (ii)

B.

(i) and (iv)

C.

(ii) and (iii)

D.

(iii) and (iv)

Buy Now
Questions 61

Maintenance testing is:

Options:

A.

updating tests when the software has changed

B.

testing a released system that has been changed

C.

testing by users to ensure that the system meets a business need

D.

testing to maintain business advantage

Buy Now
Questions 62

Which list of levels of tester independence is in the correct order, starting with the most independent first?

Options:

A.

Tests designed by the author; tests designed by another member of the development team; tests designed by someone from a different company.

B.

Tests designed by someone from a different department within the company; tests designed by the author; tests designed by someone from a different company.

C.

Tests designed by someone from a different company; tests designed by someone from a different department within the company; tests designed by another member of the development team.

D.

Tests designed by someone from a different department within the company; tests designed by someone from a different company; tests designed by the author.

Buy Now
Questions 63

Which of the following best describes the purpose of non-functional testing?

Options:

A.

To measure characteristics of a system which give an indication of how the system performs its functions

B.

To ensure that a system complies with the quality standards set by ISO 9126

C.

To ensure that the system deals appropriately with software malfunctions

D.

To measure the extent to which a system has been tested by functional testing

Buy Now
Questions 64

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.

Buy Now
Questions 65

What if the project isn't big enough to justify extensive testing..?

Options:

A.

Use risk based analysis to find out which areas need to be tested

B.

Use automation tool for testing

C.

Both a and b

D.

None of the above

Buy Now
Questions 66

Which of the following is the task of a Tester?

i. Interaction with the Test Tool Vendor to identify best ways to leverage test tool on the project.

ii. Prepare and acquire Test Data

iii. Implement Tests on all test levels, execute and log the tests.

iv. Create the Test Specifications

Options:

A.

i, ii, iii is true and iv is false

B.

ii, iii, iv is true and i is false

C.

i is true and ii, iii, iv are false

D.

iii and iv is correct and i and ii are incorrect

Buy Now
Questions 67

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

Buy Now
Questions 68

Code Coverage is used as a measure of what?

Options:

A.

Defects

B.

Trends analysis

C.

Test Effectiveness

D.

Time Spent Testing

Buy Now
Questions 69

The difference between re-testing and regression testing is:

Options:

A.

Re-testing is running a test again; regression testing looks for unexpected side effects

B.

Re-testing looks for unexpected side effects; regression testing is repeating those tests

C.

Re-testing is done after faults are fixed; regression testing is done earlier

D.

Re-testing uses different environments, regression testing uses the same environment

E.

Re-testing is done by developers, regression testing is done by independent testers

Buy Now
Questions 70

Which of the following could be a reason for a failure?

1) Testing fault

2) Software fault

3) Design fault

4) Environment Fault

5) Documentation Fault

Options:

A.

2 is a valid reason; 1, 3, 4 & 5 are not

B.

1, 2, 3, 4 are valid reasons; 5 is not

C.

1, 2, 3 are valid reasons; 4 & 5 are not

D.

All of them are valid reasons for failure

Buy Now
Questions 71

To test a function, the programmer has to write a _________, which calls the function to be tested and passes it test data:

Options:

A.

Stub

B.

Driver

C.

Proxy

D.

None of the above

Buy Now
Questions 72

Fault Masking is:

Options:

A.

Error condition hiding another error condition

B.

Creating a test case which does not reveal a fault

C.

Masking a fault by developer

D.

Masking a fault by a tester

Buy Now
Questions 73

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

Buy Now
Questions 74

Which is the best definition of complete testing..?

Options:

A.

You have discovered every bug in the program

B.

You have tested every statement, branch, and combination of branches in the program

C.

You have reached the scheduled ship date

D.

You have completed every test in the test plan

Buy Now
Questions 75

Which of the following is true of iterative development?

Options:

A.

It uses fully defined specifications from the start.

B.

It involves the users in the testing throughout.

C.

Changes to the system do not need to be formally recorded.

D.

It is not suitable for developing websites.

Buy Now
Questions 76

Tests are prioritized so that:

Options:

A.

You shorten the time required for testing

B.

You do the best testing in the time available

C.

You do more effective testing

D.

You find more faults

Buy Now
Questions 77

Which of the following is in the correct order (typically)?

Options:

A.

Unit testing, system testing, acceptance testing, maintenance testing.

B.

System testing, unit testing, acceptance testing, maintenance testing.

C.

Acceptance testing, system testing, maintenance testing, unit testing.

D.

Unit testing, maintenance testing, system testing, acceptance testing.

Buy Now
Questions 78

Which of the following is a benefit of test independence?

Options:

A.

It does not require familiarity with the code.

B.

It is cheaper than using developers to test their own code.

C.

It avoids author bias in defining effective tests.

D.

Testers are better at finding defects than developers.

Buy Now
Questions 79

What is retesting?

Options:

A.

Running the same test again in the same circumstances to reproduce the problem.

B.

A cursory run through a test pack to see if any new errors have been introduced.

C.

Checking that the predetermined exit criteria for the test phase have been met.

D.

Running a previously failed test against new software/data/documents to see if the problem is solved.

Buy Now
Questions 80

Which of the following is true about the V-model?

Options:

A.

It has the same steps as the waterfall model for software development.

B.

It is referred to as a cyclical model for software development.

C.

It enables the production of a working version of the system as early as possible.

D.

It enables test planning to start as early as possible.

Buy Now
Questions 81

Which of the following principles should be followed when introducing a test tool into an organization?

(i) Assessing organizational maturity to establish whether a tool will provide expected benefits.

(ii) Requiring a quick payback on the initial investment.

(iii) Including a requirement for the tool to be easy to use without having to train unskilled testers.

(iv) Identifying and agreeing requirements before evaluating test tools.

Options:

A.

(i) and (ii)

B.

(i) and (iv)

C.

(ii) and (iii)

D.

(iii) and (iv)

Buy Now
Exam Code: CTFL-Foundation
Exam Name: ISTQB Certified Tester Foundation Level
Last Update: Nov 24, 2024
Questions: 272
CTFL-Foundation pdf

CTFL-Foundation PDF

$25.5  $84.99
CTFL-Foundation Engine

CTFL-Foundation Testing Engine

$30  $99.99
CTFL-Foundation PDF + Engine

CTFL-Foundation PDF + Testing Engine

$40.5  $134.99