TG08

TG08

1st - 12th Grade

6 Qs

quiz-placeholder

Similar activities

DevOps Quiz (NevtikTalk#3)

DevOps Quiz (NevtikTalk#3)

10th - 12th Grade

10 Qs

Latihan Soal Informatika Kelas XII IPS U1

Latihan Soal Informatika Kelas XII IPS U1

12th Grade

10 Qs

System Life Cycle

System Life Cycle

10th - 11th Grade

10 Qs

Test Unit 1 & 2.

Test Unit 1 & 2.

3rd - 4th Grade

10 Qs

Software Testing

Software Testing

12th Grade - University

10 Qs

Quality Assurance and Regression Testing

Quality Assurance and Regression Testing

3rd Grade

10 Qs

Computer Careers & STEM

Computer Careers & STEM

9th Grade

10 Qs

Documentation in System Life Cycle

Documentation in System Life Cycle

8th Grade

10 Qs

TG08

TG08

Assessment

Quiz

Computers

1st - 12th Grade

Medium

Created by

Argert Boja

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Terminology

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

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

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

2.

MULTIPLE SELECT QUESTION

45 sec • 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 SELECT QUESTION

1 min • 1 pt

Integration Testing

During integration testing, the developers test the complete system and how all the components are well 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 SELECT 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 clients requirements or not

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

White box fuzzing generated input without any knowledge of the program

5.

MULTIPLE SELECT QUESTION

45 sec • 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 SELECT QUESTION

45 sec • 1 pt

Object Oriented Testing

The replacements 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