登录
首页 » 软件系统 » 析报告是在测试分析的基础上,对测试的结果以及测试的数据等加以记录和分析总结。它也是测试过程中的一个重要环节,同时,它也是对软件性能的一个总的分析和认可及对不足之...

析报告是在测试分析的基础上,对测试的结果以及测试的数据等加以记录和分析总结。它也是测试过程中的一个重要环节,同时,它也是对软件性能的一个总的分析和认可及对不足之...

于 2022-03-18 发布 文件大小:13.07 kB
0 113
下载积分: 2 下载次数: 1

代码说明:

析报告是在测试分析的基础上,对测试的结果以及测试的数据等加以记录和分析总结。它也是测试过程中的一个重要环节,同时,它也是对软件性能的一个总的分析和认可及对不足之处的说明。因此,测试分析报告对于今后对软件的功能的加强,不足之处的弥补等都起着十分重要的提纲作用。另外,它还有利于今后软件开发者阅读原程序,根据测试提供的数据和结果,分析原代码,掌握各函数的功能和局限性。从而缩短软件开发者的再开发时间和所耗费的精力.资金。-Analysis of the test report is based on the analysis of test results and test data to be recorded and analyzed and summarized. It is also in the process of testing an important part, at the same time, it is for software performance analysis and a general recognition and description of the inadequacies. Therefore, the test analysis report for the future of software is the strengthening of the inadequacies of the make up of the outline and so plays a very important role. In addition, it is also beneficial to the future software developers to read the original procedure, according to test data and results of analysis of the original code, to acquire all of the features and limitations of function. Software developers in order to shorten the re-development time and cost of energy. Fun

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 详细分析了tcp/ip协议栈在linux下的实现
    详细分析了tcp/ip协议栈在linux下的实现-detailed analysis of the tcp/ip protocol stack under Linux Implementation
    2022-07-02 11:41:33下载
    积分:1
  • 本文档是由编译原理编写的一个周期
    此文档是用VC编写的编译原理A逐点循环递归法求哈密顿回路的程序-This document was prepared by the compiler VC Principle A cycle-by-point method for recursive loop Hamiltonian procedures
    2022-08-13 05:05:38下载
    积分:1
  • the opp development software engineer tutorial
    the opp development software engineer tutorial
    2023-07-06 02:40:03下载
    积分:1
  • image maker can be used to create and write the images of files
    image maker can be used to create and write the images of files
    2022-12-20 16:10:04下载
    积分:1
  • 许多工程需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与及底层硬交换数据。因此研究VC++和Matlab 的混合编程具有很大...
    许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-many engineering software necessary to use complex mathematical algorithms. VC can form various user interface, and can directly with the system and the underlying hardware data exchange. The study VC and Matlab programming mixed with great practical significance. The paper discusses how to use the Matlab m*. Complier will function compiled as DLL DL L, VC called to the methods, a VC and Matlab for the rapid realization.
    2022-01-30 13:24:35下载
    积分:1
  • 一个二维游戏开发的完整描述。场景包括编辑,编辑体育..
    一个2D游戏开发的完整描述。其中包括场景编辑,道具编辑,角色编辑,事件编辑。亦在源码区上传源码。-a 2D game development complete description. Scene including editors, editorial props, role editors, editorial incident. Also the source area upload source.
    2022-01-26 03:15:09下载
    积分:1
  • bank
    银行家算法(1)进一步理解利用银行家算法避免死锁的问题; (2)在了解和掌握银行家算法的基础上,编制银行家算法通用程序,将调试结果显示在计算机屏幕上,再检测和笔算的一致性 -bank
    2022-04-19 02:49:26下载
    积分:1
  • Software engineering
    软件工程--实践者的研究方法 本书是一本系统而全面地介绍软件工程理论、技术和实践的专著,是北美学 术界和产业界的畅销书之一。本书作者Roger S.Pressman是软件工程领域国际 知名的咨询专家和作者,著有多本学术专著,本书已是其第四版。本书由黄柏素、梅宏组织翻译。-Software engineering- the practice of the research methodology of this book is a systematic and comprehensive introduction to software engineering theory and practice of technical monographs, is the North American academia and industry, one of the best-selling book. This book the author Roger S. Pressman Software Engineering are internationally renowned experts and authors of the consultation, a number of the academic monograph, the book is its fourth edition. This book by Huangbai Su, MEI Hong Translations Organize.
    2022-08-18 10:56:24下载
    积分:1
  • 犯错
    嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协议栈在ARM7+RTL8019硬件环境下测试,并建立了FTP服务器和WEB服务器,性能稳定。 6)协议栈建立的FTP服务器和WEB服务器与Internet Explorer浏览器和ftp.exe相互兼容。 7)协议栈每一个SOCKET上建了数据缓冲队列(数据结构),用于接收SOCKET的并发数据,实现多SOCKET的并发数据报处理,可同时运行FTP服务器和WEB服务器。 8)协议栈实现了ACK的延时答应(200ms),支持TCP多包发送和接收,但未支持TCP数据报的失序处理,因此适合局域网内使用。 诚邀与您合作,QQ:292942278-err
    2022-02-21 03:42:25下载
    积分:1
  • 23中设计模式大家都应该知道吧,我从别处收集过来的,书里面讲解清晰明了,里面的例子可以直接编译通过,这个是结构型模式...
    23中设计模式大家都应该知道吧,我从别处收集过来的,书里面讲解清晰明了,里面的例子可以直接编译通过,这个是结构型模式-23 design patterns we all should know, I collect them from elsewhere, the book on the clarity, examples of which can be directly compiled through, this is a structural model
    2022-10-18 10:35:03下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载