『软件工程3』你应该知道的三种原型实现模型:抛弃式、演化式、增量式
三種原型實現模型
- 一、拋棄式原型開發
- 二、演化式原型開發
- 三、增量式原型開發
一、拋棄式原型開發
1、定義:驗證和澄清系統的需求描述,重新構造系統。
2、流程圖
3、典型例子
開發者與客戶進行溝通交流,之后獲取到客戶的需求,于是開發者開發了該圖形用戶界面(GUI)的原型。但是之后呢,系統并沒有用GUI繼續做開發,而是采用C++或者是其他語言來開發。
4、有利條件
(1)Reduce risk in a project, see if something can be done.
降低項目中的風險,評估哪些事情可以做,哪些事情不能做;
(2)Capture requirements(e.g. whether client likes the GUI or not) .
捕捉需求,比如:客戶是否喜歡GUI界面。
5、不利條件
(1)Resources can be wasted, so control is needed.
資源可能會被浪費,因此需要控制。
(2)Good Project Management is required.
需要良好的項目管理。
(3)Good communication with the client is required.
與客戶保持良好的溝通。
(4)When is it a good time to stop developing the prototype.
無法判斷停止開發原型的時間。
二、演化式原型開發
1、定義:逐步改進和細化原型,將原型進化為最終系統。
2、流程圖
3、典型例子
與汽車行業類似,一款車型也在逐步完善。
4、有利條件
(1)The client can see the changes that they want.
客戶可以看到他們想要的改變。
(2)Very good for improving user interface acceptance.
有利于提高用戶界面的接受程度。
5、不利條件
(1)Very weak on documentation (e.g. system keeps changing)
不利于文檔撰寫,比如:系統持續改變,那么文檔就不好落筆。
(2)The entire project needs strong project control,the same as leader needs to monitor development.
整個項目需要強有力的項目控制,同時領導者也需要監控項目的發展進程。
(3)When is it a good time to stop evolving and finishing the project and possible lead to a badly structured system.
是什么時候停止發展和結束項目,我們都不知道;所以這很有可能會導致系統結構不良。
(4)Special development staff may be required.
可能需要特殊的開發人員。
6、適用情況
(1)Small projects.
小型項目。
(2)Limited projects that are limited by time or money.
受時間或金錢限制的有限項目。
(3)Those projects that need done quickly.
那些需要快速完成的項目。
(4)Projects whose details cannot be determined in advance.
無法預先確定其細節的項目。
(5)Projects with a high graphical content.
? 圖形內容豐富的項目。
三、增量式原型開發
1、定義:在建立軟件總體設計基礎上,采用增量開發方法,使原型成為最終系統。
2、流程圖
3、典型例子
英文版:
A software company and a client may agree on delivery of system parts. For example, a website delivery might be:
1st January - Delivery of web-server, web-pages,verification and validation scripts.
5th February - Delivery of database, security software.
21st February - Delivery of merchant payment system.
中文版:
一個軟件公司和客戶就系統部件的交付達成協議。 例如,一個網站交付可能是:
1月1日 - 交付①網絡服務器;②網頁;③驗證和確認腳本。
2月5日 - 交付數據庫和安全軟件。
2月21日 - 商家付款系統的交付。
4、有利條件
(1)Good for breaking a larger system into parts, so components can be built easier.
? 非常適合將較大的系統分解為多個部分,因此組件可以更輕松地被構建。
(2)Customer sees the system in stages, so no “big bang” approach.
? 客戶分階段看到系統,所以可能比較少會有“大爆炸”的態度。
5、不利條件
(1)Requires good communication and agreement.
需要良好的溝通和協商。
(2)Requires good project management, control and monitoring work.
需要良好的項目管理,控制和監視工作。
(3)communication and agreement.
需要良好的溝通和協商。
(4)Requires good project management, control and monitoring work.
需要良好的項目管理,控制和監視工作。
如果這篇文章對你有幫助,記得留下star哦~
總結
以上是生活随笔為你收集整理的『软件工程3』你应该知道的三种原型实现模型:抛弃式、演化式、增量式的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 如何刮腋毛
- 下一篇: 『软件工程4』一文了解软件项目管理中的4