G08 S22

G08 S22

University

6 Qs

quiz-placeholder

Similar activities

Software Testing Fundamentals

Software Testing Fundamentals

University

9 Qs

Software Verification and Validation

Software Verification and Validation

University

10 Qs

SDLC

SDLC

5th Grade - Professional Development

9 Qs

DESIGN THINKING PROCESS

DESIGN THINKING PROCESS

University

10 Qs

Agile Development

Agile Development

University

10 Qs

7.7 Test Data Cambridge IGCSE 0478

7.7 Test Data Cambridge IGCSE 0478

10th Grade - University

10 Qs

ISQTB_Q. 991 to 1000

ISQTB_Q. 991 to 1000

University

10 Qs

Software Testing Strategy -Begineer Level

Software Testing Strategy -Begineer Level

University

10 Qs

G08 S22

G08 S22

Assessment

Quiz

Computers

University

Medium

Created by

Simon Karan

Used 15+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

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

45 sec • 5 pts

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

1 min • 5 pts

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

45 sec • 5 pts

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

45 sec • 5 pts

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

45 sec • 5 pts

Object Oriented Testing

Mock objects replace the behavior of a real object and returns hardcoded values

Mock objects are often used to fill parameter lists, passed around and never actually used

Mock objects simulate the behavior of existing code