WorksheetsSVV Quality Knowledge Sharing
Total questions: 8
Worksheet time: 4mins
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?
Number classes
Equivalence Classes
Logic sets
Truth table
Which of the following are not part of test case
Test inputs
Test Environment Setup
Memory Allocation
Expected Output
Requirements Based testing involves Verification of Software meets __________
Requirements
Test Cases
Certification Guidance
System Specifications
When testing ‘Heading’ functionality, what set of boundary test set is required to fully test?
-1, 0, 1, 99, 100, 100
0, 1, 179, 180, 359
0, 180, 359, 360, 361
0, 1, 359, 1000
Software Integration testing focuses on?
BIT/BITE Failures
Parameter Parsing
Incorrect Software Sequence
Stack Overflows
What info should robustness test case expected results be based on?
Design information
Comments in code
Info in software requirements
As long as it does not crash the software
Which company is Honeywell partnering with for autonomous helicopter operations?
Near Mars Atoms
Near Earth Autonomy
Unmanned Systems Technology
SpaceX
Which of the following is NOT considered defensive programming per DO-248C
Null Pointer checks
Divide by zero checks
Redundant conditional checks
Computed array index and array bounds
