The Testing Technique that requires devising test cases to exercise the internal logic of a Software module is called
Behavioral Testing
Black-Box Testing
Grey-Box Testing
White-Box Testing
Condition Testing is a control structure Testing Technique where the criteria used to design test cases is that they
Rely on Path Based Testing
Exercise the Logical Conditions in a Program module
Select Test Paths based on the locations and uses of variables
Focus on Testing the Validity of loop constructs
Data Flow Testing is a control structure Testing Technique where the criteria used to design test cases is that they
Black-Box Testing attempts to find errors in which of the following categories
Incorrect or Missing functions
Interface Errors
Performance Errors
All of the Above
None of the Above
Fault-based Testing is best reserved for
Conventional Software Testing
Operations and classes that are Critical or Suspect
Use-Case Validation
White-Box Testing of Operator Algorithms
The Test data is divided into valid and invalid classes. Then those two classes are tested. This is
Boundary Value Analysis
Error Guessing
Equivalence Partitioning
Both B and C
Which of the following are characteristics of testable Software ?
Observability
Simplicity
Stability
Which testing ensures that all part of the code is executed once?
Statement Coverage
Path Coverage
Branch Coverage
Select the options which ensure application’s Security (select more than one)
Authentication
Authorization
Integrity
Availability
Confidentiality
Custom error message display should be turned ‘On’ to reduce attacks
True
False