﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-finer-随笔分类-1.需求分析</title><link>http://www.blogjava.net/zouhui/category/53901.html</link><description /><language>zh-cn</language><lastBuildDate>Wed, 21 Dec 2016 19:31:57 GMT</lastBuildDate><pubDate>Wed, 21 Dec 2016 19:31:57 GMT</pubDate><ttl>60</ttl><item><title>如何应对没有需求的测试 </title><link>http://www.blogjava.net/zouhui/archive/2013/09/27/404552.html</link><dc:creator>zouhui</dc:creator><author>zouhui</author><pubDate>Fri, 27 Sep 2013 07:25:00 GMT</pubDate><guid>http://www.blogjava.net/zouhui/archive/2013/09/27/404552.html</guid><wfw:comment>http://www.blogjava.net/zouhui/comments/404552.html</wfw:comment><comments>http://www.blogjava.net/zouhui/archive/2013/09/27/404552.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/zouhui/comments/commentRss/404552.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/zouhui/services/trackbacks/404552.html</trackback:ping><description><![CDATA[@import url(http://www.blogjava.net/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);
<div class="postTitle">如何应对没有需求的测试 &nbsp;《转载》</div>
<div>
<p style="text-align: left; padding-bottom: 0px; background-color: #ffffff; margin: 10px 0px; padding-left: 0px; padding-right: 0px; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; word-break: break-all; padding-top: 0px"><u style="word-break: break-all"><strong style="word-break: break-all">软件测试</strong></u>时候发现根本没有需求，一问开发和需求，发现原来是我们的项目经理口口相传，告诉开发要怎么怎么做。</p>
<p style="text-align: left; padding-bottom: 0px; background-color: #ffffff; margin: 10px 0px; padding-left: 0px; padding-right: 0px; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; word-break: break-all; padding-top: 0px">　　可想而之，这个过程是没有设计的，开发过程当中遇到问题，就会问，项目经理即时马上给出答复。</p>
<p style="text-align: left; padding-bottom: 0px; background-color: #ffffff; margin: 10px 0px; padding-left: 0px; padding-right: 0px; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; word-break: break-all; padding-top: 0px">　　而到了测试，测试人员在完全不了解状况的时候，在界面上点了点，也不知道要点多少东西，反正一会告诉我说版本测试完了。我心里没底，想着版本上提到改了这么多东西，怎么马上就测试完了呢？</p>
<p style="text-align: left; padding-bottom: 0px; background-color: #ffffff; margin: 10px 0px; padding-left: 0px; padding-right: 0px; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; word-break: break-all; padding-top: 0px">　　于是我抱着怀疑的态度去做测试，结果一看发现我们的系统已经大变样了。以前一个流程的三种状态变成了现在的未知种数。我傻眼了，这样怎么可能做测试呢？没有需求，无法预估到测试场景。怎样才是测试完成了？更可恨地是部门经理说测试完了没问题就上线，我的问题是怎样是测试完了，怎样是没问题呢？</p>
<p style="text-align: left; padding-bottom: 0px; background-color: #ffffff; margin: 10px 0px; padding-left: 0px; padding-right: 0px; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; word-break: break-all; padding-top: 0px">　　我告诉部门经理，我无法决定是否上线，因为我不知道如何设计测试场景了，而通过我的测试，我发现了一些开发人员也无法回答的问题，于是我把所有我知道范围之内的可能造成状态不同的条件全部列出来了，要求项目经理可我填写，如果是这样的输入条件，输出是怎样的？经我这么发问，项目经理也无法填写我的结果，又推给需求去确认。当然事情暂时没有结论，现在的状态是版本暂时没有上线，我的测试我认为是没有做完的。</p>
<p style="text-align: left; padding-bottom: 0px; background-color: #ffffff; margin: 10px 0px; padding-left: 0px; padding-right: 0px; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; word-break: break-all; padding-top: 0px">　　针对以上的问题，我觉得好险。测试是项目最后的一道关，如果我不能发现这些问题，上线后，客户发现了，我们如何解释呢，我们的项目经理会挺身而出帮你说话，说是因为没有需求吗？</p>
<p style="text-align: left; padding-bottom: 0px; background-color: #ffffff; margin: 10px 0px; padding-left: 0px; padding-right: 0px; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; word-break: break-all; padding-top: 0px">　　如果出了问题，我对项目经理没有这样的信心。但是我越发觉得测试是多么的重要了，每次上线都是对我个人能力的考验。而这种混乱状态下，如果我不能够发问，我这个测试组的地位只会越来越低，成为别人推卸责任的那个背着黑锅的家伙。</p>
<p style="text-align: left; padding-bottom: 0px; background-color: #ffffff; margin: 10px 0px; padding-left: 0px; padding-right: 0px; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; word-break: break-all; padding-top: 0px">　　这次我也发现自己在进入这个部门两个月以后的第一次反抗，前期由于不了解项目的情况，所以出这种问题也是无法察觉的。需求和开发没有文档，需求分析和设计没有做好，我的测试也只能定位比较低。但是通过这次的考验，我自己越来越多的相信，我能够做好项目的测试管理，我的测试组能够在项目过程中充当着不可或缺的角色。</p>
<p style="text-align: left; padding-bottom: 0px; background-color: #ffffff; margin: 10px 0px; padding-left: 0px; padding-right: 0px; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; word-break: break-all; padding-top: 0px">　　没有需求的测试，很危险，但是我绝不是每次都要用这种方法来对付这个问题，我要告诉部门，你们前期的需求分析是否可以做得更全面一点，开发设计可以多考虑一些，不要每次把问题丢给测试，提高项目的间接成本。</p>
</div>
<div class="postDesc">posted on 2011</div><img src ="http://www.blogjava.net/zouhui/aggbug/404552.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/zouhui/" target="_blank">zouhui</a> 2013-09-27 15:25 <a href="http://www.blogjava.net/zouhui/archive/2013/09/27/404552.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>统一需求管理</title><link>http://www.blogjava.net/zouhui/archive/2013/09/24/404374.html</link><dc:creator>zouhui</dc:creator><author>zouhui</author><pubDate>Tue, 24 Sep 2013 06:50:00 GMT</pubDate><guid>http://www.blogjava.net/zouhui/archive/2013/09/24/404374.html</guid><wfw:comment>http://www.blogjava.net/zouhui/comments/404374.html</wfw:comment><comments>http://www.blogjava.net/zouhui/archive/2013/09/24/404374.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/zouhui/comments/commentRss/404374.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/zouhui/services/trackbacks/404374.html</trackback:ping><description><![CDATA[@import url(http://www.blogjava.net/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);
<div style="layout-grid:  15.6pt none" class="Section0">
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">互联网产品需求管理思考(统一需求管理)　&nbsp;《转载》<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 对于</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; font-weight: bold; text-decoration: underline; mso-spacerun: 'yes'; mso-shading: #ffffff">互联网</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">公司而言，产品</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; font-weight: bold; text-decoration: underline; mso-spacerun: 'yes'; mso-shading: #ffffff">需求管理</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">是产品研发的核心环节，产品需求的正确与否直接影响产品开发周期、产品开发成本、产品运营成本，甚至直接决定了产品市场竞争力。根据统计：产品开发中<font face="Arial">40%</font><font face="宋体">～</font><font face="Arial">60%</font><font face="宋体">的问题都是在需求阶段埋下的</font><font face="Times New Roman">&#8220;</font><font face="宋体">祸根</font><font face="Times New Roman">&#8221;&nbsp;</font><font face="宋体">，在</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; font-weight: bold; text-decoration: underline; mso-spacerun: 'yes'; mso-shading: #ffffff">测试</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">阶段及运营阶段发现需求阶段植入的问题，解决的代价是需求阶段发现问题的<font face="Arial">68</font><font face="宋体">～</font><font face="Arial">200</font><font face="宋体">倍。</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; font-weight: bold; mso-spacerun: 'yes'; mso-shading: #ffffff">　　关于需求管理的故事很多，列举一些常见问题：</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">某天老板问起：我很久以前提过一个需求，提过以后就没下文了。产品经理无辜地说：有提过吗，是给我提的吗？</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">某个销售谈起：我很久以前提过一个需求，当时被产品否掉了，觉得不重要，现在竞争对手就靠此功能赢得了众多客户。产品经理无辜地说：当时是被否掉了，但你后面再没有提过，因此在后续产品开发中当然没考虑此需求</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">某天老板提起：某个产品的某个功能很不错，于是乎大家加班加点地开发实现了类似功能。等到产品开发出来后才开始找客户、找卖点。</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">销售们抱怨：产品人员、开发人员闭门造车，只关注技术，不关注客户需求。产品及技术无辜地说：销售人员根本描述不清楚需求，我们已经按照他们需求开发出来了，他们还是不满意。</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">销售人员只管销售目标的完成，客户反映的信息不能传递到产品及技术部门。研发部门主动到销售人员那里了解市场信息时，他们往往说：</font><font face="Times New Roman">&#8220;</font><font face="宋体">我只管销售，你先把产品拿出来再说</font><font face="Times New Roman">&#8221;</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">某个客户在社区里投诉：</font><font face="Arial">xx</font><font face="宋体">产品的</font><font face="Arial">xx</font><font face="宋体">功能做得太差了，已经投诉过几次都还没有改善；但产品及技术无辜地说：他这功能相对于</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; font-weight: bold; text-decoration: underline; mso-spacerun: 'yes'; mso-shading: #ffffff">其他</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">产品功能优先级很低，因此暂时不考虑</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">竞争对手某个杀手级产品的功能其实以前公司很久以前就做了，但后来没有持续完善，导致</font><font face="Times New Roman">&#8220;</font><font face="宋体">起了个大早，赶了个晚集</font><font face="Times New Roman">&#8221;</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">某个产品越做越大、越做越乱，直到有一天无法维护时候整理产品功能才发现，里面有一堆乱七八糟的需求，这些需求怎么来的、现在哪一个客户在使用此功能，谁都不知道</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">公司层面产品相关利益者都参加的需求收集会议也开了很多次，但大家对于产品需求的理解还是没有统一</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">与竞争对手的产品比较，产品功能比竞争对手全面多了，但还是竞争不过竞争对手的产品</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">某个产品离职了，大家才发现，对产品最熟悉的人只有这个产品经理，没有任何文档及功能说明，有的只是网站页面和代码</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　对于大部分互联网公司而言，都意识到了产品管理的重要性，因此都有相应的产品管理流程，但为何以上问题仍然屡见不鲜呢？</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; font-weight: bold; mso-spacerun: 'yes'; mso-shading: #ffffff">　　以上问题的根源在于：</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Arial">1</font><font face="宋体">）没有对各种需求有效地分层分级，对不同阶段需求的目标没有明确的定义</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Arial">2</font><font face="宋体">）没有建立一个横跨市场和产品研发部门的组织机构来统一负责收集市场需求，并将其传递给产品研发团队</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Arial">3</font><font face="宋体">）缺少完备的需求收集、汇总、分析机制，</font><font face="Times New Roman">&#8220;</font><font face="宋体">公司神经末梢与大脑失去联系</font><font face="Times New Roman">&#8221;</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Arial">4</font><font face="宋体">）没有建立一套跨部门的端到端的业务流程来指导市场需求收集与传递</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; font-weight: bold; text-decoration: underline; mso-spacerun: 'yes'; mso-shading: #ffffff">工作</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Arial">5</font><font face="宋体">）没有一个客户需求分析工具来指导系统性地收集客户需求</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; font-weight: bold; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Arial">1</font><font face="宋体">、互联网产品需求来源</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　一提到需求管理，产品人员及技术人员都会异口同声地说：软件需求管理，我们有啊。我们的</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; font-weight: bold; text-decoration: underline; mso-spacerun: 'yes'; mso-shading: #ffffff">软件开发</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">过程遵循<font face="Arial">CMMI3</font><font face="宋体">、</font><font face="Arial">RUP</font><font face="宋体">、</font><font face="Arial">XP</font><font face="宋体">、</font><font face="Arial">SCRUM</font><font face="宋体">等开发过程，需求管理是我们进行开发的最重要阶段。</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　我们这里所指的<font face="Times New Roman">&#8220;</font><font face="宋体">需求</font><font face="Times New Roman">&#8221;</font><font face="宋体">不单纯只是技术术语的产品需求、软件需求，还包括：</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">客户所想所需：</font><font face="Arial">Needs</font><font face="宋体">、</font><font face="Arial">Wants</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">市场需求</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">产品包需求：</font><font face="Arial">Offering&nbsp;Requirement</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">产品需求</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">开发需求</font></span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　相对于传统软件开发过程，互联网企业的需求管理来源更加多样化，包括：</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Arial';background: #ffffff; color: #333333; font-size: 9pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　<font face="Verdana">1</font><font face="宋体">）外部来源</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">客户需求：客户在使用产品过程中所提的建议和意见；以及通过客户访谈等手段得到的需求</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">竞争对手产品分析：直接作为竞争对手产品的客户试用，获得竞争对手产品相关信息</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">社会化媒体：搜索引擎、</font><font face="Verdana">IM</font><font face="宋体">、</font><font face="Verdana">BBS</font><font face="宋体">、</font><font face="Verdana">Blog</font><font face="宋体">、</font><font face="Verdana">SNS</font><font face="宋体">社区、</font><font face="Verdana">Blog</font><font face="宋体">、</font><font face="Verdana">Twitter</font><font face="宋体">、百度知道等社会化新媒体</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">传统媒体</font><font face="Verdana">/</font><font face="宋体">竞争对手软文等</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">合作伙伴</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">行业分析</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　一些竞争对手分析的手段可以参考&nbsp;电子商务企业竞争情报分析工具</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Verdana">2</font><font face="宋体">）内部来源</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">公司产品战略</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">客服人员：包括呼叫中心（电话、短信、传真、邮件等）、在线客户（</font><font face="Verdana">IM</font><font face="宋体">、</font><font face="Verdana">BBS</font><font face="宋体">、留言板、</font><font face="Verdana">WebCall</font><font face="宋体">等）</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">运营人员：所谓互联网产品是运营出来的，任何成功产品不可能一蹴而就。公司内部运营人员在运营中产生的需求是重要的需求来源渠道。</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">市场营销人员</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">销售人员</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">财务人员</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">技术支持</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">网站用户行为分析：包括网站用户购买行为、点击流等</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; font-weight: bold; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Verdana">2</font><font face="宋体">、统一需求管理的意义</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　由于需求来源的多样化，就要求在公司层面对需求进行统一的管理，以保证能够：</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Verdana">1</font><font face="宋体">）建立端对端的需求管理流程，实现技术与市场的无缝结合。</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Verdana">2</font><font face="宋体">）深入理解行业，成为行业专家：对于互联网企业而言，必须深刻理解所在行业的特征及行业用户的痛点才能够推出有竞争的产品，因此必须首先成为所在行业专家。产品需求本质代表了行业用户的需求，通过产品需求的持续积累，可以加深对于行业理解，从而成为行业专家，能够推出更符合行业需求的产品</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Verdana">3</font><font face="宋体">）知识的传承：通过对需求持续统一的管理可以保证知识的传承，避免产品需求知识积累在几个人脑袋里。</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Verdana">4</font><font face="宋体">）主动收集需求，准确把握市场机会点</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Verdana">5</font><font face="宋体">）产品创新：通过产品及产品间原有需求的优化、借鉴、组合等手段来达到产品创新的目的。</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　我们这里的所说的<font face="Times New Roman">&#8220;</font><font face="宋体">统一需求管理</font><font face="Times New Roman">&#8221;</font><font face="宋体">比</font><font face="Verdana">RUP</font><font face="宋体">中的更为宽泛，包括：</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">公司层面统一的需求管理组织支撑体系</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">公司层面统一的需求管理流程制度</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><br />
</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Times New Roman">&#9679;&nbsp;</font><font face="宋体">公司层面统一的需求管理工具</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; font-weight: bold; mso-spacerun: 'yes'; mso-shading: #ffffff">　<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font face="Verdana">3</font><font face="宋体">、怎样实现统一需求管理</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　在实现公司层面需求统一管理，华为及<font face="Verdana">IBM</font><font face="宋体">所采用的</font><font face="Verdana">IPD</font><font face="宋体">过程很有借鉴意义，核心思想在于：</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Verdana">1</font><font face="宋体">）组织支撑</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　通过建立一个横跨市场和产品研发部门的组织机构来统一负责收集市场需求，并将其传递给产品研发团队</span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Verdana">2</font><font face="宋体">）端对端的流程</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　所谓<font face="Times New Roman">&#8220;</font><font face="宋体">端到端流程</font><font face="Times New Roman">&#8221;</font><font face="宋体">是区别于职能式的产品开发模式，建立的产品开发流程是跨部门的、关注业务实现的、客户到客户的业务流程。企业中与产品需求相关的主要有三大流程体系：市场管理流程、产品开发流程、需求开发流程。在市场管理流程的第一阶段（了解市场阶段）、在产品开发流程的第一阶段（概念阶段）都会定义客户需求的收集活动，用需求开发流程来支撑需求收集活动。</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: center; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><img border="0" alt="" src="http://www.blogjava.net/images/blogjava_net/zouhui/图片21.jpg" width="640" height="404" /><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; font-weight: bold; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Verdana">4</font><font face="宋体">、统一需求管理一些思考</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Verdana">1</font><font face="宋体">）所谓</font><font face="Times New Roman">&#8220;</font><font face="宋体">工欲善其事，必先利其器</font><font face="Times New Roman">&#8221;</font><font face="宋体">，一个好的需求管理工具对于需求管理有很大帮助。但工具不是万能的，关键还是使用工具的人，因此不用整天寻找完美的工具，而是要问一下自己：对于工具的使用热情我们能够坚持多久？</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Verdana">2</font><font face="宋体">）工具本身并不能解决需求管理混乱的困局。核心问题还是需求管理的方法论、流程制度是否能够持续完善。成功需求管理的秘诀之一就是：持续积累、持续完善。</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Verdana">3</font><font face="宋体">）我们很多时候忙于开拓新的市场需求而忘记了总结的价值。与客户、市场、销售、产品、技术、运营等相关人员定期对积累的各种需求（不单纯只是产品需求）进行</font><font face="Times New Roman">&#8220;</font><font face="Verdana">requirement&nbsp;review&nbsp;</font><font face="Times New Roman">&#8221;</font><font face="宋体">（类似于</font><font face="Times New Roman">&#8220;</font><font face="Verdana">cod&nbsp;review</font><font face="Times New Roman">&#8221;</font><font face="宋体">），可以碰撞并挖掘出许多有价值的产品需求及卖点。</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="text-align: left; margin-top: 7.5pt; margin-bottom: 7.5pt;background: #ffffff; word-break: break-all" class="p0"><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff">　　<font face="Verdana">4</font><font face="宋体">）对于运营型企业而言，各种行业需求的持续积累是企业最为宝贵的财富之一，也是产品创新之源。因此应当把持续的需求积累提升到公司战略层面。</font></span><span style="font-family: 'Verdana';background: #ffffff; color: #4b4b4b; font-size: 9.5pt; mso-spacerun: 'yes'; mso-shading: #ffffff"><o:p></o:p></span></p>
<p style="margin-top: 0pt; margin-bottom: 0pt" class="p0"><span style="font-family: 'Times New Roman'; font-size: 10.5pt; mso-spacerun: 'yes'"><o:p></o:p></span></p>
</div>
<!--EndFragment--><img src ="http://www.blogjava.net/zouhui/aggbug/404374.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/zouhui/" target="_blank">zouhui</a> 2013-09-24 14:50 <a href="http://www.blogjava.net/zouhui/archive/2013/09/24/404374.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>