zoukankan      html  css  js  c++  java
  • 冒烟测试是什么?

    先来看看维基百科上对冒烟测试的解释:
    smoke testing is preliminary testing to reveal simple failures severe enough to, for example, reject a prospective software release. Smoke tests are a subset of [test cases] that cover the most important functionality of a component or system, used to aid assessment if main functions of the software appear to work correctly.[1][2] When used to determine if a computer program should be subjected to further, more fine-grained testing, a smoke test may be called an intake test.[1] Alternately, it is a set of tests run on each new build of a product to verify that the build is testable before the build is released into the hands of the test team.[5] In the DevOps paradigm, use of a BVT step is one hallmark of the continuous integration maturity stage.

    1.冒烟测试是什么?

      针对每个版本或每次需求变更后,在正式测试前,对产品或系统的一次简单的验证性测试。

    2.冒烟测试的目的

      为正式测试前,验证是否产品或系统的主要需求或预置条件是否存在bug。

    3.冒烟测试怎么做?

      最好的方法,设计出自动化测试脚本,每一次版本更新后都可以去执行脚本验证一下。

      

  • 相关阅读:
    LOJ #6183 看无可看
    BZOJ 5467 Slay the Spire
    BZOJ 5306 [HAOI2018] 染色
    BZOJ 2784 时间流逝
    BZOJ4911: [Sdoi2017]切树游戏
    min-max 容斥
    BZOJ 5475: [WC 2019] 数树
    BZOJ 2810 [Apio2012]kunai
    Codeforces round 1083
    详解大数据数据仓库分层架构
  • 原文地址:https://www.cnblogs.com/nykuo/p/11313848.html
Copyright © 2011-2022 走看看