zoukankan      html  css  js  c++  java
  • 软件测试常用语

    一、软件质量

    CMMI:capability maturity model integration 软件能力成熟度模型

    QA:quality assurance 质量保证

    QC:quality control 质量控制

    Software requirement specification:软件需求规格说明书

    Software requirement analysis:软件需求分析

    HLD:high level design 概要设计

    LLD:low level design 详细设计

    Maintenance:维护

    Waterfall model:瀑布模型

    Spiral model:螺旋模型

    RUP:rational unified process 统一软件开发过程

    IPO:integrated product development 集成产品开发

    Functionality:功能性

    Reliability:可靠性

    Availability:易用性

    Efficiency:效率

    Portability:可移植性

    Maintainability:可维护性

    二、数据库

    Table:表

    Listener:监听

    Field:字段

    Tab:标签

    Covert:转换

    Account:账号

    Navigation:导航

    Backup:备份

    三、操作系统

    operation system:操作系统

    click:点击

    command:命令

    control:控制

    folder:文件夹

    install:安装

    menu:菜单

    register:注册表

    uninstall:卸载

    default:缺省

    custom:定制

    program:程序

    client:客户端

    domain:域

    interface:接口

    end-to-end:端到端

    cache:缓存

    四、计算机语言

    framework:框架

    compile:编译

    debugging:调试

    print:打印

    scan:扫描

    executable:可执行

    form:窗体

    prompt:提示

    drive:驱动

    pool:池

    mount:安装

    integrate:集成

    port:端口

    algorithm:算法

    static:静态

    modular:模块式

    architecture:体系架构

    null:空

    access:访问

    source code:源代码

    五、测试用例与问题单

    priority:优先级

    severity:严重程度

    status:状态

    summary:概要

    description:描述

    designer:设计人员

    tester:测试人员

    execution status:执行状态

    path:路径

    steps:步骤

    template:模版

    boundary values:边界值

    boundary values testing:边界值测试

    bottom-up testing:自底向上测试

    type:类型

    actual:实际结果

    exec date:执行日期

    expected:期望结果

    source test:测试资料

    testing script:测试脚本

    testing procedure:测试过程

    testing environment:测试环境

    test case:测试用例

    user interface:用户界面

    unit testing:单元测试

    alpha testing:阿尔法测试

    beta testing:bate测试

    coverage:覆盖率

    六、测试过程中

    static testing:静态测试

    code inspection:代码审查

    review:评审

    execution-based testing:动态测试

    white-box testing:白盒测试

    black-box testing:黑盒测试

    gray-box testing:灰盒测试

    software development life cycle:软件开发生命周期

    smoke test:冒烟测试

    regression test:回归测试

    statistical testing:统计测试

    depth testing:深度测试

    documentation testing:文档测试

    the test strategy:测试策略

    the test approach:测试方法

    the test procedures:测试过程

    the test completion criteria:测试完成标准

    baseline:基线

    automated testing:自动化测试

    load testing:负载测试

    stress testing:压力测试

    statement testing:语句覆盖

    thread testing:线程测试

    七、其他

    operator:操作员

    overflow:溢出

    panel:平板

    parameter:参数、参量

    signal:信号

    simulator:模拟器

    storage:存储器

    memory leak:内存泄露

    performance:性能

    release:发布

    screen shot:截图

    demo:演示版

    standard:标准版

    upgrade:升级版

    retail:零售版

    corporation:企业版

    professional:专业版

  • 相关阅读:
    Spring中使用存储过程
    使用mysql-connector-java.jar连接MySql时出现:Error while retrieving metadata for procedure columns: java.sql.SQLException: Parameter/Column name pattern can not be NULL or empty.
    Spring的JDBC示例
    使用JDBC连接MySql时出现:The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration
    Spring的JDBC框架概述
    数据库中的DDL/DML/DCL解释(转)
    沉默的螺旋--digest
    左边老师长征--性命、生命、使命
    柬埔寨旅游小结
    Spring Security 源码分析(四):Spring Social实现微信社交登录
  • 原文地址:https://www.cnblogs.com/tynam/p/9060043.html
Copyright © 2011-2022 走看看