当前位置:网站首页>How to do smoke test
How to do smoke test
2022-07-21 23:36:00 【Programmer Achang】
Readers ask questions : How to do smoke test ?
Achang replied : I will answer this question from three aspects :1、 What is smoke test ;2、 Why do smoke tests ;3、 How to do smoke test .
One 、 What is smoke test
「 Smoke testing 」 This technique comes from the hardware industry . After a hardware or hardware component is changed or repaired , Power up the device directly . If there's no smoke , Then the component passed the test .
In software ,「 Smoke testing 」 It is a fast basic function verification strategy for software version package , It is a means to confirm and verify the basic functions of software , It's not an in-depth test of the software version package .
Smoke test is a pre-test before detailed testing of the software version package , If the smoke test case fails , No further testing is necessary .
Two 、 Why do smoke tests
Improve the efficiency of software testing .
Quickly confirm whether the software has test access conditions , Avoid after the formal test phase is fully carried out , Even in the middle and late stages of the test, blocking problems were found, which seriously affected the test progress .
3、 ... and 、 How to do smoke test
One ) Write smoke use cases
The tester selects the main process 、 Important functions , perhaps P0、P1 Level use cases are used as smoke test cases .
Two ) Execute the smoke use case
Before the developers formally propose the test , Perform the smoke test case provided by the test , It can be officially handed over to the test after passing all the tests .
After reading today's sharing, is it enlightening for you , If you have any idea, you are welcome to send a private message backstage, ah Chang , Discuss and communicate with each other .
边栏推荐
- 2021-06-22
- Day01 软件测试基础总结
- 如何做 APP 安装测试 ?
- Jenkins持续集成自动化测试实战(下篇)
- APP 登录功能,用例怎么写 ?
- Write the creation and query modification of simple and orderly linked list
- Super detailed - working principle of NMOS and PMOS and related content sorting (Part 1)
- 远程真机测试,机型怎么选?
- Twincat3 uses FIFO to collect the position information of three axes, generate XML files, and solve common error reports
- 【小技巧】在当前目录下快速弹出cmd窗口且路径为当前路径的方法
猜你喜欢
006_ SS_ Dual Diffusion Implicit Bridges For Image-to-Image Translation
About the solution of "indentation error: unindent does not match any outside indentation level"
Understand the composition and working principle of cache
10061 unknown error error is reported when connecting to the previously available MySQL database
Audio and video development learning notes (I)
Understanding of timer bidirectional break inputs based on stm32h7x3 series
Jenkins continuous integration automation test practice (Part 2)
[semiconductor advanced process technology series] HKMG process technology (Part 2)
Postman's solution to "failed to obtain token through data.token in tests"
jmeter脚本生成基于rap2
随机推荐
Using array plus function to count the average score of students in a class
Day02 测试用例知识点总结(上)
实现页面与页面之间的信息交换
004_ SSSS_ Image-to-Image Translation with Conditional Adversarial Networks
AGV debugging notes (I) - model: mir250
数据分析入门的经典书籍——《精益数据分析》
手把手教学UI自动化测试之数据驱动
“cannot get hvm parameter CONSOLE_EVTCHN (18): -22!”的解决方法
你是怎么理解自动化测试的?理解自动化测试的目的和本质
知秋
设置表单
[advanced semiconductor process technology series] strained silicon process technology
带你轻松解密白盒测试及(Demo详解)
jmeter脚本生成基于rap2
ms17_ 010 invading win7
远程真机测试,机型怎么选?
Postman's body reports the solution of "expected" and "instead of" P "
Seven easily ignored conclusions of C language using functions
Common assertions for judging the success of running results when using postman batch running interface
.whl和.py安装方法