当前位置:网站首页>Embedded TC test case
Embedded TC test case
2022-07-04 21:04:00 【StarSkyHorse】
The embedded TC The test case
How to test a function . How to test a helper function ?
- The function header will describe that the parameters are input and output ,( The information in the function header is API Do the things ).
- helper Only care about the behavior of functions at this level . If there is a calling behavior , Adjust the selection parameters to meet the branch coverage 、 Statement override .
- Input parameter selection :
Boundary normal value ( Maximum 、 Minimum ) Equivalent normal value ( Larger value 、 Smaller value 、 Any intermediate value )
Boundary robust value ( Maximum 、 Minimum ) Equivalent robust value ( Any intermediate value )
Output range value ( Maximum 、 Minimum 、 Any intermediate value )- Multi parameter normal boundary , A parameter changes at the boundary normal value , Other parameters change arbitrarily at the equivalent normal value .
- Multi parameter normal equivalence , A parameter changes at the equivalent normal value , Other parameters change arbitrarily at the equivalent normal value .
- Multi parameter robust boundary , A parameter changes in the boundary robust value , Other parameters change arbitrarily at the equivalent normal value .
- Multi parameter robust equivalence , A parameter changes in the equivalent robust value , Other parameters change arbitrarily at the equivalent normal value .
- Output parameters Take values according to the output range .
summary
After writing by yourself, your thoughts will become clearer .
边栏推荐
- js 3D爆炸碎片图片切换js特效
- From automation to digital twins, what can Tupo do?
- [solution] paddlepaddle 2 X call static graph mode
- shp数据制作3DTiles白膜
- Hands on deep learning (III) -- convolutional neural network CNN
- Jiuqi ny8b062d MCU specification /datasheet
- Jekins initialization password not found or not found
- Automatic insertion of captions in word
- Go language notes (4) go common management commands
- LeetCode 871. Minimum refueling times
猜你喜欢

Gobang go to work fishing tools can be LAN / man-machine

What if the brightness of win11 is locked? Solution to win11 brightness locking

Jmeter 之压测入门

What if win11u disk refuses access? An effective solution to win11u disk access denial

【服务器数据恢复】某品牌服务器存储raid5数据恢复案例

分析伦敦银走势图的技巧

剑指 Offer II 80-100(持续更新)

Understand Alibaba cloud's secret weapon "dragon architecture" in the article "science popularization talent"

Fleet tutorial 08 introduction to AppBar toolbar Basics (tutorial includes source code)

看腾讯大老如何做接口自动化测试
随机推荐
Solution of 5g unstable 5g signal often dropped in NetWare r7000 Merlin system
render函数与虚拟dom
PS竖排英文和数字文字怎么改变方向(变竖直显示)
js 闭包
五子棋 上班摸鱼工具 可局域网/人机
go语言笔记(4)go常用管理命令
The concept and application of hash table
Redis分布式锁的实现
LeetCode+ 81 - 85 单调栈专题
网件r7000梅林系统5g不稳定 5g信号经常掉线解决方法
vim异步问题
多模输入事件分发机制详解
How does win11 search for wireless displays? Win11 method of finding wireless display device
Ten years' experience of byte test engineer directly hits the pain point of UI automation test
Managed service network: application architecture evolution in the cloud native Era
idea大小写快捷键
Flet tutorial 04 basic introduction to filledtonalbutton (tutorial includes source code)
Browser render page pass
[micro service SCG] use of predict
[1200. Minimum absolute difference]