当前位置:网站首页>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
边栏推荐
- C语言:打印整数二进制的奇数位和偶数位
- String splitting function strtok exercise
- Multidimensional Correlation Time Series Modeling Method Based on Screening Partial Least Squares Regression of Correlation Variables
- Angr(十二)——官方文档(Part3)
- C语言函数详解(1)【库函数与自定义函数】
- go笔记——map
- Redis 相关问题
- 管理基础知识21
- Looking back at 5 recessionary times in history: How might this time be different?
- unity2D横版游戏教程5-UI
猜你喜欢
随机推荐
管理基础知识9
js中内存泄漏的几种情况
What is the function of the JSP Taglib directive?
JSP out. The write () method has what function?
146. LRU cache
Knowing the inorder traversal of the array and the preorder traversal of the array, return the postorder history array
PHP to read data from TXT file
go笔记——锁
不要用jOOQ串联字符串
管理基础知识15
How does JSP use request to get the real IP of the current visitor?
Redis 相关问题
Difference between JSP out.print() and out.write() methods
渗透测试与攻防对抗——渗透测试基础
AXI4协议介绍
DOA从一维阵列传感说起
JSP built-in object out object function introduction
期货开户是否有资金门槛?
uni-app项目总结
BGP 第一次实验









