wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Fundamentals of Testing

Total questions: 11

Worksheet time: 10mins

Name
Class
Date
1.

Which of the following statements is a valid objective for testing?

a)

The test should start as late as possible so that development had enough time to create a good product

b)

To validate whether the test object works as expected by the users and other stakeholders

c)

To prove that all possible defects are identified

d)

To prove that any remaining defects will not cause any failures

2.

Which of the following statements correctly describes the difference between testing and debugging?

a)

Testing identifies the source of defects; debugging analyzes the defects and proposes prevention activities

b)

Dynamic testing shows failures caused by defects; debugging eliminates the defects, which are the source of failures

c)

Testing does not remove faults; but debugging removes defects that cause the faults

d)

Dynamic testing prevents the causes of failures; debugging removes the failures

3.

Which of the following is a typical objective of testing?

a)

To find defects and failures

b)

To validate the project plan works as required

c)

Ensuring of complete testing

d)

Comparing actual results with expected results

4.

In what way can testing be part of Quality Assurance?

a)

It ensures that requirements are detailed enough

b)

Testing reduces the risk of poor software quality

c)

It ensures that standards in the organization are followed

d)

It measures the quality of software in terms of number of executed test cases

5.

What is quality?

a)

Activities focused on providing confidence that quality requirements will be fulfilled

b)

The degree to which a component or system satisfies the stated and implied needs of its various stakeholders

c)

The degree to which a component or system protects information and data so that persons or other components or systems have the degree of access appropriate to their types and levels of authorization

d)

The total costs incurred on quality activities and issues and often split into prevention costs, appraisal costs, internal failure costs and external failure costs

6.

Bonus Question !!


What is the name of the coffee shop in the sitcom Friends?

a)

Birch Coffee

b)

Cafe Nervosa

c)

Central Perk

d)

Peach Pit

7.

Programmers often write and execute unit tests against code which they have written. During this self-testing activity, which of the following is a tester mindset that programmers should adopt to perform this unit testing effectively?

a)

Good communication skills

b)

Code coverage

c)

Evaluating code defects

d)

Attention to detail

8.

Bonus Question!!!


Name Pixar’s first feature-length movie?

a)

Luca

b)

A Bug's Life

c)

Toy Story

d)

Monsters, Inc.

9.

A product owner says that your role as a tester on an Agile team is to catch all the bugs before the end of each iteration. Which of the following is a testing principle that could be used to respond to this (false) statement?

a)

Defect clustering

b)

Testing shows the presence of defects

c)

Absence of error fallacy

d)

Root cause analysis

10.

As a result of risk analysis, more testing is being directed to those areas of the system under test where initial testing found more defects than average. Which of the following testing principles is being applied?

a)

Beware of the pesticide paradox

b)

Testing is context dependent

c)

Absence-of-errors is a fallacy

d)

Defects cluster together

11.

Which of the following is an example of a task that can be carried out as part of the test process?

a)

Analyzing a defect

b)

Designing test data

c)

Assigning a version to a test item

d)

Writing a user story