wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz - Foundation of Testing (Testing and System Implementation)

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.
  1. What is the primary purpose of software testing?

a)

To fix all bugs in the software

b)

To show that the software is perfect

c)

To demonstrate that the software is free of defects

d)

To identify defects and reduce the risk of software failures

2.
  1. Which of the following is NOT one of the main objectives of testing according to the ISTQB Foundation syllabus?

a)

To evaluate work products such as requirements and code

b)

To verify whether all specified requirements have been fulfilled

c)

To guarantee that the software is 100% bug-free

d)

To find failures and defects

3.
  1. What is the difference between verification and validation in software testing?

a)

Verification is done by users, validation is done by testers

b)

Verification checks if the software meets specifications, validation checks if it meets user needs

c)

Verification is done after development, validation is done during development

d)

There is no difference; the terms are interchangeable

4.
  1. Which of the following best describes the relationship between errors, defects, and failures?

a)

Errors cause defects, which may lead to failures

b)

Failures cause defects, which may lead to errors

c)

Defects cause errors, which may lead to failures

d)

They are all synonyms for the same concept

5.
  1. What is quality assurance (QA) in the context of software development?

a)

The process of finding and fixing bugs in software

b)

The act of running tests on software

c)

Part of quality management focused on providing confidence that quality requirements will be fulfilled

d)

A synonym for software testing

6.
  1. Which of the following is NOT one of the seven principles of software testing mentioned in the material?

a)

Testing shows the presence of defects, not their absence

b)

Exhaustive testing is impossible

c)

Testing always improves software quality

d)

Early testing saves time and money

7.
  1. What is the "pesticide paradox" in software testing?

a)

Bugs are attracted to certain types of software

b)

Repeated use of the same tests leads to fewer defects being found over time

c)

Testers become immune to finding defects after prolonged exposure

d)

Software becomes more resistant to testing over time

8.
  1. Why is early testing considered beneficial?

a)

It allows more time for exhaustive testing

b)

It saves time and money by catching defects earlier in the development process

c)

It guarantees a bug-free final product

d)

It eliminates the need for later stage testing

9.
  1. What is debugging in the context of software development?

a)

The process of writing test cases

b)

The process of finding, analyzing, and removing the causes of failures in software

c)

The process of running automated tests

d)

The process of documenting software requirements

10.
  1. What is meant by "phase containment" in software testing?

a)

The practice of isolating testers from developers

b)

The extent to which defects are removed in the phase where they are introduced

c)

The process of categorizing defects by severity

d)

The act of postponing all testing until the end of development