冒烟测试是什么?

先来看看维基百科上对冒烟测试的解释:
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.冒烟测试怎么做?

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

  

posted @ 2019-08-07 10:42  nykuo  阅读(36749)  评论(0编辑  收藏  举报