Knowledge Domain 1 - Test Principles and Concepts

Maura Shortridge

If you have any questions or concerns about this quiz,
please contact the creator of the quiz.

Answer the questions below and then click "submit" to see your score. PLEASE NOTE, THIS QUIZ WAS DEVELOPED WHILE STUDYING FOR THE CSTE 2005 EXAM, USING THE OLD BODY OF KNOWLEDGE. THERE IS A NEW BODY OF KNOWLEDGE PUBLISHED IN 2006. IF YOU WISH TO DEVELOP YOUR OWN UPDATED QUIZZES, YOU CAN SET UP A FREE ACCOUNT AT WWW.DISCOVERYSCHOOL.COM.

  1. Which of these is NOT part of the Cost of Quality?
  2. Your answer:
    Failure costs
    Error Detection costs
    RTF costs
    Error prevention costs


  3. The term "fit for use" refers to whose view of quality?
  4. Your answer:
    Supplier's
    Auditor's
    Producer's
    Customer's


  5. Which of these is a challenge/obstacle to implementing testing in an organization?
  6. Your answer:
    people think testing is not essential for delivery; testing is often unstructured and subjective
    testing is error prone; testing is too expensive
    testing is often not managed properly; the mindset that you can test quality into software
    All of the above


  7. "PDCA", or "Plan, Do, Check, Act" is also known as
  8. Your answer:
    the Shewhart cycle
    the Deming Wheel
    both
    neither


  9. What are the three main categories defects can fall into?
  10. Your answer:
    Wrong, Missing, and Extra
    Regression, Unit, and Integration
    FUBAR, really FUBAR, and uber-FUBAR
    display, processing, output


  11. Which of these is NOT an important part of a Test Strategy?
  12. Your answer:
    the procedure for logging defects
    how you will validate that the system meets user requirements
    how you will validate the software at each stage of development
    how you will use test data to examine the behavior of the system


  13. Which of these are good ways to raise management's awareness of the importance of testing?
  14. Your answer:
    make sure management knows what they get for the money they spend on testing
    relay other benefits of testing (shorter test times, higher quality software)
    Collect and distribute articles about testing
    all of the above


  15. Continuous process improvement only works if you:
  16. Your answer:
    monitor performance of prior improvement initiatives
    base improvement efforts on the organization's needs and business goals
    enforce the newly developed processes
    all are needed


  17. Which is a more effective approach to risk mitigation?
  18. Your answer:
    Test based on user requirements
    Test based on system specifications
    Test more heavily in areas deemed higher risk
    all of the above


  19. Establishing a testing policy should include four main criteria. A definition of testing, the testing system, evaluation methods, and ________?
  20. Your answer:
    Standards against which testing will be measured
    Data Requirements for a typical project
    Templates for deliverables generated by the test group
    All of the above


  21. Which of these is the most effective method for establishing a testing policy?
  22. Your answer:
    Information Services Consensus Policy
    Users Meeting
    Industry Standard
    Management Directive


  23. During what phase of the project should you START thinking about Testing Scenarios?
  24. Your answer:
    Requirements
    Maintenance
    Coding
    Design


  25. What is the appropriate timing for Static, Structural tests?
  26. Your answer:
    analysis and design only
    testing phase
    as early as possible and in every phase thereafter
    not until the coding phase


  27. Test coverage tools are useful starting in which phase?
  28. Your answer:
    any phase
    Analysis and Design
    Testing (functional testing)
    Coding (unit testing)


  29. A Test Factor is:
  30. Your answer:
    the risk or issue that needs to be addressed during testing
    a variable in a test script
    an error inserted by programmers to measure the effectiveness of testing
    part of the audit trail


  31. ________ means that the data entered, processed, and output by the application is accurate and complete.
  32. Your answer:
    Completeness
    File integrity
    Correctness
    Audit trail


  33. Validating that the right file is used and the data on that file is correct and in the correct sequence is known as:
  34. Your answer:
    Structural analysis
    Data dictionary validation
    Black box testing
    File integrity testing


  35. _____________ can substantiate the processing that has occurred and allow analysts to reconstruct what happened at any point in a transaction.
  36. Your answer:
    Continuity of Processing
    None of these
    Data Dictionaries
    Audit Trails


  37. Failover testing at Chase is verification that ___________ is intact
  38. Your answer:
    continuity of processing
    audit trails
    maintainability
    both A and C


  39. Processing time and "up time" goals are examples of
  40. Your answer:
    statistical process control
    metrics
    service levels
    workbenches


  41. Access control testing is also known as
  42. Your answer:
    Error handling
    Security testing
    Static testing
    Fault based testing


  43. Audits to ensure that the system is designed in accordance with organization strategy, policies, procedures, and standards are designed to test which quality factor?
  44. Your answer:
    best practices
    correctness
    maintainability
    compliance


  45. An application which performs its intended function with the required precision over an extended period of time has this quality factor:
  46. Your answer:
    validity
    ease of use
    service level
    reliability


  47. If it is difficult to locate and fix errors in a program, that program is missing which quality factor?
  48. Your answer:
    couplilng
    maintainability
    portability
    ease of operation


  49. The quality factor "ease of use" is best measured by doing what type of testing?
  50. Your answer:
    performance test
    manual support test
    white box test
    acceptance test


  51. portability refers to
  52. Your answer:
    how easy it is to transfer a program to other hardware or OS
    whether it's possible to uninstall the program
    both of these
    neither of these


  53. The effort required to interconnect components of an application to other applications for data transfer is:
  54. Your answer:
    coupling
    I/O
    flowchart analysis
    system testing


  55. If defects are hard to find, that's a sign that...
  56. Your answer:
    test coverage is inadequate
    there are errors in the test scripts
    neither of these
    either of these


  57. Which way(s) can lower the cost of testing without reducing it's effectiveness?
  58. Your answer:
    phase containment
    the V consept of testing
    testing the artifacts of each development phase, not just the program itself
    all of the above


  59. ________ ensures that we designed and built the right system, while _________ ensures that the system works as designed.
  60. Your answer:
    validation, verification
    white box testing, black box testing
    verification, validation
    the project manager, the test team


  61. Walkthroughs, peer reviews, and other structural tests tend to be __________ tasks
  62. Your answer:
    verification
    quality control
    quality assurance
    validation


  63. Input, Procedures to DO, Procedures to CHECK, and Output are the four components of the:
  64. Your answer:
    workbench concept
    test phase
    reporting cycle
    Shewhart cycle


  65. Which of these are considerations when developing testing methodologies?
  66. Your answer:
    the type of development project, the type of software system
    tactical risks, project scope
    both of these
    neither of these


  67. Deriving test cases based on known program structure and logic is...
  68. Your answer:
    control testing
    white box testing
    black box testing
    fault-driven testing


  69. Functional testing that simulates the end user's actions is known as...
  70. Your answer:
    access control testing
    performance testing
    black box testing
    structural testing


  71. Breaking variables into chunks that should have the same expected results is:
  72. Your answer:
    workbench
    usability testing
    equivalence partitioning
    data mapping


  73. developing tests based on where you think the program's weak points are is known as
  74. Your answer:
    error-handling testing
    risk based testing
    error guessing
    negative testing


  75. Top-down and Bottom-up are two ways to approach
  76. Your answer:
    incremental testing
    thread testing
    boundary analysis
    none of these


  77. an end-to-end, task based test that uses integrated components of a system is a...
  78. Your answer:
    performance test
    thread test
    unit test
    structural test


  79. Which is a benefit of having a user committee develop the company's test policy?
  80. Your answer:
    all involved parties participate and sign off
    outside users learn the options and costs associated with testing
    testing and quality are seen as organization-wide responsibilities, not just IT
    all of these


  81. Which of these types of reviews is NOT an effective phase containment mechanism?
  82. Your answer:
    post implementation review
    decision point review
    phase end review
    in process review


  83. Which of these was not a Quality professional?
  84. Your answer:
    Deming
    Townsend
    Juran
    Pareto


  85. The successful implementation of a quality improvement program will have what long-term effect on producttivity?
  86. Your answer:
    there is no relationship between quality and productivity
    it will lower productivity
    it will raise productivity
    productivity will remain the same


  87. Which of these are some of Deming's 7 Deadly Management Diseases?
  88. Your answer:
    lack of constancy of purpose and emphasis on short term profits
    evaluation of performance or annual review of performance
    running an organization on visible figures allone and excessive costs of warranty
    all of these


  89. The scientific method is
  90. Your answer:
    relevant to developers
    a logical, systematic approach to processes
    useful when developing test cases
    all of these


  91. Deming's biggest contribution to the quality profession is:
  92. Your answer:
    Zero Defects Day
    Using slogans and targets to motivate the work force
    focusing on process improvement, not the product itself
    all of these


  93. Instituting pride in workmanship and eliminating numerical quotas were suggestions for management created by
  94. Your answer:
    Pareto
    Shewhart
    Deming
    Juran


  95. Which is an important source of data for Continuous Process Improvement?
  96. Your answer:
    Defect databases
    Post-mortems
    Neither of these
    Both of these


  97. Who should NOT participate in testing?
  98. Your answer:
    end users
    developers
    management
    all should participate


  99. According to Deming, 90% of defects are attributable to:
  100. Your answer:
    vague user requirements
    programmer error
    process problems
    communication errors


  101. Which of these are NOT test factors
  102. Your answer:
    error guessing, incremental testing, boundary analysis
    compliance, reliability, access control
    correctness, audit trail, continutiy of processing
    maintainability, portability, ease of operation


  103. A test strategy matrix does not include:
  104. Your answer:
    test phases
    risks
    test factors
    script mapping


  105. Of the four options listed below, which is able to detect an infeasible path?
  106. Your answer:
    performance testing
    black box testing
    structural testing
    manual support testing


  107. Black box testing, thread testing, and incremental testing are all kinds of:
  108. Your answer:
    dynamic testing
    static analysis
    both of these
    neither of these


  109. Which catches errors earlier, verification or validation?
  110. Your answer:
    Verification
    Validation
    Neither
    Both


  111. Mapping requirements to tests in order to prove that the system functions as designed is known as:
  112. Your answer:
    data mapping
    requirement validation
    requirements tracing
    metrics gathering


  113. Who should not be allowed to participate in and contribute to the improvement of processes?
  114. Your answer:
    line workers
    nobody - all should be allowed
    the author of the original process
    management


  115. Improving weaknesses in a process you just piloted is an example of which piece of the Shewhart cycle?
  116. Your answer:
    Do
    Act
    Plan
    Check



QuizCenter © 2000 - 2002. This quiz was generated at Quiz Center on DiscoverySchool.com. All rights reserved.