Tag: testing

Questions Related to testing

  1. Rely on Path Based Testing

  2. Exercise the Logical Conditions in a Program module

  3. Select Test Paths based on the locations and uses of variables

  4. Focus on Testing the Validity of loop constructs


Correct Option: B

Data Flow Testing is a control structure Testing Technique where the criteria used to design test cases is that they

  1. Rely on Path Based Testing

  2. Exercise the Logical Conditions in a Program module

  3. Select Test Paths based on the locations and uses of variables

  4. Focus on Testing the Validity of loop constructs


Correct Option: C
  1. Incorrect or Missing functions

  2. Interface Errors

  3. Performance Errors

  4. All of the Above

  5. None of the Above


Correct Option: D
  1. Conventional Software Testing

  2. Operations and classes that are Critical or Suspect

  3. Use-Case Validation

  4. White-Box Testing of Operator Algorithms


Correct Option: B

The Test data is divided into valid and invalid classes. Then those two classes are tested. This is

  1. Boundary Value Analysis

  2. Error Guessing

  3. Equivalence Partitioning

  4. Both B and C


Correct Option: C

Which of the following are characteristics of testable Software ?

  1. Observability

  2. Simplicity

  3. Stability

  4. All of the Above


Correct Option: D

Which testing ensures that all part of the code is executed once?

  1. Statement Coverage

  2. Path Coverage

  3. Branch Coverage

  4. None of the Above


Correct Option: A

Select the options which ensure application’s Security (select more than one)

  1. Authentication

  2. Authorization

  3. Integrity

  4. Availability

  5. Confidentiality


Correct Option: A,B,C,D,E