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.冒烟测试怎么做?

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

      

  • 相关阅读:
    熟悉常用的Linux操作
    Hadoop综合大作业
    理解MapReduce
    熟悉常用的Hbase操作
    第三章 熟悉常用的HDFS操作
    爬虫大作业
    数据结构化与保存
    爬取校园新闻首页的新闻
    网络爬虫基础练习
    综合练习:词频统计
  • 原文地址:https://www.cnblogs.com/nykuo/p/11313848.html
Copyright © 2011-2022 走看看