Software Testing part 2

Software Testing part 2

University

7 Qs

quiz-placeholder

Similar activities

DS UNIT-2 TEST-1

DS UNIT-2 TEST-1

University

10 Qs

System Analysis and Design - Phase II. C - Logic Modelling

System Analysis and Design - Phase II. C - Logic Modelling

University - Professional Development

10 Qs

SE Quiz 3 (JKL)

SE Quiz 3 (JKL)

University

10 Qs

Software Testing 2

Software Testing 2

University

10 Qs

Computing Software Development Process

Computing Software Development Process

8th Grade - University

10 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

Control Structures - Selection in Python

Control Structures - Selection in Python

8th Grade - University

11 Qs

BCSC0006 - Quiz 1 - Arrays

BCSC0006 - Quiz 1 - Arrays

University

10 Qs

Software Testing part 2

Software Testing part 2

Assessment

Quiz

Computers

University

Medium

Created by

Dimitrios Kondylis

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Typically, Equivalence Class Partitioning can be divided into three sets of input data, being

True, False, Null

Invalid, Valid, Invalid

Left, Middle, Right

IsNull, !Null, IsNull

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The benefit of using Equivalence Class Partitioning is to..

limit the testcase variants

capture as many variants as possible

generate only valid inputs

generate only invalid inputs

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Boundary Value Testing is used to..

Find semantic errors in the code

Identify errors at boundaries

Refactor existing code

Frustrate the developers

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A stub is ...

Code that calls the module being tested

Code that simulates modules/methods that the module under test depends upon

A debugging tool

A graphical UI library

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Stubs are useful in ...

Unit testing

Integration testing

Acceptance testing

Performance testing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following UML artifact shows a method sequence / object interaction.

System sequence Diagram

Operation contract

Communication diagram

Design class diagram

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The AAA pattern stands for

Action, Assemble, Assert

Accomplish, Act, Action

Arrange, Act, Assert

Adam, Alfred, Archie