内容导航:
1、
smoke test
2、
软件中的冒烟测试是什么?
1、
smoke test
英:
美:
常用释义:
烟雾测试:一种测试漏洞的方法
冒烟测试;通烟试验;用烟试验
1、It is a good practice to run a
smoke test
before running any intensive load test.───在运行任何密集型负载测试之前运行冒烟测试是一个好习惯。
2、What kind of tests would you include for a
smoke test
of an ecommerce web site?───对电子商务网站做冒烟测试,你会做哪些类型的测试?
3、Basically, it represents the realization and refinement of a common software development best practice: the daily build and
smoke test
.───基本上,它代表了一种通用软件开发最佳实践的实现和改进:每日构建和冒烟测试。
4、When you build your Web tests and load tests, it is a good practice to run a
smoke test
before running any long, heavy test.───生成Web测试和负载测试时,在运行任何时间长、工作量大的测试之前运行冒烟测试是一种很好的做法。
5、So well see that, ok, we passed the first
smoke test
.───所以我们会看到,我们通过了第一个发烟测试。
6、The first test is a
smoke test
, giving you a broad idea of what might be wrong.───第一个测试是一个发烟试验,目的是为了对于什么可能是错误的给您一个清晰的概念。
7、Also known as a
smoke test
.───也称为冒烟测试。
8、A Single Configuration Ruleset can then be used as part of a Deployment Configuration Smoke Test.───单独的配置规则集可以被用作部署配置冒烟测试的一部分。
9、Well, lets try
smoke test
two.───好了,让我们来试试发烟测试2。
1、wood smoke───木材烟雾;木材烟尘
2、smoke───vt.吸烟;抽;vi.冒烟,吸烟;抽烟;弥漫;n.烟;抽烟;无常的事物
3、smoke ring───烟圈
4、big smoke───伦敦;大城市
5、billow smoke───滚滚浓烟
6、discharger smoke───排放器烟雾
7、smoke stacks───n.烟囱,烟筒;烟囱帽
8、smoke alarm───n.烟雾警报器;【安全】烟雾报警器
9、smoke grenades───烟雾弹;烟雾手雷弹
2、
软件中的冒烟测试是什么?
啥是冒烟测试,网上一大堆的名词解释,中文的英文的都有,看着都头疼,迷糊。
简单的来解释一下。
首先来看一张图。
美国黄石公园,间歇性歇斯底里,看到它都冒烟了,你害不害怕,这必然是有问题的。
软件测试也是一样,通过简单的测试,如果过不了的话,这就有问题啦。
早在电子行业,焊电路板的时候,都要通电试一下,如果冒烟了说明坏了,不冒烟才继续干活。
然后这个概念是有微软提出来的,他们每天都要把代码运行一边,看核心功能是否有问题,没问题再继续开发,这个就是冒烟测试了。
一般冒烟测试都是一些自动化的脚本,每次开发之前,运行一下,确保大环境的正确性。
这样说你懂了吗。有问题的话欢迎在下面留言。