Tag: testing

Questions Related to testing

  1. generating expected outputs

  2. replaying inputs according to a programmed script

  3. comparison of expected outcomes with actual outcomes

  4. recording test inputs


Correct Option: A
  1. re-testing is running a test again; regression testing looks for unexpected side

  2. re-testing looks for unexpected side effects; regression testing is repeating

  3. re-testing is done after faults are fixed; regression testing is done earlier

  4. re-testing uses different environments, regression testing uses the same


Correct Option: A
  1. only important in system testing

  2. only used in component testing

  3. most useful when specified in advance

  4. derived from the code


Correct Option: C
  1. report on deviations from the project plan

  2. sign the system off for release

  3. re-allocate resource to meet original plans

  4. raise incidents on faults that they have found


Correct Option: C
  1. a dynamic analysis tool

  2. a debugging tool

  3. a test management tool

  4. a configuration management tool


Correct Option: D
  1. how to fix the fault

  2. how to reproduce the fault

  3. test environment details

  4. severity, priority


Correct Option: A
  1. performance, load and stress testing

  2. requirements-based testing

  3. usability testing

  4. top-down integration testing


Correct Option: D
  1. expected outcomes are defined by the software’s behaviour

  2. expected outcomes are derived from a specification, not from the code

  3. expected outcomes include outputs to a screen and changes to files and

  4. expected outcomes should be predicted before a test is run


Correct Option: A
  1. ISO/IEC 12207

  2. BS7925-1

  3. BS7925-2

  4. ANSI/IEEE 829


Correct Option: B