当前位置:网站首页>Test Cases: Four-Step Test Design Approach
Test Cases: Four-Step Test Design Approach
2022-08-02 00:45:00 【Programmer Ah Chang】
Reader Questions:
阿常,上节我们讲到Test points are not equivalent to test cases, I would like to ask you how to process test points into test cases?
At present, testers in the team write different test cases for the same test point. One thousand people have one thousand Hamlets, and 108 testers will have 108 test ideas. How to ensure the output in the team?What about the quality of the use cases? Is there a better test design method?
A Chang replied:
Four-step test design method.
First, modeling.
Select a suitable model for the test point, and divide different test points into four types of models: process type, parameter type, data type, and combination type.
1. Process class, build a test model by drawing "Flowchart".
2. Parameter class, establish a test model through "input and output table".
3. For data class, establish a test model through "equivalence class analysis table".
4. Combination class, establish test model through "factor table".
2. Design basic test cases
Then we design some basic test cases for the established test model to cover this test model.
III. Supplementary test data
Determine test inputs for base test cases and supplement test data.
Four. Extension
According to the actual test experience, in addition to the test model, based on the understanding of where defects are likely to occur in the system, add some test cases to increase the integrity and effectiveness of the test cases.
A Chang's thoughts:
How to process test points into test cases, we will continue to discuss in the next question.
Is it inspiring to you after reading today's sharing? If you have any ideas, you are welcome to privately message Ah Chang in the background to discuss and communicate together
.
Reply 715 in the background of the official account to get the test case template
边栏推荐
- 青蛙跳台阶
- 23.卷积神经网络实战-ResNet
- Grid false data injection attacks detection based on coding strategy
- GateWay实现负载均衡
- How does JSP use the page command to make the JSP file support Chinese encoding?
- 傅立叶变换相关公式
- 使用jOOQ将Oracle风格的隐式连接自动转换为ANSI JOIN
- 期货公司开户实力经纪业务的规模
- Microsoft PC Manager V2.1 beta version officially released
- els block boundary deformation processing
猜你喜欢
随机推荐
23.卷积神经网络实战-ResNet
JS中清空数组的方法
go笔记之——goroutine
业务测试如何避免漏测 ?
How does JSP use request to get the real IP of the current visitor?
ERROR 2003 (HY000) Can‘t connect to MySQL server on ‘localhost3306‘ (10061)
期货开户是否有资金门槛?
PHP to read data from TXT file
管理基础知识13
The Statement update Statement execution
c语言字符和字符串函数总结(二)
傅立叶变换相关公式
ES6对箭头函数的理解
不要用jOOQ串联字符串
ELK日志分析系统
unity2D横版游戏教程5-UI
第 45 届ICPC亚洲区域赛(上海)G-Fibonacci
抖音数据接口API-获取用户主页信息-监控直播开启
Active Disturbance Rejection Control of Substation Inspection Robot Based on Data Drive
460. LFU cache