Tag: testing

Questions Related to testing

  1. Test coverage criteria can be measured in terms of items exercised by a test suite.

  2. A measure of test coverage criteria is the percentage of user requirements covered.

  3. A measure of test coverage criteria is the percentage of faults found.

  4. Test coverage criteria are often used when specifying test completion criteria.


Correct Option: C
  1. find as many faults as possible.

  2. test high risk areas.

  3. obtain good test coverage.

  4. test whatever is easiest to test.


Correct Option: B
  1. System tests are often performed by independent teams.

  2. Functional testing is used more than structural testing.

  3. Faults found during system tests can be very expensive to fix.

  4. End-users should be involved in system tests.


Correct Option: D
  1. Incidents should always be fixed.

  2. An incident occurs when expected and actual results differ.

  3. Incidents can be analysed to assist in test process improvement.

  4. An incident can be raised against documentation.


Correct Option: A
  1. time runs out.

  2. the required level of confidence has been achieved.

  3. no more faults are found.

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


Correct Option: B
  1. Incident resolution is the responsibility of the author of the software under test.

  2. Incidents may be raised against user requirements.

  3. Incidents require investigation and/or correction.

  4. Incidents are raised when expected and actual results differ.


Correct Option: A
  1. syntax testing

  2. equivalence partitioning

  3. stress testing

  4. modified condition/decision coverage


Correct Option: C
  1. In a system two different failures may have different severities.

  2. A system is necessarily more reliable after debugging for the removal of a fault.

  3. A fault need not affect the reliability of a system.

  4. Undetected errors may lead to faults and eventually to incorrect behaviour.


Correct Option: B
  1. They are used to support multi-user testing.

  2. They are used to capture and animate user requirements.

  3. They are the most frequently purchased types of CAST tool.

  4. They capture aspects of user behaviour.


Correct Option: B