Tag: testing

Questions Related to testing

Which of the following is the best source of Expected Outcomes for User Acceptance Test scripts?

  1. User requirements

  2. Actual results

  3. Program specification

  4. System specification


Correct Option: A

What is the main difference between a walkthrough and an inspection?

  1. An inspection is lead by the author, whilst a walkthrough is lead by a trained moderator

  2. An inspection has a trained leader, whilst a walkthrough has no leader.

  3. A walkthrough is lead by the author, whilst an inspection is lead by a trained moderator

  4. Authors are not present during inspections, whilst they are during walkthroughs


Correct Option: C
  1. It allows the identification of changes in user requirements

  2. It facilitates timely set up of the test environment.

  3. It reduces defect multiplication

  4. It allows testers to become involved early in the project.


Correct Option: A
  1. tests the individual components that have been developed.

  2. tests interactions between modules or subsystems

  3. only uses components that form part of the live system.

  4. tests interfaces to other systems.


Correct Option: B

Maintenance testing is:

  1. updating tests when the software has changed

  2. testing a released system that has been changed

  3. testing by users to ensure that the system meets a business need

  4. testing to maintain business advantage


Correct Option: B

We split testing into distinct stages primarily because:

  1. ) It is easier to manage testing in stages

  2. We can run different tests in different environments

  3. Each test stage has a different purpose.

  4. The more stages we have, the better the testing.


Correct Option: C
  1. can only be used in component, integration and system testing.

  2. supplements formal test design techniques.

  3. is only performed in user acceptance testing.

  4. is not repeatable and should not be used.


Correct Option: B

Enough testing has been performed when:

  1. time runs out.

  2. no more faults are found.

  3. the users won’t find any serious faults.

  4. the required level of confidence has been achieved.


Correct Option: D
  1. Usability testing

  2. Performance testing

  3. Boundary value analysis

  4. Security testing


Correct Option: C
  1. the analysis of batch programs.

  2. the analysis of program code

  3. the reviewing of test plans.

  4. the use of black box testing


Correct Option: B