当前位置:网站首页>如何做冒烟测试
如何做冒烟测试
2022-07-21 05:19:00 【程序员阿常】
读者提问:冒烟测试怎么做?
阿常回答:这个问题我从三方面来回答:1、什么是冒烟测试;2、为何做冒烟测试;3、怎么做冒烟测试。
一、什么是冒烟测试
「冒烟测试」这一术语源自硬件行业。对一个硬件或硬件组件进行更改或修复后,直接给设备加电。如果没有冒烟,则该组件就通过了测试。
在软件中,「冒烟测试」是一种针对软件版本包的快速基本功能验证策略,它是对软件基本功能进行确认验证的手段,并非对软件版本包的深入测试。
冒烟测试是针对软件版本包进行详细测试之前的预测试,如果冒烟测试用例不能通过,则不必做进一步的测试。
二、为何做冒烟测试
提升软件测试效率。
快速确认软件是否具备测试准入条件,避免正式测试阶段全面开展后,甚至到测试中后期才发现阻塞型问题而严重影响测试进度。
三、怎么做冒烟测试
一)编写冒烟用例
测试人员选取主流程、重要功能,或者 P0、P1级别用例作为冒烟测试用例。
二)执行冒烟用例
开发人员正式提测之前,执行测试提供的冒烟测试用例,全部通过后方可正式移交给测试。
看完今天的分享对你是不是有所启发呢,有任何想法都欢迎大家后台私信阿常,一起探讨交流。
边栏推荐
- AGVmir205--软件开发(API调用)
- Understanding of integer constant pool
- The difference between overloading and rewriting
- 【无标题】HCIP第一天笔记
- Understanding of timer bidirectional break inputs based on stm32h7x3 series
- Database beginner's notes
- [advanced semiconductor process technology series] SOI Technology (Part 2)
- Comment puis - je tester un coupon pour un entretien d'embauche?
- Support cocoscreator 3 X third party Library
- Analysis of market capacity of smart meters, with annual shipments exceeding 100 million
猜你喜欢
Hcip section 1: network type learning
关于char str[20]=““ 和 char str[20]=“ “
AGV调式之软件开发—API调用
MGRE experiment
STM32 series timer complementary output details
数据分析入门的经典书籍——《精益数据分析》
如何评价测试质量?
A brief summary of the programming journey in recent years···
The market scale of 300million chips competes, and the inventory of domestic ZigBee chips
Expérience complète Rip
随机推荐
Hcip day 8
C#从入门到精通(二)
Understanding of integer constant pool
支付系统测试
从字符串中提取数字
Single arm routing configuration
Rip routing information protocol
List set map queue deque stack traversal method summary
C语言写三阶矩阵的转置
Understanding of timer bidirectional break inputs based on stm32h7x3 series
JS基础知识
用指针实现数组的排序
Summary of common methods of string
探索式软件测试
运用链表必记的九大超实用结论
输入N,自动计算阶乘和
The difference between overloading and rewriting
CocosCreator 3. X environment construction
写入文件的有关问题与链表指针
HCIP第四天