Tag: testing

Questions Related to testing

  1. Combination of one or more testing techniques

  2. Combination of top-down and bottom-up testing

  3. Both A and B

  4. None of the above.


Correct Option: B
  1. Creating additional test cases to increase coverage

  2. Finding areas of program exercised by the test cases

  3. Determining a quantitative measure of code coverage, which is a direct measure of quality.

  4. All of the above.


Correct Option: A
  1. Same as glass box testing

  2. Same as clear box testing

  3. Both A and B

  4. None of the above.


Correct Option: C
  1. Similar to proof reading

  2. Widely used in web testing

  3. Part of usability Testing

  4. All of the above


Correct Option: D
  1. Testing the boolean expressions which are not in control structures

  2. Entire expression is considered as boolean expression irrespective of logical-and and logical-or operators

  3. Coverage except switch-statement cases, exception handlers

  4. All of the above.


Correct Option: B
  1. Require a driver to test

  2. No need of instances of other classes

  3. No need to test the transitions

  4. All of the above.


Correct Option: A

Build Verification Test is

  1. Same as smoke test

  2. Done after each build to make sure that the build doesn’t contain major errors

  3. Both A and B

  4. None of the above.


Correct Option: C
  1. To find whether the hardware burns out

  2. Same as build verification test

  3. To find that software is stable

  4. None of the above


Correct Option: C

Code Walkthrough is ________

  1. A type of dynamic testing

  2. Type of static testing

  3. Neither dynamic nor static

  4. Performed by the testing team


Correct Option: D
  1. Same as static testing

  2. Done by the developers

  3. Both A and B

  4. None of the above


Correct Option: B