当前位置:网站首页>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 .
边栏推荐
- How does win11 search for wireless displays? Win11 method of finding wireless display device
- What if the computer page cannot be full screen? The solution of win11 page cannot be full screen
- Understand Alibaba cloud's secret weapon "dragon architecture" in the article "science popularization talent"
- How does wincc7.5 SP1 find variables and their positions through cross indexing?
- 哈希表、哈希函数、布隆过滤器、一致性哈希
- LeetCode 8. 字符串转换整数 (atoi)
- D3.js+Three.js数据可视化3d地球js特效
- MySQL statement execution details
- 【观察】联想:3X(1+N)智慧办公解决方案,释放办公生产力“乘数效应”
- What if the brightness of win11 is locked? Solution to win11 brightness locking
猜你喜欢

PS竖排英文和数字文字怎么改变方向(变竖直显示)

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

Automatic generation of interface automatic test cases by actual operation

接口設計時的一些建議

工厂从自动化到数字孪生,图扑能干什么?

字节测试工程师十年经验直击UI 自动化测试痛点

面对同样复杂的测试任务为什么大老很快能梳理解决方案,阿里十年测试工程师道出其中的技巧

伦敦银走势图分析的新方法

Flet tutorial 06 basic introduction to textbutton (tutorial includes source code)

看腾讯大老如何做接口自动化测试
随机推荐
Pytorch---使用Pytorch实现LinkNet进行语义分割
Ten years' experience of byte test engineer directly hits the pain point of UI automation test
Flet tutorial 04 basic introduction to filledtonalbutton (tutorial includes source code)
From automation to digital twins, what can Tupo do?
hash 表的概念及应用
Leetcode+ 81 - 85 monotone stack topic
语义化标签的优势和块级行内元素
【微服务|SCG】Predicate的使用
RFID仓库管理系统解决方案有哪些功能模块
Implementation of redis distributed lock
[1200. Différence absolue minimale]
Go notes (1) go language introduction and characteristics
[micro service SCG] use of predict
宝塔 7.9.2 宝塔控制面板绕过 手机绑定认证 绕过官方认证
How does wincc7.5 SP1 find variables and their positions through cross indexing?
阿里测试师用UI自动化测试实现元素定位
PermissionError: [Errno 13] Permission denied: ‘data.csv‘
【观察】联想:3X(1+N)智慧办公解决方案,释放办公生产力“乘数效应”
Idea configuration standard notes
c语言函数形参自增自减情况分析