一起答
单选

(23)在实验阶段进行,它所依据的模块功能描述和内部细节以及测试方案应在(24)阶段完成,目的是发现编程错误。(25)所依据的模块说明书和测试方案应在(26)阶段完成,它能发现设计错误。(27)应在模拟的环境中进行强度测试的基础上进行,测试计划应在软件需求分析阶段完成。

  • A.用户界面测试
  • B.输入/输出测试
  • C.集成测试
  • D.单元测试
参考答案
查看试卷详情
相关试题
  1. (60)

    • A.originally
    • B.before
    • C.success
    • D.reform
  2. (61)

    • A.some
    • B.home
    • C.company
    • D.study
  3. (59)

    • A.maintain
    • B.consist
    • C.modify
    • D.correct
  4. (58)

    • A.contribute
    • B.write
    • C.hand
    • D.make
  5. (55)

    • A.platform
    • B.framework
    • C.operation
    • D.computer
  6. (56)

    • A.other
    • B.simplify
    • C.complex
    • D.critical
  7. Originally, the World-Wide Web was designed as information medium for(71) research teams. A deliberately simple implementation model was chosen to make it as simple as possible for authors to(72) documents to the web, and to(73)these in the sense of updating content. This implementation model is centered around the notion of resources, usually file-based. For the (74)intended use of the web, resources presented a useful abstraction, as they related to relatively self-contained chunks of information such as research publications and (75) pages. Such chunks of information typically could be set up and maintained independently of other resources, so that resources were the appropriate abstraction for composition and modification.

    • A.all
    • B.world
    • C.distributed
    • D.internet
  8. (54)

    • A.use
    • B.applies
    • C.produce
    • D.utility
  9. (53)

    • A.Although
    • B.However
    • C.But
    • D.Thus
  10. UML-based tools are often used for J2EE/.NET application analysis and design,both because UML's object orientation is ideal for the J2EE/.NET implementation(66) and because of the expanding scope and complexity of today's enterprise endeavors.(67) the approaches diverge at the coding/implementation phase,a common Set of analysis and design techniques applies to both J2EEand.NET.

     The use of a virtual machine (VM) architecture is also common to J2EE and .NET. Application development tools(68) intermediate-level code instead of platform-specific binary code, which means the VM interprets that code in real time or performs Just-In-Time (JIT) compilation; the Microsoft VM always runs JIT-compiled code. This VM-based model results in(69)-independent applications and is conducive to the late-binding technique that's(70) to the OO approach.

    • A.block
    • B.model
    • C.module
    • D.group