wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SVV Quality Knowledge Sharing

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

When creating a test plan and looking for avoid exhaustive testing, what theory do we rely on to group available input options to ensure a representative set?

a)
  1. Number classes

b)

Equivalence Classes

c)
  1. Logic sets

d)
  1. Truth table

2.

Which of the following are not part of test case

a)

Test inputs

b)

Test Environment Setup

c)

Memory Allocation

d)

Expected Output

3.

Requirements Based testing involves Verification of Software meets __________

a)

Requirements

b)

Test Cases

c)

Certification Guidance

d)

System Specifications

4.

When testing ‘Heading’ functionality, what set of boundary test set is required to fully test?

a)

-1, 0, 1, 99, 100, 100

b)

0, 1, 179, 180, 359

c)

0, 180, 359, 360, 361

d)

0, 1, 359, 1000

5.

Software Integration testing focuses on?

a)

BIT/BITE Failures

b)

Parameter Parsing

c)

Incorrect Software Sequence

d)

Stack Overflows

6.

What info should robustness test case expected results be based on?

a)

Design information

b)

Comments in code

c)

Info in software requirements

d)

As long as it does not crash the software

7.

Which company is Honeywell partnering with for autonomous helicopter operations?

a)

Near Mars Atoms

b)

Near Earth Autonomy

c)

Unmanned Systems Technology

d)

SpaceX

8.

Which of the following is NOT considered defensive programming per DO-248C

a)

Null Pointer checks

b)

Divide by zero checks

c)

Redundant conditional checks

d)

Computed array index and array bounds