Software Testing part 2

Software Testing part 2

University

7 Qs

quiz-placeholder

Similar activities

Basic Prototype Actions and Plugins

Basic Prototype Actions and Plugins

University

10 Qs

UNIT-1 PYTHON BASICS

UNIT-1 PYTHON BASICS

University

10 Qs

TPG Basics of web3 and programming

TPG Basics of web3 and programming

University

10 Qs

FST Class 2023- Quiz 2

FST Class 2023- Quiz 2

University

10 Qs

Linkedlist

Linkedlist

University

10 Qs

PYTHON LOOPING

PYTHON LOOPING

University

10 Qs

CSC1243 - Introduction to Computer Programs (Programming Langua)

CSC1243 - Introduction to Computer Programs (Programming Langua)

University

10 Qs

Software Testing

Software Testing

12th Grade - University

10 Qs

Software Testing part 2

Software Testing part 2

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Dimitrios Kondylis

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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