<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Learn Software Development &#187; Waterfall</title>
	<atom:link href="http://learnsoftwareprocesses.com/category/waterfall/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsoftwareprocesses.com</link>
	<description>All about the processes involved in software development</description>
	<lastBuildDate>Thu, 15 Jul 2010 18:51:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=39</generator>
		<item>
		<title>Problems with waterfall development model</title>
		<link>http://learnsoftwareprocesses.com/2007/08/03/problems-with-waterfall-development-model/</link>
		<comments>http://learnsoftwareprocesses.com/2007/08/03/problems-with-waterfall-development-model/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 15:40:03 +0000</pubDate>
		<dc:creator>ashish</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[SDLC]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Waterfall]]></category>

		<guid isPermaLink="false">http://learnsoftwareprocesses.com/2007/08/03/problems-with-waterfall-development-model/</guid>
		<description><![CDATA[Other software development models were developed (such as the Agile model) because it was felt that the sequential process defined in the Waterfall model was argued by many to be a bad idea in practice, mainly because of their belief that it is impossible to get one phase of a software product&#8217;s lifecycle in a [...]]]></description>
			<content:encoded><![CDATA[<p>Other software development models were developed (such as the Agile model) because it was felt that the sequential process defined in the Waterfall model was argued by many to be a bad idea in practice, mainly because of their belief that it is impossible to get one phase of a software product&#8217;s lifecycle in a complete form before the next step is started. As an example, clients are almost never confident of their requirements being in a final form before they see a working prototype and can comment upon it; they may change their requirements constantly, and program designers and implementers may have little control over this. If clients change their requirements after a design is finished, that design must be modified to accommodate the new requirements, invalidating quite a good deal of effort if overly large amounts of time have been invested into preparing a comprehensive design. In addition, designers cannot anticipate technical difficulties with their design, and typically these difficulties become clear during development, at which time it is expensive to change design.<br />
Summary of problems:<br />
- Client requirements are never complete at the time of requirement specification. They change, and it is realistic to anticipate that such change would occur<br />
- Each phase needs information from the following phases to be fully complete. For example, requirements phase needs information from design phase as to what is feasible; design phase needs feedback from coding phase as to which design has the best chances of succeeding<br />
- Builds in a waterfall model are typically available much later, but there is a need to have builds much earlier so as to build confidence<br />
- Each phase has people who are specialised for that phase. It is a hard task to get people specialized for each phase, as well as make sure that they are connecting with each other for proper information transfer</p>
]]></content:encoded>
			<wfw:commentRss>http://learnsoftwareprocesses.com/2007/08/03/problems-with-waterfall-development-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Waterfall Development Model</title>
		<link>http://learnsoftwareprocesses.com/2007/08/03/waterfall-development-model/</link>
		<comments>http://learnsoftwareprocesses.com/2007/08/03/waterfall-development-model/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 15:39:06 +0000</pubDate>
		<dc:creator>ashish</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[SDLC]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Waterfall]]></category>

		<guid isPermaLink="false">http://learnsoftwareprocesses.com/2007/08/03/waterfall-development-model/</guid>
		<description><![CDATA[What is the Waterfall method? A classic SDLC model, with a linear and sequential method that has goals for each development phase. The waterfall model simplifies task scheduling, because there are no iterative or overlapping steps. One drawback of the waterfall model is that it does not allow for much revision. This model has the [...]]]></description>
			<content:encoded><![CDATA[<p>What is the Waterfall method?<br />
A classic SDLC model, with a linear and sequential method that has goals for each development phase. The waterfall model simplifies task scheduling, because there are no iterative or overlapping steps. One drawback of the waterfall model is that it does not allow for much revision.<br />
This model has the following activities.<br />
1. System/Information Engineering and Modeling<br />
2. Software Requirements Analysis<br />
3. Systems Analysis and Design<br />
4. Code Generation / Implementation<br />
5. Testing<br />
6. Maintenance</p>
<p>To follow the waterfall model, one proceeds from one phase to the next in a purely sequential manner. For example, one first completes &#8220;requirements specification&#8221; — they set in stone the requirements of the software.When the requirements are fully completed, one proceeds to design. The software in question is designed and a &#8220;blueprint&#8221; is drawn for implementers (coders) to follow — this design should be a plan for implementing the requirements given. When the design is fully completed, an implementation of that design is made by coders. Towards the later stages of this implementation phase, disparate software components produced by different teams are integrated.<br />
After the implementation and integration phases are complete, the software product is tested and debugged; any faults introduced in earlier phases are removed here. Then the software product is installed, and later maintained to introduce new functionality and remove bugs.<br />
Thus the waterfall model maintains that one should move to a phase only when its preceding phase is completed and perfected. Phases of development in the waterfall model are thus discrete, and there is no jumping back and forth or overlap between them.</p>
]]></content:encoded>
			<wfw:commentRss>http://learnsoftwareprocesses.com/2007/08/03/waterfall-development-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
