G08 Testing

G08 Testing

University

6 Qs

quiz-placeholder

Similar activities

ระบบสารสนเทศ (Information system)

ระบบสารสนเทศ (Information system)

9th Grade - University

10 Qs

Quiz 5 - Testing

Quiz 5 - Testing

University

5 Qs

Testing Basics

Testing Basics

University

10 Qs

Software Enigeering and Testing 28/08/25

Software Enigeering and Testing 28/08/25

University

10 Qs

EIST G08

EIST G08

University

6 Qs

Key Elements of Testing

Key Elements of Testing

University

6 Qs

SE Quiz 1 (FG)

SE Quiz 1 (FG)

University

10 Qs

IT-SIA01: Chapter 1 Overview of Systems Integration

IT-SIA01: Chapter 1 Overview of Systems Integration

University

10 Qs

G08 Testing

G08 Testing

Assessment

Quiz

Computers

University

Hard

Created by

Simon Karan

Used 10+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Terminology

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

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

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

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Unit Testing

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

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

During unit testing, developers test groups of subsystems

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Integration Testing

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

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

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.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

System Testing

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

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

White box fuzzing generates input without any knowledge of the program

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Model Based Testing

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

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

It's helpful to separate developers from testers

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Object Oriented Testing

The substitutes for collaborators are mock objects

The System Model contains all replacements of the collaborators

The SUT gets isolated to prevent interferences or allow early testing