Week9

Week9

University

8 Qs

quiz-placeholder

Similar activities

NETWORKING

NETWORKING

University

10 Qs

Chapter 4 Test Techniques

Chapter 4 Test Techniques

University

10 Qs

G08 Testing

G08 Testing

University

6 Qs

EIST G08

EIST G08

University

6 Qs

G08 Testing

G08 Testing

University

6 Qs

G08 S22

G08 S22

University

6 Qs

Testing Basics

Testing Basics

University

10 Qs

Computer Science (1-9) - Identifying & Preventing Threats

Computer Science (1-9) - Identifying & Preventing Threats

University

11 Qs

Week9

Week9

Assessment

Quiz

Computers

University

Medium

Created by

Sh K

Used 6+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not a type of fuzz testing?

Generation Based

Dumb Fuzzing

Error Guessing

Mutation Based

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which one is not a blackbox testing technique?

Boundary Value Analysis

Stateless Transition Testing

State Transition Testing

Comparison Testing

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a weakness of mutation-based fuzz testing?

setup and automation are challenging

May fail for protocols with checksums

protocol knowledge is essential

Have to have spec of protocol

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

.....is a technique that is used to test the different states of the system under test

Equivalence Partitioning

State Transition Testing

Graph-Based Testing Methods

Decision Table Testing

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In this technique, the tester can use his/her experience about the application behavior and functionalities to guess the error-prone areas.

Boundary Value Analysis

Comparison Testing

Decision Table Testing

Error Guessing

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In this method, different independent versions of the same software are used to compare to each other for testing.

Boundary Value Analysis

Comparison Testing

Equivalence Partitioning

State Transition Testing

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

..... is a technique which requires protocol spec and can deal with complex dependencies e.g. checksums

Mutation

Equivalence Partitioning

Error Guessing

Generation-based

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not related to Smart Fuzzing?

Knowledge of protocol give better results than random fuzzing

Anomalies are added to existing valid inputs

Test cases are generated from some description of the format

Anomalies are added to each possible spot in the inputs