Tag: testing

Questions Related to testing

Consider the following: Pick up and read the newspaper Look at what is on television If there is a program that you are interested in watching then switch the the television on and watch the program Otherwise Continue reading the newspaper If there is a crossword in the newspaper then try and complete the crossword

  1. Statement Coverage (SC) = 1 and Decesion Coverage (DC) = 1

  2. SC = 1 and DC = 2

  3. SC = 1 and DC = 3

  4. SC = 2 and DC = 3


Correct Option: D

The place to start if you want a (new) test tool is:

  1. Attend a tool exhibition

  2. Invite a vendor to give a demo

  3. Analyse your needs and requirements

  4. Find out what your budget would be for the tool


Correct Option: C
  1. A small team to establish the best way to use the tool

  2. Everyone who may eventually have some use for the tool

  3. The independent testing team

  4. The vendor contractor to write the initial scripts


Correct Option: B
  1. The use of a variable before it has been defined

  2. Unreachable (“dead”) code

  3. Whether the value stored in a variable is correct

  4. The re-definition of a variable before it has been used


Correct Option: C
  1. Equivalence partitioning

  2. State transition testing

  3. LCSAJ

  4. Syntax testing


Correct Option: C
  1. Performed by customers at their own site

  2. Performed by customers at their software developer’s site

  3. Performed by an independent test team

  4. Useful to test bespoke software


Correct Option: A
  1. developers would typically use i, iv and vi; test team ii, iii and v

  2. developers would typically use i and iv; test team ii, iii, v and vi

  3. developers would typically use i, ii, iii and iv; test team v and vi

  4. developers would typically use ii, iv and vi; test team I, ii and v


Correct Option: B
  1. finding faults in the system

  2. ensuring that the system is acceptable to all users

  3. testing the system with other systems

  4. testing for a business perspective


Correct Option: D
  1. black box design techniques all have an associated measurement technique

  2. white box design techniques all have an associated measurement technique

  3. black box measurement techniques all have an associated test design technique

  4. white box measurement techniques all have an associated test design technique


Correct Option: A
  1. inspection is the most formal review process

  2. inspections should be led by a trained leader

  3. managers can perform inspections on management documents

  4. inspection is appropriate even when there are no written documents


Correct Option: D