Tag: testing

Questions Related to testing

  1. Alpha and Beta Testing

  2. White Box Testing

  3. Black Box Testing

  4. Trial and Error Testing


Correct Option: A

To test a function, the programmer has to write a___, which calls the function and passes it test data

  1. Stub

  2. Driver

  3. Proxy

  4. None of the above


Correct Option: B
  1. Developement phase

  2. Design Phase

  3. Requirement gathering phase

  4. Intergration phase


Correct Option: C

Verification is:

  1. Checking that we are building the right system

  2. Checking that we are building the system right

  3. Performed by an independent test team

  4. Making sure that it is what the user really wants


Correct Option: B
  1. Will always be automated

  2. Will help ensure unchanged areas of the software have not been affected

  3. Will help ensure changed areas of the software have not been affected

  4. Can only be run during user acceptance testing


Correct Option: B
  1. found in the software; the result of an error.

  2. departure from specified behaviour

  3. an incorrect step, process or data definition in a computer program.

  4. a human action that produces an incorrect result.


Correct Option: B

Pick the best definition of quality

  1. Quality is job one

  2. Zero defects

  3. Conformance to requirements

  4. Work as designed


Correct Option: C

Why is software testing important?

  1. Confidence to stakeholders.

  2. Confidence to client that it is bug-free.

  3. zero defects.

  4. Prevent problems of failure in


Correct Option: A
  1. testing that the system functions with other systems

  2. testing that the components that comprise the system function together

  3. testing the end to end functionality of the system as a whole

  4. testing the system performs functions within specified response times


Correct Option: C