当前位置:网站首页>Are test points the same as test cases?
Are test points the same as test cases?
2022-08-02 00:32:00 【Programmer Ah Chang】
Reader Questions:
Ah Chang, I would like to ask, is a test point equivalent to a test case? Can the test point obtained from the requirement analysis be directly used as a test case for execution?
A Chang replied:
A test point is not the same as a test case and cannot be used directly to guide the test.
1. There may be redundancy in the content of test points, unclear test input, too coarse test granularity, similar operating environment and a series of problems.
2. The test point needs to be "processed" before it can become a test case.
3. We need to "de-duplicate", "merge" and "refine" the test points, and then determine the test conditions, input data and output results of each test point.
4. The test point is a collection of scattered test ideas.
5. A test case is an instruction manual that correctly guides the test.
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 666 in the background of the official account to get the learning route
边栏推荐
- 利用“栈”快速计算——逆波兰表达式
- PHP从txt文件中读取数据的方法
- JSP out.println()方法具有什么功能呢?
- Multidimensional Correlation Time Series Modeling Method Based on Screening Partial Least Squares Regression of Correlation Variables
- JSP page指令errorPage属性起什么作用呢?
- GIF making - very simple one-click animation tool
- JSP Taglib指令具有什么功能呢?
- 图解LeetCode——1161. 最大层内元素和(难度:中等)
- 22.支持向量机—高斯核函数
- Difference between JSP out.print() and out.write() methods
猜你喜欢
随机推荐
Mean Consistency Tracking of Time-Varying Reference Inputs for Multi-Agent Systems with Communication Delays
接地气讲解TCP协议和网络程序设计
nodeJs--mime模块
How does JSP use the page command to make the JSP file support Chinese encoding?
路由策略
08-SDRAM: Summary
构造方法,this关键字,方法的重载,局部变量与成员变量
SphereEx Miao Liyao: Database Mesh R&D Practice under Cloud Native Architecture
06-SDRAM :SDRAM控制模块
How does JSP use request to get the real IP of the current visitor?
使用jOOQ将Oracle风格的隐式连接自动转换为ANSI JOIN
Routing strategy
基于编码策略的电网假数据注入攻击检测
els block deformation
IP Core: FIFO
QML package management
The Statement update Statement execution
Interview high-frequency test questions solution - stack push and pop sequence, effective parentheses, reverse Polish expression evaluation
含外部储能的电力系统暂态稳定分布式控制
Async/await principle and execution sequence analysis









