Quiz 1 - White-box

Quiz 1 - White-box

University

5 Qs

quiz-placeholder

Similar activities

SE Quiz 3 (JKL)

SE Quiz 3 (JKL)

University

10 Qs

Python Programming

Python Programming

University

10 Qs

BRACHIAL PLEXUS(PREVEDIO)

BRACHIAL PLEXUS(PREVEDIO)

University

10 Qs

git and github

git and github

University - Professional Development

10 Qs

JSP

JSP

University

10 Qs

KMITL -SQA

KMITL -SQA

University

10 Qs

C++ Chapter 4

C++ Chapter 4

University

10 Qs

học phải nhởi

học phải nhởi

University - Professional Development

10 Qs

Quiz 1 - White-box

Quiz 1 - White-box

Assessment

Quiz

Professional Development, Computers

University

Hard

Created by

Rodziah Latih

Used 35+ times

FREE Resource

AI

Enhance your content

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

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a black-box testing technique?

statement coverage

decision coverage

boundary value analysis

branch coverage

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

White box technique are also called as

error guessing technique

structural testing

experience based testing

design based testing

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Read P

Read Q

If p+q > 100

then Print “Large”

End if

If p > 50

then Print “pLarge”

End if


What is the minimum Tests Required for Statement Coverage and Branch Coverage?

Statement coverage is 2, Branch Coverage is 2

Statement coverage is 3 and branch coverage is 2

Statement coverage is 1 and branch coverage is 2

Statement Coverage is 4 and Branch coverage is 2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Error guessing ..

supplements formal test design techniques

can only be used in component, integration and system testing

is only performed in user acceptance testing

is not repeatable and should not be used

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following statements:

i. 100% statement coverage guarantees 100% branch coverage.

ii. 100% branch coverage guarantees 100% statement coverage.

iii. 100% branch coverage guarantees 100% decision coverage.

iv. 100% decision coverage guarantees 100% branch coverage.

v. 100% statement coverage guarantees 100% decision coverage.

ii is True; i, iii, iv & v are False

i & v are True; ii, iii & iv are False

ii & iii are True; i, iv & v are False

ii, iii & iv are True; i & v are False