当前位置:网站首页>Business test how to avoid missing?
Business test how to avoid missing?
2022-08-02 00:32:00 【Programmer Ah Chang】
Reader Questions:
Ah Chang, we often have missed tests in the actual test. Customers often ask us to optimize the point. I would like to ask, how to test the business test to avoid the missed test?
A Chang replied:
First of all, we need to locate the type of missing point, and then analyze it according to the specific situation:
1. This test is missing from the test casepoint
Solution: Participate in requirements review, gain a deep understanding of the business, and improve the requirement coverage of use cases.
2. The test point in the test case is not executed
Solution: Strictly execute each case in the test case to achieve the ultimate test execution.
3. Product design error, requirement document error
Solution: When reviewing requirements, don't let go of every business detail. If you encounter unreasonable product design, you must go deep, frankly and face to face with the product manager.out and will eventually correct the error.
4. Other optimization problems related to user experience
Solution: We usually collect a lot of user feedback problems, see where users are concerned, improve the testing strategy, and avoid customers pointing out similar problems in the next delivery.For example, this time the user raised the problem of convenience of operation, and we will avoid the recurrence of such problems next time.
A Chang's thoughts:
Although we can't completely guarantee that the missed test will not happen, we can only reduce the missed test as much as possible, but we can continue to summarize the test experience and improve the test strategy.Will not reappear, build trust with customers.
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
边栏推荐
- JSP out.write()方法具有什么功能呢?
- els 方块变形判断。
- 回顾历史5次经济衰退时期:这一次可能会有何不同?
- 【解决】win10下emqx启动报错Unable to load emulator DLL、node.db_role = EMQX_NODE__DB_ROLE = core
- 632. Minimum interval
- Task execution control in Ansible
- security cross-domain configuration
- Multi-feature fusion face detection based on attention mechanism
- 【HCIP】BGP小型实验(联邦,优化)
- 06-SDRAM :SDRAM控制模块
猜你喜欢

不了解SynchronousQueue?那ArrayBlockingQueue和LinkedBlockingQueue不会也不知道吧?

辨析内存函数memset、memcmp、memmove以及memcpy

链上治理为何如此重要,波卡Gov 2.0又会如何引领链上治理的发展?

测试点等同于测试用例吗

632. 最小区间

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

Short video SEO optimization tutorial Self-media SEO optimization skills and methods

Axure tutorial - the new base (small white strongly recommended!!!)

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

业务测试如何避免漏测 ?
随机推荐
QML package management
PHP从txt文件中读取数据的方法
协作乐高 All In One:DAO工具大全
JSP Taglib指令具有什么功能呢?
els 长条变形
An overview of the most useful DeFi tools
ROS 动态参数
短视频SEO优化教程 自媒体SEO优化技巧方法
IP核:FIFO
22. The support vector machine (SVM), gaussian kernel function
Arduino 基础语法
async/await 原理及执行顺序分析
基于相关性变量筛选偏最小二乘回归的多维相关时间序列建模方法
TCL:在Quartus中使用tcl脚本语言进行管脚约束
JSP request对象功能详解说明
els block deformation judgment.
面试高频考题解法——栈的压入弹出序列、有效的括号、逆波兰表达式求值
基于超参数自动寻优的工控网络入侵检测
Industrial control network intrusion detection based on automatic optimization of hyperparameters
JSP out.println()方法具有什么功能呢?