当前位置:网站首页>软件测试阶段的风险
软件测试阶段的风险
2022-07-25 10:52:00 【Youcan.】

软件测试常见的风险,主要有以下几点:
1. 需求风险
对软件需求理解不够准确,导致测试范围存在误差,遗漏部分需求或者执行了错误的测试方法;
另外需求变更导致测试用例变更,同步时存在误差。
2. 测试用例风险
测试用例设计不完整,忽视了边界条件、异常处理等情况,用例没有完全覆盖需求;
测试用例没有得到全部执行,有些用例被有意或无意的遗漏。
3. 缺陷风险
某些缺陷偶发,难以重现,容易被遗漏。
4. 代码质量风险
软件代码质量差,导致缺陷较多,容易出现测试的遗漏。
5. 测试环境风险
有些情况下,测试环境与生产环境不能完全一致,导致测试结果存在误差。
6. 测试技术风险
某些项目存在技术难度,测试能力和水平导致测试进展缓慢,项目延期。
7. 回归测试风险
回归测试一般不运行全部的测试用例,可能存在测试不完全。
8. 沟通协调风险
测试过程中设计的角色较多,存在不同人员、角色之间的沟通、协作,难免存在误解、沟通不畅的情况,导致项目延期。
9. 其他不可预计的风险
一些突发状况,不可抗因素等也构成风险因素,且难以预估和避免。

边栏推荐
- [IJCAI 2022] parameter efficient large model sparse training method, which greatly reduces the resources required for sparse training
- Understanding: idea uses Scala to write wordcount programs and generate jar packages
- 大话DevOps监控,团队如何选择监控工具?
- Teach you how to configure S2E as the working mode of TCP client through MCU
- 谣言检测文献阅读十一—Preventing rumor spread with deep learning
- SQL注入 Less18(头部注入+报错注入)
- Dataframe print ellipsis problem
- Various controls ==pyqt5
- Learn Luzhi PHP -- tp5.0 uses Chinese as an alias and reports "unsupported data expression"
- 贪心问题01_活动安排问题
猜你喜欢

Stm32cubemx learning record -- installation, configuration and use

活动报名 | 玩转 Kubernetes 容器服务提高班正式开营!

Brief description of model deployment

教你如何通过MCU将S2E配置为UDP的工作模式

Common linear modulation methods based on MATLAB

Want to record your supernatural moments when playing games? Let's take a look at how to use unity screenshots

Leetcode sword finger offer 27. image of binary tree

JDBC summary

MIIdock简述

SQL注入 Less23(过滤注释符)
随机推荐
ArcMap cannot start the solution
第一个C语言程序(从Hello World开始)
W5500多节点连接
SQL language (6)
DICOM medical image viewing and browsing function based on cornerstone.js
Linked list related (design linked list and ring linked list)
Only know that the preform is used to generate objects? See how I use unity to generate UI prefabs
教你如何通过MCU将S2E配置为UDP的工作模式
Information management system for typical works of urban sculpture (picture sharing system SSM)
Detailed explanation of zero basis from macro to micro Bert
Various controls ==pyqt5
There is a newline problem when passing shell script parameters \r
SQL注入 Less18(头部注入+报错注入)
Chapter 4 linear equations
Compressed list ziplist of redis
基于Caffe ResNet-50网络实现图片分类(仅推理)的实验复现
How to judge the performance of static code quality analysis tools? These five factors must be considered
SQL注入 Less17(报错注入+子查询)
SQL language (III)
动态规划问题03_最大子段和