Tag: testing

Questions Related to testing

  1. Focused Testing, Testing coverage, control flow

  2. Data integrity, Internal boundaries, algorithm specific testing

  3. Both A and B

  4. Either A or B


Correct Option: A
  1. Delaying tester’s access to areas of the code

  2. Replacement with updated product

  3. Training programmers to make or miss fewer bugs

  4. Testing by Tech. Support


Correct Option: C
  1. Same as black box testing B

  2. Same as white box testing

  3. Same as functional testing

  4. None of the above.


Correct Option: B
  1. A program that directs the execution of another program against a collection of test data sets. Usually the test driver also records and organizes the output generated as the tests are run.

  2. A document that identifies test items and includes current status and location information

  3. A document describing any event during the testing process that requires investigation

  4. A software item that is an object of testing.


Correct Option: B
  1. Another name for decision coverage

  2. Another name for all-edges coverage

  3. Another name for basic path coverage

  4. All the above


Correct Option: C
  1. Same as code walkthrough

  2. Same as code inspection

  3. Verification of code by the developers

  4. None of the above.


Correct Option: D
  1. Decision coverage

  2. Condition coverage

  3. Statement coverage

  4. Path Coverage


Correct Option: B

What is an equivalence partition (also known as an equivalence class)?

  1. A set of test cases for testing classes of objects

  2. An input or output range of values such that only one value in the range becomes a test case

  3. An input or output range of values such that each value in the range becomes a test case

  4. An input or output range of values such that every tenth value in the range becomes a test case.


Correct Option: B
  1. Is impractical but possible

  2. Is practically possible

  3. Is impractical and impossible

  4. Is always possible


Correct Option: A
  1. Statement Testing and coverage

  2. Decision Testing and coverage

  3. Condition Coverage

  4. Boundary value analysis


Correct Option: D