首页 > 其他分享 >如果没有太多的时间进行测试怎么办?

如果没有太多的时间进行测试怎么办?

时间:2022-12-25 12:05:36浏览次数:37  
标签:application What aspects 太多 哪些 功能模块 most 测试 怎么办


What if there isn't enough time for thorough testing?

Use risk analysis to determine where testing should be focused.

Since it's rarely possible to test every possible aspect of an application, every possible combination of events, every dependency, or everything that could go wrong, risk analysis is appropriate to most software development projects. This requires judgement skills, common sense, and experience. (If warranted, formal methods are also available.) Considerations can include:

  • Which functionality is most important to the project's intended purpose?
  • Which functionality is most visible to the user?
  • Which functionality has the largest safety impact?
  • Which functionality has the largest financial impact on users?
  • Which aspects of the application are most important to the customer?
  • Which aspects of the application can be tested early in the development cycle?
  • Which parts of the code are most complex, and thus most subject to errors?
  • Which parts of the application were developed in rush or panic mode?
  • Which aspects of similar/related previous projects caused problems?
  • Which aspects of similar/related previous projects had large maintenance expenses?
  • Which parts of the requirements and design are unclear or poorly thought out?
  • What do the developers think are the highest-risk aspects of the application?
  • What kinds of problems would cause the worst publicity?
  • What kinds of problems would cause the most customer service complaints?
  • What kinds of tests could easily cover multiple functionalities?
  • Which tests will have the best high-risk-coverage to time-required ratio?
  • 使用风险分析来决定对哪些模块进行重点测试。
    由于很少有可能测试一个应用程序的所有部分,事件的每个可能组合,每个部分都能可能有错误。所以引入风险分析对于软件开发项目是合适的。这需要判断能力、敏锐的感觉和经验。(如何允许,也可以采用正式的方法来评估)考虑以下方面:
    1、对项目的主要用途来说,哪些功能模块是最重要?
    2、哪些功能模块用户最经常使用?
    3、哪些功能模块最需要考虑安全?
    4、哪些功能模块对用户的金融交易影响最大?
    5、对客户来说,应用程序的哪些方面最重要?
    6、在软件生命周期中应用程序的哪些部分已经被测试了?
    7、哪些代码最复杂,最有可能隐藏错误?
    8、应用程序中的哪些部分是在着急或紧急情况下完成的?
    9、以前的软件与本软件相似的/相关的项目哪些方面引起问题最多?
    10、以前的软件与本软件相似的/相关的项目哪些方面有比较多的维护费用?
    11、考虑软件的需求和设计中哪些部分不清晰或比较差?
    12、开发人员认为应用程序中风险最高的方面是哪些方面?
    13、什么类型的问题将引起最坏的影响?
    14、什么类型的问题将引起最多的客户严重抱怨?
    15、什么类型的测试最容易测试多个功能模块?
    16、什么测试具有最好的风险系数和所需时间比?

标签:application,What,aspects,太多,哪些,功能模块,most,测试,怎么办
From: https://blog.51cto.com/u_12655962/5968062

相关文章

  • Vulnhub之My CMSCMS靶机详细测试过程(采用不同的拿web shell的方法)
    MyCMSCMS作者:Jason_huawen靶机基本信息名称:MyCMSMS:1地址:识别目标主机IP地址─(kali㉿kali)-[~/Vulnhub/MyCMSCMS]└─$sudonetdiscover-ieth1Currentl......
  • 测试goole的搜索
    搜索WWW搜索本站......
  • 使用unittest和Django搭配写一个接口测试平台
    一、项目需求:每个测试项目下面有多个测试用例1.对测试项目的.增.删.改.查,查看该测试项目下面所有的测试用例.为该测试项目批量导入,添加测试用例2.对项目下的接口进行......
  • Go测试-benchmark测试
    benchmark测试入门测试以Bnechmark为方法开头运行测试的时候,形如普通的测试,但是需要加上-bench选项运行选项:-bench选项:接受一个正则表达式,匹配上的才会执行-bench......
  • 测试用例如何评审,看完这篇就会了
    转载请注明出处❤️作者:测试蔡坨坨原文链接:caituotuo.top/90b47990.html你好,我是测试蔡坨坨。众所周知,对于测试同学来说,在软件研发流程中有两个重要的会议,一个是需求评......
  • 花椒直播 测试开发面经
    1.自我介绍2.数组和链表的区别是什么?链表在内存中怎么存的?链表怎么遍历?3.你对json熟悉吧?说一下,我说不深入,就是项目里用过,那写个代码吧,一个json串,如果它的value是一个json.......
  • 【Flutter】大型项目里Flutter测试应用实例以及集成测试的深度使用
    测试应用实例_Flutterawaittester.pumpWidget(newStatefulBuilder(builder:(BuildContextcontext,StateSettersetState){returnne......
  • Java 字节流数据拷贝性能测试
     packagecn.edu.lcudcc.byte_buffer_time;importjava.io.*;publicclassByteBufferTimeDemo{privatestaticfinalStringSRC_FILE="/Users/baoshan/Do......
  • 【接口自动化测试实战】系统架构
    1、common:自己封装的一些工具模块excel操作的模块、日志模块2、conf:存放项目的配置文件3、library:用来存放,一些第三方的模块:ddt、HtmlTestRunnerNew4、logs:日志记......
  • VLC组播测试
    利用VLC实现组播流服务器https://blog.csdn.net/c_base_jin/article/details/103225138VLC组播与接收https://blog.csdn.net/wangjiannuaa/article/details/6461316......