<?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>ProjectBrief Blog &#187; Requirements Analysis</title>
	<atom:link href="http://www.watermarklearning.com/blog/category/requirements-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.watermarklearning.com/blog</link>
	<description>For Business Analysts and Project Managers</description>
	<lastBuildDate>Thu, 02 Sep 2010 15:07:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Scenarios and Use Cases – Useful Techniques</title>
		<link>http://www.watermarklearning.com/blog/scenarios-and-use-cases/</link>
		<comments>http://www.watermarklearning.com/blog/scenarios-and-use-cases/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 16:43:29 +0000</pubDate>
		<dc:creator>RichLarson</dc:creator>
				<category><![CDATA[BABOK]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[CBAP]]></category>
		<category><![CDATA[Requirements Analysis]]></category>
		<category><![CDATA[Use Cases]]></category>
		<category><![CDATA[CBAP exam]]></category>
		<category><![CDATA[CBAP exam questions]]></category>

		<guid isPermaLink="false">http://www.watermarklearning.com/blog/?p=619</guid>
		<description><![CDATA[In continuing to cover all 49 BABOK® techniques, this entry is about scenarios/use cases. Since most people refer to these as use cases, that’s the name I’ll use. They are a great way to elicit, analyze, and model interaction requirements. Plus, they help generate related requirements for interfaces, data, process, and business rules. I gave [...]]]></description>
			<content:encoded><![CDATA[<p>In continuing to cover all 49 BABOK® techniques, this entry is about scenarios/use cases.</p>
<div id="attachment_631" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-631" title="UC Diagram-Training Example" src="http://www.watermarklearning.com/blog/wp-content/uploads/2010/07/UC-Diagram-Training-Example3-300x209.png" alt="UC Diagram-Training Example" width="300" height="209" /><p class="wp-caption-text">UC Diagram-Training Example</p></div>
<p>Since most people refer to these as use cases, that’s the name I’ll use. They are a great way to elicit, analyze, and model interaction requirements. Plus, they help generate related requirements for interfaces, data, process, and business rules.</p>
<p>I gave a use case training class last week, so it’s fresh in my mind. It also influenced me to put this explanation in question and answer form.</p>
<p><strong>Q. What is a use case?</strong></p>
<p>Use cases and scenarios describe functionality that describes how actors interact with a system. The system could theoretically be anything, but use cases most commonly are used with online or web applications. The term “use case” is often a short version of “use case narrative” or “use case flow of events” and is shown as an oval in a use case diagram as in the example above. They are written as text and divided into primary, alternate, and exception scenarios.</p>
<p><strong>Q. What is an actor?</strong></p>
<p>Actors interact directly with a system, and can be humans, systems, or event/time triggers. In a banking system, an actor might be a teller who enters banking transactions and a Customer Information System that supplies and maintains customer data. They are shown outside the use case diagram as stick figures or using an icon like in the example above.</p>
<p><strong>Q. What are associations?</strong></p>
<p>These show which use cases an actor can initiate and which actors a use case can access. The line between an actor and its associated use cases depict the associations. The BABOK® uses the term association for this concept, and another common term for this is interface.</p>
<p><strong>Q. What is a scenario?</strong></p>
<p>A scenario is one path or flow through a use case. Typically a use case has a primary scenario, one or more alternate scenarios, and possibly exception scenarios. For example, a bank transaction might be completed using a customer’s account number (primary path), using the Customer Information system to look up the account number (alternate), or be cancelled (perhaps due to not locating the account number). One of my favorite ways to summarize use cases to my students is they are a collection of related scenarios in the accomplishment of a goal.</p>
<p><strong>Q. What is a use case model and what are its components?</strong></p>
<p>A use case model contains the use case diagram and the text scenarios and flows.</p>
<p><strong>Q. What does the BABOK view as the specialized relationships in use cases?</strong></p>
<p>There are two specialized use case relationships described in the BABOK. There is a third (and useful) relationship that the BABOK does not describe, but I listed it below for completeness.</p>
<ol>
<li><strong>Extend</strong>- documents the place in a use case to add future extended functionality, like an alternate path in a separate use case. “Search Name Phonetically” is an example below of an extend relationship.</li>
<li><strong>Include</strong> – provides access to shared functionality in a separate use case. The common functionality is housed in a separate use case and is “included” by one or more use cases that share the same functionality. In the banking example, looking up customers by name is a common function that would likely be in an included use case, such as “Locate Customer” below.</li>
<li><strong>Generalization</strong> –separates the general interaction steps from specific detailed steps for use cases that have a Parent-Child sub-type structure. In the following example, there is a generic Transaction entity with a use case of “Make Transaction” that has sub-use cases of “Make Deposit,” “Make Withdrawal,” and “Make Loan Payment.” Actors can be generalized as well. (This is an accepted and useful relationship that was included in BABOK® version 1.6. I would like to see it added back to BABOK® version 3.)</li>
</ol>
<p align="center"><img class="aligncenter size-medium wp-image-630" title="UC Diagram-Banking Example" src="http://www.watermarklearning.com/blog/wp-content/uploads/2010/07/UC-Diagram-Banking-Example5-300x180.png" alt="UC Diagram-Banking Example" width="300" height="180" /></p>
<p style="text-align: left;">To sum up, Use Cases are an important and widely used technique for capturing interaction requirements. They provide a structured means to uncover many hidden and detailed requirements, and they can lead to related interface and data requirements. Because of their importance in the industry, expect to be tested on them in the CBAP exam.</p>
<p><strong>LEARN MORE</strong>: For more information, read our article on Use Cases called <a href="http://www.watermarklearning.com/articles.php" target="_blank">Demystifying Use Case Modeling</a>. It requires a simple one-time registration for you to access it. Once registered, you can read dozens of other interesting article on business analysis and project management. A good, basic book on Use Cases I recommend is called <span style="text-decoration: underline;"><a href="http://www.amazon.com/Applying-Use-Cases-Practical-Guide/dp/0201708531" target="_blank">Applying Use Cases, Second Edition</a></span>, by Geri Schneider and Jason Winters, ISBN 0-201-30891-5. We also teach a practical, concise training course on <a href="http://www.watermarklearning.com/courseDetail_UCM_qb.php?course_id=46" target="_blank">Use Case Modeling</a> to learn this technique in-depth.</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fscenarios-and-use-cases%2F&amp;title=Scenarios%20and%20Use%20Cases%20%E2%80%93%20Useful%20Techniques&amp;source=ProjectBrief+Blog+For+Business+Analysts+and+Project+Managers&amp;summary=In%20continuing%20to%20cover%20all%2049%20BABOK%C2%AE%20techniques%2C%20this%20entry%20is%20about%20scenarios%2Fuse%20cases.%0D%0A%0D%0A%0D%0A%0D%0ASince%20most%20people%20refer%20to%20these%20as%20use%20cases%2C%20that%E2%80%99s%20the%20name%20I%E2%80%99ll%20use.%20They%20are%20a%20great%20way%20to%20elicit%2C%20analyze%2C%20and%20model%20interaction%20requirements" title="LinkedIn"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Scenarios%20and%20Use%20Cases%20%E2%80%93%20Useful%20Techniques%20-%20http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fscenarios-and-use-cases%2F" title="Twitter"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fscenarios-and-use-cases%2F&amp;t=Scenarios%20and%20Use%20Cases%20%E2%80%93%20Useful%20Techniques" title="Facebook"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fscenarios-and-use-cases%2F&amp;title=Scenarios%20and%20Use%20Cases%20%E2%80%93%20Useful%20Techniques" title="StumbleUpon"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fscenarios-and-use-cases%2F&amp;title=Scenarios%20and%20Use%20Cases%20%E2%80%93%20Useful%20Techniques&amp;bodytext=In%20continuing%20to%20cover%20all%2049%20BABOK%C2%AE%20techniques%2C%20this%20entry%20is%20about%20scenarios%2Fuse%20cases.%0D%0A%0D%0A%0D%0A%0D%0ASince%20most%20people%20refer%20to%20these%20as%20use%20cases%2C%20that%E2%80%99s%20the%20name%20I%E2%80%99ll%20use.%20They%20are%20a%20great%20way%20to%20elicit%2C%20analyze%2C%20and%20model%20interaction%20requirements" title="Digg"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fscenarios-and-use-cases%2F&amp;title=Scenarios%20and%20Use%20Cases%20%E2%80%93%20Useful%20Techniques&amp;notes=In%20continuing%20to%20cover%20all%2049%20BABOK%C2%AE%20techniques%2C%20this%20entry%20is%20about%20scenarios%2Fuse%20cases.%0D%0A%0D%0A%0D%0A%0D%0ASince%20most%20people%20refer%20to%20these%20as%20use%20cases%2C%20that%E2%80%99s%20the%20name%20I%E2%80%99ll%20use.%20They%20are%20a%20great%20way%20to%20elicit%2C%20analyze%2C%20and%20model%20interaction%20requirements" title="del.icio.us"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fscenarios-and-use-cases%2F&amp;title=Scenarios%20and%20Use%20Cases%20%E2%80%93%20Useful%20Techniques" title="Mixx"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fscenarios-and-use-cases%2F&amp;title=Scenarios%20and%20Use%20Cases%20%E2%80%93%20Useful%20Techniques&amp;annotation=In%20continuing%20to%20cover%20all%2049%20BABOK%C2%AE%20techniques%2C%20this%20entry%20is%20about%20scenarios%2Fuse%20cases.%0D%0A%0D%0A%0D%0A%0D%0ASince%20most%20people%20refer%20to%20these%20as%20use%20cases%2C%20that%E2%80%99s%20the%20name%20I%E2%80%99ll%20use.%20They%20are%20a%20great%20way%20to%20elicit%2C%20analyze%2C%20and%20model%20interaction%20requirements" title="Google Bookmarks"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Scenarios%20and%20Use%20Cases%20%E2%80%93%20Useful%20Techniques&amp;link=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fscenarios-and-use-cases%2F" title="FriendFeed"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fscenarios-and-use-cases%2F" title="Identi.ca"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fscenarios-and-use-cases%2F&amp;title=Scenarios%20and%20Use%20Cases%20%E2%80%93%20Useful%20Techniques&amp;selection=In%20continuing%20to%20cover%20all%2049%20BABOK%C2%AE%20techniques%2C%20this%20entry%20is%20about%20scenarios%2Fuse%20cases.%0D%0A%0D%0A%0D%0A%0D%0ASince%20most%20people%20refer%20to%20these%20as%20use%20cases%2C%20that%E2%80%99s%20the%20name%20I%E2%80%99ll%20use.%20They%20are%20a%20great%20way%20to%20elicit%2C%20analyze%2C%20and%20model%20interaction%20requirements" title="Posterous"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fscenarios-and-use-cases%2F&amp;title=Scenarios%20and%20Use%20Cases%20%E2%80%93%20Useful%20Techniques&amp;body=In%20continuing%20to%20cover%20all%2049%20BABOK%C2%AE%20techniques%2C%20this%20entry%20is%20about%20scenarios%2Fuse%20cases.%0D%0A%0D%0A%0D%0A%0D%0ASince%20most%20people%20refer%20to%20these%20as%20use%20cases%2C%20that%E2%80%99s%20the%20name%20I%E2%80%99ll%20use.%20They%20are%20a%20great%20way%20to%20elicit%2C%20analyze%2C%20and%20model%20interaction%20requirements" title="Ping.fm"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Scenarios%20and%20Use%20Cases%20%E2%80%93%20Useful%20Techniques&amp;body=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fscenarios-and-use-cases%2F" title="email"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fscenarios-and-use-cases%2F&amp;partner=sociable" title="PDF"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fscenarios-and-use-cases%2F&amp;partner=sociable" title="Print"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.watermarklearning.com/blog/feed/" title="RSS"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>


<br/><br/><hr />
<p><small><a href="http://www.watermarklearning.com/blog/scenarios-and-use-cases/">Scenarios and Use Cases – Useful Techniques</a> was posted at <a href="http://www.watermarklearning.com/blog">ProjectBrief Blog</a>. | http://www.watermarklearning.com/blog
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.watermarklearning.com/blog/scenarios-and-use-cases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Modeling &#8211; Why is that Technique in the BABOK?</title>
		<link>http://www.watermarklearning.com/blog/data-modeling-babok/</link>
		<comments>http://www.watermarklearning.com/blog/data-modeling-babok/#comments</comments>
		<pubDate>Wed, 12 May 2010 21:14:25 +0000</pubDate>
		<dc:creator>RichLarson</dc:creator>
				<category><![CDATA[BABOK]]></category>
		<category><![CDATA[CBAP]]></category>
		<category><![CDATA[Requirements Analysis]]></category>
		<category><![CDATA[Watermark Learning]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[cbap certification]]></category>
		<category><![CDATA[CBAP exam]]></category>
		<category><![CDATA[CBAP exam questions]]></category>

		<guid isPermaLink="false">http://www.watermarklearning.com/blog/?p=480</guid>
		<description><![CDATA[ (In my continuing coverage of BABOK® techniques, I plan to comment on all of the general and task-specific techniques. This week’s entry is about data modeling, a technique you may or may not be familiar with, but a sure source of CBAP® exam questions.) The impetus for this blog comes from having just taught a [...]]]></description>
			<content:encoded><![CDATA[<p> (In my continuing coverage of BABOK® techniques, I plan to comment on all of the general and task-specific techniques. This week’s entry is about data modeling, a technique you may or may not be familiar with, but a sure source of <a href="http://www.watermarklearning.com/cbap-online-exam.php">CBAP® exam questions</a>.)</p>
<p>The impetus for this blog comes from having just taught a successful <a href="http://www.watermarklearning.com/courseDetail_DtaModBus_qb.php?course_id=31">training class in Data Modeling</a> to a mixed group<img class="alignright size-thumbnail wp-image-482" title="Data Model-Thumbnail" src="http://www.watermarklearning.com/blog/wp-content/uploads/2010/05/Data-Model-Thumbnail-150x150.jpg" alt="Data Model-Thumbnail" width="150" height="150" /> of BAs, BI specialists, technical architects, and business SMEs (subject matter experts). What made it successful was not only the learning that took place, but also the students’ willingness and eagerness to apply this technique back on their jobs.</p>
<p>I’ve been doing and teaching data modeling for as long as any business analysis technique. Many organizations I encounter think of data modeling as being technical and not BA work. Of course I feel differently, and have long viewed logical data modeling as business analyst work. The IIBA® agrees by including this technique in the BABOK.</p>
<p>Regardless of how you or your organization categorize Data Modeling (DM), you need to be prepared to answer questions on it for the CBAP exam. Here is a short over view of some Dm essentials:</p>
<ul>
<li><strong>Data models</strong> capture the static data requirements of an organization for its ongoing business operations and decision support. It does that by defining and structuring entities, relationships between the entities, and adding detailed attributes into the entities. There is usually ancillary documentation you need to include that doesn&#8217;t fit strictly into the model. Two major styles of data models are entity-relationship diagrams (ERDs) and class diagrams.</li>
<li><strong>Concepts. </strong>Entities are the basic building block of a data model. The BABOK goes a little abstract on us by categorizing these as “concepts.” No one I know of except a textbook refers to entities or classes as concepts. The BABOK does it because an entity could also be represented by a class if you are using UML (Unified Modeling Language). In short, a concept is an entity or class depending on the DM style employed, and the term may appear on an exam question. I’ll use the term “concept” interchangeably with entity and class.</li>
<li><strong>Entities/Classes</strong> represent the people, places, things, processes, or events within the business. They have multiple instances that turn into rows in a relational database, and attributes, which become columns or fields in a database.</li>
<li><strong>Relationships</strong> are significant business connections or associations between “concepts” (there – I used the term). Relationships can be “one-to-one,” “one-to-many,” or “many-to-many.” The BOK uses the term “<strong>cardinality</strong>” to refer to the number of entity elements that are associated, namely one or many. Relationships may also be categorized by being optional or mandatory, such as “zero or one” or “at least one.”</li>
<li><strong>Attributes</strong> are the detailed facts about the “concept.” An ERD or class diagram typically lists the attribute name, relying on ancillary documentation for specifying domain ranges, the type of data an attribute can hold, and the definition of each attribute.</li>
</ul>
<p>Here is an example data model, illustrating the terms above, and highlighting the four types of cardinality. Don’t be surprised on the CBAP exam if you are asked to interpret a diagram such as this. That type of question demonstrates the application of a technique, not just understanding the terminology.</p>
<p> <img class="aligncenter size-medium wp-image-503" title="Data Model-Detailed" src="http://www.watermarklearning.com/blog/wp-content/uploads/2010/05/Data-Model-Detailed5-300x195.jpg" alt="Data Model-Detailed" width="300" height="195" /></p>
<p>Data Modeling is an important requirements analysis technique, and one you are likely to be tested on. Make sure you understand this technique for the exam, and then work at applying Data Modeling on the job. I plan to blog about that in the future – after I finish all the BABOK techniques!</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fdata-modeling-babok%2F&amp;title=Data%20Modeling%20-%20Why%20is%20that%20Technique%20in%20the%20BABOK%3F&amp;source=ProjectBrief+Blog+For+Business+Analysts+and+Project+Managers&amp;summary=%C2%A0%28In%20my%20continuing%20coverage%20of%20BABOK%C2%AE%20techniques%2C%20I%20plan%20to%20comment%20on%20all%20of%20the%20general%20and%20task-specific%20techniques.%20This%20week%E2%80%99s%20entry%20is%20about%20data%20modeling%2C%20a%20technique%20you%20may%20or%20may%20not%20be%20familiar%20with%2C%20but%20a%20sure%20source%20of%20CBAP%C2%AE%20exam%20qu" title="LinkedIn"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Data%20Modeling%20-%20Why%20is%20that%20Technique%20in%20the%20BABOK%3F%20-%20http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fdata-modeling-babok%2F" title="Twitter"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fdata-modeling-babok%2F&amp;t=Data%20Modeling%20-%20Why%20is%20that%20Technique%20in%20the%20BABOK%3F" title="Facebook"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fdata-modeling-babok%2F&amp;title=Data%20Modeling%20-%20Why%20is%20that%20Technique%20in%20the%20BABOK%3F" title="StumbleUpon"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fdata-modeling-babok%2F&amp;title=Data%20Modeling%20-%20Why%20is%20that%20Technique%20in%20the%20BABOK%3F&amp;bodytext=%C2%A0%28In%20my%20continuing%20coverage%20of%20BABOK%C2%AE%20techniques%2C%20I%20plan%20to%20comment%20on%20all%20of%20the%20general%20and%20task-specific%20techniques.%20This%20week%E2%80%99s%20entry%20is%20about%20data%20modeling%2C%20a%20technique%20you%20may%20or%20may%20not%20be%20familiar%20with%2C%20but%20a%20sure%20source%20of%20CBAP%C2%AE%20exam%20qu" title="Digg"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fdata-modeling-babok%2F&amp;title=Data%20Modeling%20-%20Why%20is%20that%20Technique%20in%20the%20BABOK%3F&amp;notes=%C2%A0%28In%20my%20continuing%20coverage%20of%20BABOK%C2%AE%20techniques%2C%20I%20plan%20to%20comment%20on%20all%20of%20the%20general%20and%20task-specific%20techniques.%20This%20week%E2%80%99s%20entry%20is%20about%20data%20modeling%2C%20a%20technique%20you%20may%20or%20may%20not%20be%20familiar%20with%2C%20but%20a%20sure%20source%20of%20CBAP%C2%AE%20exam%20qu" title="del.icio.us"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fdata-modeling-babok%2F&amp;title=Data%20Modeling%20-%20Why%20is%20that%20Technique%20in%20the%20BABOK%3F" title="Mixx"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fdata-modeling-babok%2F&amp;title=Data%20Modeling%20-%20Why%20is%20that%20Technique%20in%20the%20BABOK%3F&amp;annotation=%C2%A0%28In%20my%20continuing%20coverage%20of%20BABOK%C2%AE%20techniques%2C%20I%20plan%20to%20comment%20on%20all%20of%20the%20general%20and%20task-specific%20techniques.%20This%20week%E2%80%99s%20entry%20is%20about%20data%20modeling%2C%20a%20technique%20you%20may%20or%20may%20not%20be%20familiar%20with%2C%20but%20a%20sure%20source%20of%20CBAP%C2%AE%20exam%20qu" title="Google Bookmarks"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Data%20Modeling%20-%20Why%20is%20that%20Technique%20in%20the%20BABOK%3F&amp;link=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fdata-modeling-babok%2F" title="FriendFeed"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fdata-modeling-babok%2F" title="Identi.ca"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fdata-modeling-babok%2F&amp;title=Data%20Modeling%20-%20Why%20is%20that%20Technique%20in%20the%20BABOK%3F&amp;selection=%C2%A0%28In%20my%20continuing%20coverage%20of%20BABOK%C2%AE%20techniques%2C%20I%20plan%20to%20comment%20on%20all%20of%20the%20general%20and%20task-specific%20techniques.%20This%20week%E2%80%99s%20entry%20is%20about%20data%20modeling%2C%20a%20technique%20you%20may%20or%20may%20not%20be%20familiar%20with%2C%20but%20a%20sure%20source%20of%20CBAP%C2%AE%20exam%20qu" title="Posterous"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fdata-modeling-babok%2F&amp;title=Data%20Modeling%20-%20Why%20is%20that%20Technique%20in%20the%20BABOK%3F&amp;body=%C2%A0%28In%20my%20continuing%20coverage%20of%20BABOK%C2%AE%20techniques%2C%20I%20plan%20to%20comment%20on%20all%20of%20the%20general%20and%20task-specific%20techniques.%20This%20week%E2%80%99s%20entry%20is%20about%20data%20modeling%2C%20a%20technique%20you%20may%20or%20may%20not%20be%20familiar%20with%2C%20but%20a%20sure%20source%20of%20CBAP%C2%AE%20exam%20qu" title="Ping.fm"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Data%20Modeling%20-%20Why%20is%20that%20Technique%20in%20the%20BABOK%3F&amp;body=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fdata-modeling-babok%2F" title="email"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fdata-modeling-babok%2F&amp;partner=sociable" title="PDF"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fdata-modeling-babok%2F&amp;partner=sociable" title="Print"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.watermarklearning.com/blog/feed/" title="RSS"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>


<br/><br/><hr />
<p><small><a href="http://www.watermarklearning.com/blog/data-modeling-babok/">Data Modeling &#8211; Why is that Technique in the BABOK?</a> was posted at <a href="http://www.watermarklearning.com/blog">ProjectBrief Blog</a>. | http://www.watermarklearning.com/blog
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.watermarklearning.com/blog/data-modeling-babok/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Tips for Estimating Requirements</title>
		<link>http://www.watermarklearning.com/blog/estimating-requirements/</link>
		<comments>http://www.watermarklearning.com/blog/estimating-requirements/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 16:00:10 +0000</pubDate>
		<dc:creator>ElizabethLarson</dc:creator>
				<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Communicating]]></category>
		<category><![CDATA[Estimating and Planning]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Requirements Analysis]]></category>
		<category><![CDATA[Stakeholders]]></category>
		<category><![CDATA[Watermark Learning]]></category>
		<category><![CDATA[estimating requirements]]></category>

		<guid isPermaLink="false">http://www.watermarklearning.com/blog/?p=209</guid>
		<description><![CDATA[Years ago I worked on a large effort to reengineer a distribution center for a large retailer. We provided an estimate for both the business analysis work and for the entire project, which would involve the organization’s first use of Electronic Data Interchange (EDI), new business processes, many software changes, and the purchase of new [...]]]></description>
			<content:encoded><![CDATA[<p>Years ago I worked on a large effort to reengineer a distribution<img class="alignright size-thumbnail wp-image-215" title="Estimating 2010.04" src="http://www.watermarklearning.com/blog/wp-content/uploads/2009/12/Estimating-2010.042-150x150.jpg" alt="Estimating 2010.04" width="150" height="150" /> center for a large retailer. We provided an estimate for both the <a href="http://www.watermarklearning.com/requirementsHome.php" target="_blank">business analysis </a>work and for the entire project, which would involve the organization’s first use of Electronic Data Interchange (EDI), new business processes, many software changes, and the purchase of new barcode scanners. The business analysis effort took far longer than we anticipated, and at the end of it we refined our estimate for the total project. When we reported the new estimate to the president of the company, he literally pounded his fist on the table and asked, “How did we get to this point? Why didn’t we know sooner? You’ve already spent all this time on the project and what do we have to show for it? Nothing!. Absolutely nothing!”</p>
<p>I have always thought of business analysis as the most ambiguous and the most fun of the project phases. However, for many years it was my least favorite phase to estimate. I felt like I was guessing, simply pulling numbers out of the air. As a business analyst I thought it was <a href="http://www.watermarklearning.com/projectManagementHome.php" target="_blank">project management </a>work. No wonder we were so far off.</p>
<p>Estimating the business analysis phase(s) is not easy. It is not hard, but it takes a willingness to think about exactly what work will be produced, and many business analysts do not have the patience.  So for those of you who do not have the “stomach” to spend the required time to estimate business analysis, here are four tips.</p>
<ol>
<li><strong>Break the effort</strong> <strong>into manageable pieces.</strong> We can estimate a whole lot better when our business analysis phase(s) are small. It’s easier to estimate a user story than an epic story, or one specific business process than business process modeling in general.</li>
<li><strong>Choose your approach</strong>. We’ll estimate differently if we’re using a plan-driven approach (Waterfall) than if we’re estimating in a change-driven (Agile) environment.</li>
<li><strong>Use a variety of estimating techniques</strong>. On many projects we cannot be precise about our estimates when we’re first asked how long business analysis will take. We usually use analogous estimating, or experience with a previous project. If we have good history, we might be able to use parametric estimates. For example, if we know that it takes four hours to model a business process and we have five processes to model, it will take twenty hours to model business processes.</li>
<li><strong>Brainstorm.</strong>  Talk with the people who are actually going to do the work. They usually have a more realistic idea of what needs to be done and how long it will take. I also like yellow sticky notes, since they can be easily added, taken away, and moved.</li>
<li><strong>Identify all the deliverables/artifacts. </strong> Make sure you know your deliverables before attempting to identify the tasks needed to produce them.  Here are a few examples of deliverables: user stories, agendas and minutes, “as-is” business process model, traceability matrix, to name a few.</li>
</ol>
<p>Of course the <em>real, real key</em> is having the courage to communicate bad news. Which brings me back to the president pounding his fist. What I should have done was communicate our status regularly, rather than surprising him after months of effort. What a lesson learned!</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Festimating-requirements%2F&amp;title=Five%20Tips%20for%20Estimating%20Requirements&amp;source=ProjectBrief+Blog+For+Business+Analysts+and+Project+Managers&amp;summary=Years%20ago%20I%20worked%20on%20a%20large%20effort%20to%20reengineer%20a%20distribution%20center%20for%20a%20large%20retailer.%20We%20provided%20an%20estimate%20for%20both%20the%20business%20analysis%20work%20and%20for%20the%20entire%20project%2C%20which%20would%20involve%20the%20organization%E2%80%99s%20first%20use%20of%20Electronic%20Da" title="LinkedIn"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Five%20Tips%20for%20Estimating%20Requirements%20-%20http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Festimating-requirements%2F" title="Twitter"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Festimating-requirements%2F&amp;t=Five%20Tips%20for%20Estimating%20Requirements" title="Facebook"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Festimating-requirements%2F&amp;title=Five%20Tips%20for%20Estimating%20Requirements" title="StumbleUpon"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Festimating-requirements%2F&amp;title=Five%20Tips%20for%20Estimating%20Requirements&amp;bodytext=Years%20ago%20I%20worked%20on%20a%20large%20effort%20to%20reengineer%20a%20distribution%20center%20for%20a%20large%20retailer.%20We%20provided%20an%20estimate%20for%20both%20the%20business%20analysis%20work%20and%20for%20the%20entire%20project%2C%20which%20would%20involve%20the%20organization%E2%80%99s%20first%20use%20of%20Electronic%20Da" title="Digg"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Festimating-requirements%2F&amp;title=Five%20Tips%20for%20Estimating%20Requirements&amp;notes=Years%20ago%20I%20worked%20on%20a%20large%20effort%20to%20reengineer%20a%20distribution%20center%20for%20a%20large%20retailer.%20We%20provided%20an%20estimate%20for%20both%20the%20business%20analysis%20work%20and%20for%20the%20entire%20project%2C%20which%20would%20involve%20the%20organization%E2%80%99s%20first%20use%20of%20Electronic%20Da" title="del.icio.us"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Festimating-requirements%2F&amp;title=Five%20Tips%20for%20Estimating%20Requirements" title="Mixx"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Festimating-requirements%2F&amp;title=Five%20Tips%20for%20Estimating%20Requirements&amp;annotation=Years%20ago%20I%20worked%20on%20a%20large%20effort%20to%20reengineer%20a%20distribution%20center%20for%20a%20large%20retailer.%20We%20provided%20an%20estimate%20for%20both%20the%20business%20analysis%20work%20and%20for%20the%20entire%20project%2C%20which%20would%20involve%20the%20organization%E2%80%99s%20first%20use%20of%20Electronic%20Da" title="Google Bookmarks"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Five%20Tips%20for%20Estimating%20Requirements&amp;link=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Festimating-requirements%2F" title="FriendFeed"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Festimating-requirements%2F" title="Identi.ca"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Festimating-requirements%2F&amp;title=Five%20Tips%20for%20Estimating%20Requirements&amp;selection=Years%20ago%20I%20worked%20on%20a%20large%20effort%20to%20reengineer%20a%20distribution%20center%20for%20a%20large%20retailer.%20We%20provided%20an%20estimate%20for%20both%20the%20business%20analysis%20work%20and%20for%20the%20entire%20project%2C%20which%20would%20involve%20the%20organization%E2%80%99s%20first%20use%20of%20Electronic%20Da" title="Posterous"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Festimating-requirements%2F&amp;title=Five%20Tips%20for%20Estimating%20Requirements&amp;body=Years%20ago%20I%20worked%20on%20a%20large%20effort%20to%20reengineer%20a%20distribution%20center%20for%20a%20large%20retailer.%20We%20provided%20an%20estimate%20for%20both%20the%20business%20analysis%20work%20and%20for%20the%20entire%20project%2C%20which%20would%20involve%20the%20organization%E2%80%99s%20first%20use%20of%20Electronic%20Da" title="Ping.fm"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Five%20Tips%20for%20Estimating%20Requirements&amp;body=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Festimating-requirements%2F" title="email"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Festimating-requirements%2F&amp;partner=sociable" title="PDF"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Festimating-requirements%2F&amp;partner=sociable" title="Print"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.watermarklearning.com/blog/feed/" title="RSS"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>


<br/><br/><hr />
<p><small><a href="http://www.watermarklearning.com/blog/estimating-requirements/">Five Tips for Estimating Requirements</a> was posted at <a href="http://www.watermarklearning.com/blog">ProjectBrief Blog</a>. | http://www.watermarklearning.com/blog
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.watermarklearning.com/blog/estimating-requirements/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Who Should Plan the Business Analysis Work?</title>
		<link>http://www.watermarklearning.com/blog/three-ways-to-avoid-bapm-conflict/</link>
		<comments>http://www.watermarklearning.com/blog/three-ways-to-avoid-bapm-conflict/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 21:25:33 +0000</pubDate>
		<dc:creator>ElizabethLarson</dc:creator>
				<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Communicating]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Requirements Analysis]]></category>
		<category><![CDATA[Stakeholders]]></category>
		<category><![CDATA[Watermark Learning]]></category>
		<category><![CDATA[business analyst conflict]]></category>
		<category><![CDATA[business analyst role]]></category>
		<category><![CDATA[defining project manager role]]></category>

		<guid isPermaLink="false">http://www.watermarklearning.com/blog/?p=202</guid>
		<description><![CDATA[PMs, so focused on delivering on time and within budget, need to realize that PMs and BAs working collaboratively get more done, so the project has a better chance of completing sooner. 
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-205" title="BA Planning 2010.02" src="http://www.watermarklearning.com/blog/wp-content/uploads/2009/12/BA-Planning-2010.02-150x150.jpg" alt="BA Planning 2010.02" width="150" height="150" />When I first read the <em>BABOK® Guide</em>, my initial reaction was, “What are they thinking?!” With my Project Manager (PM) hat perched squarely on my head, my reaction was “but… but this is <a href="http://www.watermarklearning.com/projectManagementHome.php" target="_blank">project management </a>work!” In my mind I imagined all kinds of conflict occurring as the Business Analyst (BA) took on more and more of the PM role. After all, as PM I had done such traditional project management tasks as creating work breakdown structures, activity lists, the estimating, the scheduling, and now a body of knowledge was saying that the BA was supposed to do this work? I could see heads butting already.</p>
<p>When I joined the BABOK committee about a year later and raised these concerns, I was asked an insightful question: “Elizabeth,” one of the committee members asked, “as a PM did you come up with all the deliverables, tasks, and estimates for everyone on the project?” Ah, BAs sure do ask good questions! I remembered that as a PM I had gone to many team members, in particular technical SMEs, the developers, our full-time business SME on the project, and others to get their deliverables, tasks, estimates, and availability. But it had never occurred to me to involve the BA. With that one question the light bulb came on. The image of locked horns disappeared. In its place I saw a PM (me) with the weight of too much project planning on her shoulders suddenly stand up straight and unencumbered. How much easier my life as a PM would have been if <em>for the business analysis work</em>, I had taken the information from the BA and rolled it into the overall project. What a relief it would have been to get the business analysis input from the person who knew the most about <a href="http://www.watermarklearning.com/requirementsHome.php" target="_blank">business analysis</a>!</p>
<p>With the light bulb came a few related insights:</p>
<ol>
<li>Planning doesn’t mean doing all the work yourself, so PMs don’t have to complete all the planning processes listed in the PMBOK® Guide themselves. PMs need to ensure that all the work appropriate to the project is done, but that does not mean that the work in Section 5.1, Collect Requirements, for example, must be completed by the PM. </li>
<li>BAs are closer to the business analysis effort, so input from BAs is apt to be more complete and correct. When competent BAs are on the project, PMs do not need to micromanage business analysis. There’s enough for PMs to do, so getting out of the way during business analysis will likely reduce the PM’s stress. PMs, so focused on delivering on time and within budget, need to realize that PMs and BAs working collaboratively get more done, so the project has a better chance of completing sooner. </li>
<li>On large projects, both the PM and BA have full-time work doing project management and business analysis respectively. If either is saddled with doing the work of the other, both will be overburdened, increasing everyone’s pressure and stress levels. Under such circumstances, resolving the inevitable territorial conflict will be that much more difficult and take that much more time, delaying the project even further.</li>
</ol>
<p>So my advice, PMs, is to let the BAs do business analysis work, which includes business analysis planning. My advice, BAs, if confronted with a PM who wants to plan for the entire project, is to keep asking those insightful questions!</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fthree-ways-to-avoid-bapm-conflict%2F&amp;title=Who%20Should%20Plan%20the%20Business%20Analysis%20Work%3F&amp;source=ProjectBrief+Blog+For+Business+Analysts+and+Project+Managers&amp;summary=PMs%2C%20so%20focused%20on%20delivering%20on%20time%20and%20within%20budget%2C%20need%20to%20realize%20that%20PMs%20and%20BAs%20working%20collaboratively%20get%20more%20done%2C%20so%20the%20project%20has%20a%20better%20chance%20of%20completing%20sooner.%20%0D%0A" title="LinkedIn"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Who%20Should%20Plan%20the%20Business%20Analysis%20Work%3F%20-%20http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fthree-ways-to-avoid-bapm-conflict%2F" title="Twitter"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fthree-ways-to-avoid-bapm-conflict%2F&amp;t=Who%20Should%20Plan%20the%20Business%20Analysis%20Work%3F" title="Facebook"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fthree-ways-to-avoid-bapm-conflict%2F&amp;title=Who%20Should%20Plan%20the%20Business%20Analysis%20Work%3F" title="StumbleUpon"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fthree-ways-to-avoid-bapm-conflict%2F&amp;title=Who%20Should%20Plan%20the%20Business%20Analysis%20Work%3F&amp;bodytext=PMs%2C%20so%20focused%20on%20delivering%20on%20time%20and%20within%20budget%2C%20need%20to%20realize%20that%20PMs%20and%20BAs%20working%20collaboratively%20get%20more%20done%2C%20so%20the%20project%20has%20a%20better%20chance%20of%20completing%20sooner.%20%0D%0A" title="Digg"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fthree-ways-to-avoid-bapm-conflict%2F&amp;title=Who%20Should%20Plan%20the%20Business%20Analysis%20Work%3F&amp;notes=PMs%2C%20so%20focused%20on%20delivering%20on%20time%20and%20within%20budget%2C%20need%20to%20realize%20that%20PMs%20and%20BAs%20working%20collaboratively%20get%20more%20done%2C%20so%20the%20project%20has%20a%20better%20chance%20of%20completing%20sooner.%20%0D%0A" title="del.icio.us"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fthree-ways-to-avoid-bapm-conflict%2F&amp;title=Who%20Should%20Plan%20the%20Business%20Analysis%20Work%3F" title="Mixx"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fthree-ways-to-avoid-bapm-conflict%2F&amp;title=Who%20Should%20Plan%20the%20Business%20Analysis%20Work%3F&amp;annotation=PMs%2C%20so%20focused%20on%20delivering%20on%20time%20and%20within%20budget%2C%20need%20to%20realize%20that%20PMs%20and%20BAs%20working%20collaboratively%20get%20more%20done%2C%20so%20the%20project%20has%20a%20better%20chance%20of%20completing%20sooner.%20%0D%0A" title="Google Bookmarks"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Who%20Should%20Plan%20the%20Business%20Analysis%20Work%3F&amp;link=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fthree-ways-to-avoid-bapm-conflict%2F" title="FriendFeed"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fthree-ways-to-avoid-bapm-conflict%2F" title="Identi.ca"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fthree-ways-to-avoid-bapm-conflict%2F&amp;title=Who%20Should%20Plan%20the%20Business%20Analysis%20Work%3F&amp;selection=PMs%2C%20so%20focused%20on%20delivering%20on%20time%20and%20within%20budget%2C%20need%20to%20realize%20that%20PMs%20and%20BAs%20working%20collaboratively%20get%20more%20done%2C%20so%20the%20project%20has%20a%20better%20chance%20of%20completing%20sooner.%20%0D%0A" title="Posterous"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fthree-ways-to-avoid-bapm-conflict%2F&amp;title=Who%20Should%20Plan%20the%20Business%20Analysis%20Work%3F&amp;body=PMs%2C%20so%20focused%20on%20delivering%20on%20time%20and%20within%20budget%2C%20need%20to%20realize%20that%20PMs%20and%20BAs%20working%20collaboratively%20get%20more%20done%2C%20so%20the%20project%20has%20a%20better%20chance%20of%20completing%20sooner.%20%0D%0A" title="Ping.fm"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Who%20Should%20Plan%20the%20Business%20Analysis%20Work%3F&amp;body=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fthree-ways-to-avoid-bapm-conflict%2F" title="email"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fthree-ways-to-avoid-bapm-conflict%2F&amp;partner=sociable" title="PDF"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fthree-ways-to-avoid-bapm-conflict%2F&amp;partner=sociable" title="Print"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.watermarklearning.com/blog/feed/" title="RSS"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>


<br/><br/><hr />
<p><small><a href="http://www.watermarklearning.com/blog/three-ways-to-avoid-bapm-conflict/">Who Should Plan the Business Analysis Work?</a> was posted at <a href="http://www.watermarklearning.com/blog">ProjectBrief Blog</a>. | http://www.watermarklearning.com/blog
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.watermarklearning.com/blog/three-ways-to-avoid-bapm-conflict/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Parallax Effect on Requirements Analysis</title>
		<link>http://www.watermarklearning.com/blog/concurrent-requirements-modeling/</link>
		<comments>http://www.watermarklearning.com/blog/concurrent-requirements-modeling/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 18:59:50 +0000</pubDate>
		<dc:creator>RichLarson</dc:creator>
				<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Elicitation]]></category>
		<category><![CDATA[Requirements Analysis]]></category>
		<category><![CDATA[concurrent modeling]]></category>
		<category><![CDATA[eliciting requirements]]></category>
		<category><![CDATA[process modeling]]></category>

		<guid isPermaLink="false">http://www.watermarklearning.com/blog/?p=88</guid>
		<description><![CDATA[Have you ever gazed at the stars and found it difficult to focus on a particular one? It’s initially a bit disconcerting. If you look away a small amount, the star seems to become visible. Look straight at it and the star begins to dim and even disappear. Scientists call this the “parallax effect.” I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-145" title="Blog_Parallax_Plaeides_000002716873XSmall" src="http://www.watermarklearning.com/blog/wp-content/uploads/2009/12/Blog_Parallax_Plaeides_000002716873XSmall-300x199.jpg" alt="Blog_Parallax_Plaeides_000002716873XSmall" width="225" height="141" />Have you ever gazed at the stars and found it difficult to focus on a particular one? It’s initially a bit disconcerting. If you look away a small amount, the star seems to become visible. Look straight at it and the star begins to dim and even disappear. Scientists call this the “parallax effect.” I just call it frustrating (I’m an impatient star-gazer).</p>
<p>Many times a problem we’re trying to solve or something we are analyzing is like that.</p>
<ul>
<li>How often do you forget the name of something when you try to recall it, only to remember it later while walking outside, or when you are in the shower?</li>
<li>Or, the solution to a nagging problem suddenly pops into your head when you are working on something else?</li>
</ul>
<p>These mental phenomena are very similar to the parallax effect. I’m sure there is a scientific name for it, but my psychology classes are only distant memories. I’ve noticed this same experience in <a href="http://www.watermarklearning.com/requirementsHome.php" target="_blank">business analysis </a>countless times and informally call this the “parallax effect on requirements.”</p>
<p>The main way I’ve observed the parallax effect on projects is by focusing on too few methods to elicit and analyze requirements. For countless reasons, overworked business analysts may rely on one main method for eliciting requirements – such as interviews or requirements workshops. Then, to keep on schedule, BAs will use one primary method to analyze and document the discovered requirements. Swim lane diagrams and use case models come to mind here.</p>
<p>That is when the parallax effect strikes. Bam! You get stuck on a thorny issue like resolving an alternate path of a use case. You may resort to more interviews to solve it, but both struggling with the use case and re-interviewing are like staring at that star. The solution starts fading and disappearing.</p>
<p>So, what is the equivalent to diverting your gaze from the star so you can see it? How can you keep the problem in focus without over-focusing on it? The most practical way I’ve learned is to use a coordinated set of models to view the problem from multiple angles. You don’t need to use 27 models to do this – four categories will do. All software applications have the following four types of functional requirements in varying degrees:</p>
<ol>
<li><strong>Business Process</strong> – current and future states of the business processes affected by the solution being built. Business Process models set the context for and are the foundation for every other type of requirement.</li>
<li><strong>Interaction</strong> – show how users will interact with a new system, and include scenarios, use cases and user stories as primary methods.</li>
<li><strong>User Interface</strong> – an extension of the interaction requirements, these requirements uncover additional data that is input to or output from a system. Prototypes are excellent ways of drawing out user interface requirements.</li>
<li><strong>Data</strong> – the data needed to support a business process and/or is input or output during the interaction with a system, and/ or appears on user interfaces. Data models, such as Entity-Relationship Diagrams and Class models are typical types of models that help here.</li>
</ol>
<p>Concurrent Requirements Modeling is what we call the use of complementary modeling techniques to quickly and completely analyze functional requirements. Using these four categories of models provides a complete, well-rounded set of functional requirements. That’s a huge benefit in and of itself, and it also saves time and frustration by combating the parallax effect.</p>
<p>Let me give you a quick example. During a workshop a student team was working on a use case and got stuck on what happened during an error situation. Their first reaction was to ask the “customer” (me, during a role-play) what they wanted. When that didn’t work, they sketched out an activity diagram of the process and a rough prototype. The team got out of their use case rut, and were able to ask pointed questions about the business process and interface. They got most of what they needed to complete their use case alternate path. The data model would have supplied a few more missing pieces. But, by moving their analysis to other models, the team looked away from the “star” and were able to “see” the problem and solution more clearly.</p>
<p>So, the next time you stare too long at a problem and lose sight of it, maybe the parallax effect is at work. Try looking away by utilizing complementary techniques, and the problem may well come into focus.</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fconcurrent-requirements-modeling%2F&amp;title=The%20Parallax%20Effect%20on%20Requirements%20Analysis&amp;source=ProjectBrief+Blog+For+Business+Analysts+and+Project+Managers&amp;summary=Have%20you%20ever%20gazed%20at%20the%20stars%20and%20found%20it%20difficult%20to%20focus%20on%20a%20particular%20one%3F%20It%E2%80%99s%20initially%20a%20bit%20disconcerting.%20If%20you%20look%20away%20a%20small%20amount%2C%20the%20star%20seems%20to%20become%20visible.%20Look%20straight%20at%20it%20and%20the%20star%20begins%20to%20dim%20and%20even%20dis" title="LinkedIn"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=The%20Parallax%20Effect%20on%20Requirements%20Analysis%20-%20http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fconcurrent-requirements-modeling%2F" title="Twitter"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fconcurrent-requirements-modeling%2F&amp;t=The%20Parallax%20Effect%20on%20Requirements%20Analysis" title="Facebook"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fconcurrent-requirements-modeling%2F&amp;title=The%20Parallax%20Effect%20on%20Requirements%20Analysis" title="StumbleUpon"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fconcurrent-requirements-modeling%2F&amp;title=The%20Parallax%20Effect%20on%20Requirements%20Analysis&amp;bodytext=Have%20you%20ever%20gazed%20at%20the%20stars%20and%20found%20it%20difficult%20to%20focus%20on%20a%20particular%20one%3F%20It%E2%80%99s%20initially%20a%20bit%20disconcerting.%20If%20you%20look%20away%20a%20small%20amount%2C%20the%20star%20seems%20to%20become%20visible.%20Look%20straight%20at%20it%20and%20the%20star%20begins%20to%20dim%20and%20even%20dis" title="Digg"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fconcurrent-requirements-modeling%2F&amp;title=The%20Parallax%20Effect%20on%20Requirements%20Analysis&amp;notes=Have%20you%20ever%20gazed%20at%20the%20stars%20and%20found%20it%20difficult%20to%20focus%20on%20a%20particular%20one%3F%20It%E2%80%99s%20initially%20a%20bit%20disconcerting.%20If%20you%20look%20away%20a%20small%20amount%2C%20the%20star%20seems%20to%20become%20visible.%20Look%20straight%20at%20it%20and%20the%20star%20begins%20to%20dim%20and%20even%20dis" title="del.icio.us"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fconcurrent-requirements-modeling%2F&amp;title=The%20Parallax%20Effect%20on%20Requirements%20Analysis" title="Mixx"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fconcurrent-requirements-modeling%2F&amp;title=The%20Parallax%20Effect%20on%20Requirements%20Analysis&amp;annotation=Have%20you%20ever%20gazed%20at%20the%20stars%20and%20found%20it%20difficult%20to%20focus%20on%20a%20particular%20one%3F%20It%E2%80%99s%20initially%20a%20bit%20disconcerting.%20If%20you%20look%20away%20a%20small%20amount%2C%20the%20star%20seems%20to%20become%20visible.%20Look%20straight%20at%20it%20and%20the%20star%20begins%20to%20dim%20and%20even%20dis" title="Google Bookmarks"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=The%20Parallax%20Effect%20on%20Requirements%20Analysis&amp;link=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fconcurrent-requirements-modeling%2F" title="FriendFeed"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fconcurrent-requirements-modeling%2F" title="Identi.ca"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fconcurrent-requirements-modeling%2F&amp;title=The%20Parallax%20Effect%20on%20Requirements%20Analysis&amp;selection=Have%20you%20ever%20gazed%20at%20the%20stars%20and%20found%20it%20difficult%20to%20focus%20on%20a%20particular%20one%3F%20It%E2%80%99s%20initially%20a%20bit%20disconcerting.%20If%20you%20look%20away%20a%20small%20amount%2C%20the%20star%20seems%20to%20become%20visible.%20Look%20straight%20at%20it%20and%20the%20star%20begins%20to%20dim%20and%20even%20dis" title="Posterous"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fconcurrent-requirements-modeling%2F&amp;title=The%20Parallax%20Effect%20on%20Requirements%20Analysis&amp;body=Have%20you%20ever%20gazed%20at%20the%20stars%20and%20found%20it%20difficult%20to%20focus%20on%20a%20particular%20one%3F%20It%E2%80%99s%20initially%20a%20bit%20disconcerting.%20If%20you%20look%20away%20a%20small%20amount%2C%20the%20star%20seems%20to%20become%20visible.%20Look%20straight%20at%20it%20and%20the%20star%20begins%20to%20dim%20and%20even%20dis" title="Ping.fm"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=The%20Parallax%20Effect%20on%20Requirements%20Analysis&amp;body=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fconcurrent-requirements-modeling%2F" title="email"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fconcurrent-requirements-modeling%2F&amp;partner=sociable" title="PDF"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.watermarklearning.com%2Fblog%2Fconcurrent-requirements-modeling%2F&amp;partner=sociable" title="Print"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.watermarklearning.com/blog/feed/" title="RSS"><img src="http://www.watermarklearning.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>


<br/><br/><hr />
<p><small><a href="http://www.watermarklearning.com/blog/concurrent-requirements-modeling/">The Parallax Effect on Requirements Analysis</a> was posted at <a href="http://www.watermarklearning.com/blog">ProjectBrief Blog</a>. | http://www.watermarklearning.com/blog
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.watermarklearning.com/blog/concurrent-requirements-modeling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
