wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

TG08

Total questions: 6

Worksheet time: 5mins

Name
Class
Date
1.

Terminology

a)

Error is when the observed behaviour is not equal to the expected behaviour

b)

Verification is the activity of checking for deviations from the specified behaviour of the system

c)

When the system has an error, any further processing could lead to failure

2.

Unit Testing

a)

Black box testing is done using analysis knowledge to discover new features

b)

White box testing tests what is done instead of what should be done

c)

During unit testing developers test groups of subsystems

3.

Integration Testing

a)

During integration testing, the developers test the complete system and how all the components are well integrated together

b)

A driver acts as a replacement of the actual subsystem and provides the same interface

c)

Later integration exposes the system to higher risks of unexpected failures, vertical integration is therefore used to build, integrate and test subsystems as early and as frequently as possible

4.

System Testing

a)

During system testing, the complete system is examined in the target environment to see whether it meets the clients requirements or not

b)

Fuzzing refers to running a program on many random, abnormal inputs to detect deviations from the expected behaviour

c)

White box fuzzing generated input without any knowledge of the program

5.

Model Based Testing

a)

The Oracle contains all data that is required for the test case execution

b)

With automated testing, it is possible to test a system completely.

c)

It's helpful to separate developers from testers.

6.

Object Oriented Testing

a)

The replacements for collaborators are mock objects.

b)

The System Model contains all replacements of the collaborators

c)

The SUT gets isolated to prevent interferences or allow early testing