当前位置:网站首页>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
边栏推荐
- CRS management and maintenance
- 测试点等同于测试用例吗
- go语言标准库fmt包怎么使用
- els 方块边界变形处理
- How to find new potential projects?Tools recommended
- Detailed explanation of JSP request object function
- 构造方法,this关键字,方法的重载,局部变量与成员变量
- Keepalived 高可用的三种路由方案
- 路由策略
- After reshipment tencent greetings to monitor if the corresponding service does not exist by sc. Exe command to add services
猜你喜欢

路由策略

Task execution control in Ansible

不了解SynchronousQueue?那ArrayBlockingQueue和LinkedBlockingQueue不会也不知道吧?
![[HCIP] BGP Small Experiment (Federation, Optimization)](/img/a2/0967200c69cff3b683dc0af6f314c8.png)
[HCIP] BGP Small Experiment (Federation, Optimization)

解析正则表达式的底层实现原理

146. LRU cache

How to find new potential projects?Tools recommended

如何优雅的消除系统重复代码

一篇永久摆脱Mysql时区错误问题,idea数据库可视化插件配置

GIF making - very simple one-click animation tool
随机推荐
[HCIP] BGP Small Experiment (Federation, Optimization)
REST会消失吗?事件驱动架构如何搭建?
Detailed explanation of Zadig's self-testing and tuning environment technical solution for developers
控制电机的几种控制电路原理图
What is it like to trade for a living?
【解决】win10下emqx启动报错Unable to load emulator DLL、node.db_role = EMQX_NODE__DB_ROLE = core
业务测试如何避免漏测 ?
微软电脑管家V2.1公测版正式发布
How does JSP use the page command to make the JSP file support Chinese encoding?
Play NFT summer: this collection of tools is worth collecting
TCL:在Quartus中使用tcl脚本语言进行管脚约束
面试高频考题解法——栈的压入弹出序列、有效的括号、逆波兰表达式求值
Using the "stack" fast computing -- reverse polish expression
460. LFU 缓存
els 方块边界变形处理
磁盘与文件系统管理
Day11 shell脚本基础知识
What is the function of the JSP Taglib directive?
After reshipment tencent greetings to monitor if the corresponding service does not exist by sc. Exe command to add services
IO流基础