[software development] 需求分析checklist


// */
// ]]>

 

[software development] 需求分析checklist

1 Specific Functional Requirements, 功能上的需求

  1. Are all the inputs to the system specified, including their source, accuracy, range of values, and frequency?

    是不是所有系统的输入都已经详细说明了, 包括输入源, 精度, 输入的范围, 以及不同输入的频率?

  2. Are all the outputs from the system specified, including their destination, accuracy, range of values, frequency, and format?

    是不是所有系统的输出都已经详细说明了, 包括输出的地点, 精度, 数值的范围, 频率以及格式?

  3. Are all output formats specified for web pages, reports, and so on?

    是不是所有的输出格式(用于网页, 报告等)都被详细说明了?

  4. Are all the external hardware and software interfaces specified?

    是不是所有的外部的软件接口以及硬件接口都被详细说明了?

  5. Are all the external communication interfaces specified, including handshaking, error-checking, and communication protocols?

    是不是所有的外部通信接口都被详细说明了, 包括握手协议, 错误检测, 以及通信协议

  6. Are all the tasks the user wants to perform specified?

    是不是所有的用户相要的任务都被详细说明了?

  7. Is the data used in the each task and the data resulting from each task specified?

    每一个任务的输入数据和输出结果是不是都被详细说明了?

2 Specific Non-Functional (Quality) Requirements, 非功能需求

  1. Is the expected response time, from the user's point of view, specified for all necessary operations?

    从用户的角度看, 所有的必要操作的响应时间是否被详细说明了?

  2. Are other timing considerations specified, such as processing time, data-transfer rate, and system throughput?

    其他的运行时间有没有被详细说明, 如处理时间, 数据传输率, 系统的吞吐量

  3. Is the level of security specified?

    安全的级别有没有被详细说明?

  4. Is the reliability specified, including the consequences of software failure, the vital information that needs to be protected from failure, and the strategy for error detection and recovery?

    可靠性有没有被详细说明, 包括软件错误的后果, 错误发生时关键信息的保护, 错误检测以及自我修复的策略?

  5. Is maximum memory specified?

    最大的内存需求有没有被详细说明?

  6. Is the maximum storage specified?

    最大的存储需求有没有被详细说明?

  7. Is the maintainability of the system specified, including its ability to adapt to changes in specific functionality, changes in the operating environment, and changes in its interfaces with other software?

    系统的可维护性有没有被详细说明, 包括个别功能的改变, 操作环境的改变, 与其他软件之间的接口的改变等?

  8. Is the definition of success included? Of failure?

    有没有说到什么程度算是成功, 怎样又叫做失败?

3 Requirements Quality, 需求的质量

  1. Are the requirements written in the user's language? Do the users think so?

    需求是不是以用户能够理解的方式写的? 用户是这么认为的吗?

  2. Does each requirement avoid conflicts with other requriements?

    每一个需求和其他的需求有没有冲突?

  3. Are acceptable trade-offs between competing attributes specified – for example, between robustness and correctness?

    互相矛盾的特性之间有没有达到一个可以接受的平衡关系, 如稳健性和准确性之间?

  4. Do the requirements avoid specifying the design?

    需求分析有没有避免详细的设计?

  5. Are the requirements at a fairly consistent level of detail? Should any requirement be specified in more detail? Should any requirement be specified in less detail?

    是否有些需求过于细化, 或是不够细化?

  6. Are the requirements clear enough to be turned over to an independent group for construction and still be understood?

    需求是否足够清晰, 清晰到能够让一个独立的小组充分理解需求, 并进行下一步的构件?

  7. Is each Item relevant to the problem and its solution? Can each item be traced to its origin in the problem environment?

    每一项都与问题和结果相关吗? 能够将每一项追溯到原始问题?

  8. Is each requirement testable? Will it be possible for independent testing to determine whether each requirement bas been satisfied?

    每个需求都能够被测试吗? 能否通过独立的测试确定各个需求的满足情况?

  9. Are all possible changes to the requriements specified, including the likelihood of each change?

    所有可能引起需求改变的因素都详细说明了吗, 包括不同改变的可能性?

4 Requirements Completeness, 需求完成

  1. Where information isn't available before development begins, are the areas of incompleteness specified?

    开发之前没有完成的需求是不是被详细说明了?

  2. Are the requirements complete in the sense that if the product satisfied every requirement, it will be acceptable?

    当需求结束后, 确认产品是否能够满足所有的需求?

  3. Are you comfortable with all the requirements? Have you eliminated requirements that are impossible to implement and included just to appease your customer or your boss?

    你对于所有的需求满足吗? 你是否要消除那些无法实现的或是为了迎合顾客或老板的需求呢?

5 出自

Code complete second edition

Date: 2014-04-23 Wed

Author: Zhong Xiewei

Org version 7.8.11 with Emacs version 24

Validate XHTML 1.0

[software development] 需求分析checklist的更多相关文章

  1. 关于敏捷开发方法(Agile Software Development)的阅读笔记

    对“敏捷开发”(Agile Software Development)这个词,我是在这学期邹欣老师<现代程序设计>课上第一次听到的,刚听到时并不知道其具体指什么,只是从字面上直觉其意思应该 ...

  2. 敏捷软件开发 Agile software Development(转)

    原文链接: http://www.cnblogs.com/kkun/archive/2011/07/06/2099253.html 敏捷软件开发 Agile software Development ...

  3. 敏捷软件工程(agile software development) VS传统软件工程(traditional software development)

    敏捷软件工程(agile software development) VS传统软件工程(traditional software development)      Agile principle  ...

  4. Agile software Development

    转自:https://www.cnblogs.com/kkun/archive/2011/07/06/agile_software_development.html 敏捷软件开发 Agile soft ...

  5. 软件开发流程 Software development process

    软件开发流程(Software development process)即软件设计思路和方法的一般过程,包括设计软件的功能和实现的算法和方法.软件的总体结构设计和模块设计.编程和调试.程序联调和测试以 ...

  6. Software Development Engineer - Database Services

    http://stackoverflow.com/jobs/116486/software-development-engineer-database-services-amazon?med=clc& ...

  7. 微软职位内部推荐-Software Development Engineer

    微软近期Open的职位: Job Title: Software Development Engineer Work Location: Suzhou, China The Office 365 Co ...

  8. FBX Software Development Kit

    FBX Software Development Kit The FBX Software Development Kit (FBX SDK) allows software developers t ...

  9. Agile Software Development ——敏捷开发

    敏捷? 过去几年中,软件行业中出现了一个新词汇——agile:与此同时,一个关于新的软件开发方式的变革正悄然兴起. 在老师的引导下,我阅读了Agile Guide网站上的几篇文章,并查阅了相关资料.不 ...

随机推荐

  1. oracle数据文件不小心被删除,导致对应的表空间删不掉的处理方法

    问题现象:数据文件被无意删除,导致数据库表空间无法删除,并且重新刷表空间提示表空间已经存在:解决方法:1.oracle用户登录服务器,使用sysdba连接数据库 >sqlplus / as sy ...

  2. hdu 3951 - Coin Game(找规律)

    这道题是有规律的博弈题目,,, 所以我们只需要找出规律来就ok了 牛人用sg函数暴力找规律,菜鸟手工模拟以求规律...[牢骚] if(m>=2) { if(n<=m) {first第一口就 ...

  3. sql语句:插入的时候判断是否有重复项

    把t_table1中数据插入到t_table中,同时确保t_table中不会有重复的项 insert into t_table  (column1,column2,column3) select co ...

  4. 如何利用Github+Appveyor+Nuget打造自己的.net core开源库

    以下教程基于你有一个托管在Github上的.net core项目,如果没有的可以自己fork一个或者自己创建了默认的项目即可. 我们打开需要生成nuget包的项目中的project.json文件,有关 ...

  5. 【C语言学习】《C Primer Plus》第13章 文件输入/输出

    学习总结 1.文件函数原型1: FILE* fopen(char *filename, char *openmode);  //打开文件,返回文件指针 filename:文件名,更确切地说,是包含文件 ...

  6. 《你必须知道的.NET》读书笔记二:小OO有大原则

    此篇已收录至<你必须知道的.Net>读书笔记目录贴,点击访问该目录可以获取更多内容. 一.单一职责原则 (1)核心思想:一个类最好只做一件事,只有一个引起它变化的原因 (2)常用模式:Fa ...

  7. 达洛克战记3 即将开服! What's New!

    历经数个月的开发,达洛克战记3即将全新开服! 剧情: 回归到三大种族起源时期,三大种族并没有像现在三足鼎立.人类一直处于统治地位.但是突然间一群巨人的出现,让人类损失惨重,身为勇者,需要探索巨人背后的 ...

  8. Node.js与Sails~项目结构与Mvc实现

    回到目录 Sails是一个Node.js的中间件架构,帮助我们很方便的构建WEB应用程序,网址:http://www.sailsjs.org/,它主要是在Express框架的基础上发展起来的,扩展了新 ...

  9. EF架构~XMLRepository仓储的实现~续(XAttribute方式)

    回到目录 之前我写过关于XMLRepository仓储的实现的文章,主要是针对XElement方式的,对于XML的结构,一般来说有两种,一是使用节点方式的,我习惯称为XElement方式,别一种是属性 ...

  10. 如何实现 Android 应用的持续部署?

    构建一个高质量的 Android 应用 最大的挑战是什么? 在整个开发流程中,也许 Coding 时莫名的 bug,也许是 Android 开发兼容性问题,多版本多渠道自动打包问题,也有开发工具选择等 ...