<?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>The Surfing Analyst</title>
	<atom:link href="http://surfinganalyst.10fifteen.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://surfinganalyst.10fifteen.com.au</link>
	<description>Surfing the new wave of Business Analysis</description>
	<lastBuildDate>Mon, 22 Mar 2010 03:00:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>BABOK available for free on Google Books</title>
		<link>http://surfinganalyst.10fifteen.com.au/2010/03/babok-available-for-free-on-google-books/</link>
		<comments>http://surfinganalyst.10fifteen.com.au/2010/03/babok-available-for-free-on-google-books/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 10:46:44 +0000</pubDate>
		<dc:creator>Simon Inglis</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://surfinganalyst.10fifteen.com.au/?p=28</guid>
		<description><![CDATA[
The BABOK has just been made available on Google Books.  Good on the IIBA for promoting the business analyst role by making such a great resource available for all!
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-36 aligncenter" style="border: 1px solid #cccccc;" title="_MG_0645" src="http://surfinganalyst.10fifteen.com.au/wp-content/uploads/2010/03/MG_0645.jpg" alt="_MG_0645" width="168" height="112" /></p>
<p>The BABOK has just been made available on <a title="A Guide to the Business Analysis Body of Knowledge" href="http://books.google.com/books?id=CFHw8jSEWwkC&amp;printsec=frontcover&amp;dq=A+guide+to+business+analysis+body+of+knowledge&amp;cd=1#v=onepage&amp;q=&amp;f=true">Google Books</a>.  Good on the IIBA for promoting the business analyst role by making such a great resource available for all!</p>
]]></content:encoded>
			<wfw:commentRss>http://surfinganalyst.10fifteen.com.au/2010/03/babok-available-for-free-on-google-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating requirement traceability</title>
		<link>http://surfinganalyst.10fifteen.com.au/2009/11/automating-requirements-traceability/</link>
		<comments>http://surfinganalyst.10fifteen.com.au/2009/11/automating-requirements-traceability/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 22:53:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Impact analysis]]></category>
		<category><![CDATA[Network Analysis]]></category>
		<category><![CDATA[Requirements Management & Communication]]></category>
		<category><![CDATA[Requirements Traceability]]></category>

		<guid isPermaLink="false">http://surfinganalyst.10fifteen.com.au/?p=15</guid>
		<description><![CDATA[The thorny issue of managing the complexity of requirements relationships was tackled in an interesting session of the 12th Australian Workshop on Requirements Engineering.]]></description>
			<content:encoded><![CDATA[<p>At the <em>12th Australian Workshop on Requirements Engineering</em> in Sydney, I had the pleasure of attending several interesting sessions which I&#8217;ll write about over the next couple of weeks.</p>
<p>The thorny issue of managing the complexity of requirements relationships was tackled in a session by Tor <span><span>Stålhane</span></span> from the Norwegian University of Science and Technology.</p>
<p>One of the core principals of managing requirements is to record the relationships between requirements to support impact analysis activities and traceability through the different requirements packages.   The types of relationships that the Business Analysis Body of Knowledge (BABOK) identifies are necessity, effort, subset, cover and value.  Probably the most familiar type of relationship is that of necessity.  This is where there is an implementation relationship between requirements whereby if one requirement is to be implemented, the other requirements are also to be implemented.  For example,  the necessity relationship typically exists between a stakeholder requirement and many solution requirements.</p>
<p>In practice the situation becomes very complex very quickly.  When you embark on recording relationships, the emerging network of requirement relationships become highly connected.  You will find that virtually every requirement is related to every other requirement which diminishes any value of the network that has been painstakingly built when undertaking impact analysis.  If your impact analysis tells you that every solution requirement is impacted by a change in a stakeholder requirement, you have no real basis to prioritise further elicitation and requirements analysis work or to identify areas of risk.</p>
<p>In my experience, tool support has been poor and the maintenance effort very high to maintain these networks to produce results of little practical value in a project context.  To make things worse becuase the networks are hard to maintain they easily become out of date which further diminishes their usefulness for impact analysis.</p>
<p>Tor et al. propose using automation during software development to create centrality measures on the network so that key requirements can be weighted and effectively stand out from the crowd.  The idea of centrality measures isn&#8217;t new in the field of network analysis, but I found the approach novel in that relationships and the centrality measure was generated by software developers viewing use cases through the software development workbench.</p>
<p>The simple idea is that the workbench builds the network of relationships between use cases and code by recording the interaction of the developer with use cases and the code objects such as a classes or methods.   That is to say, the network is built by observation which can be automated by the workbench rather than from static analysis which requires a human.  In the talk, the example was given for a project where an Eclipse plug-in monitored how each developer in a project used the use case documentation to build the requirements network.</p>
<p>Weighting can be used based on the type of interaction.  For example, a creation event for a new class may be weighted higher than an update event.  The use of weighting recognises the importance of the different types of inspections that occurs over a project life cycle.</p>
<p>I thought this approach shows great promise for mapping solution requirements to the solution components as it&#8217;s driven by the actual process of the solution building.  Solution tools have now have reached the level of maturity where the tools model the solution and are adaptable through plug-ins to record transacted behavioral use.  For example, source code check in and check out events and what method was being edited when the use case was inspected.</p>
<p>The challenge I see is applying this approach for non-solution requirements where probably the most common tool-sets for requirements management are spreadsheets or word processors.  There is no simple or elegant way using a word processor to record what stakeholder requirements were inspected when drafting the solution requirements.   Difficult, but not impossible.</p>
<p>If you&#8217;re interested to know more about this, look for the paper titled <em>Uncovering information centres in requirements traceability networks</em> by Inah Omoronyia, Guttorm Sindre and Tor Stålhane from the Department of Computer and Information Science, Norwegian University of Science and Technology, Trondheim Norway.</p>
]]></content:encoded>
			<wfw:commentRss>http://surfinganalyst.10fifteen.com.au/2009/11/automating-requirements-traceability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See me at Business Analysis World in Brisbane 5th to 7th of October, 2009</title>
		<link>http://surfinganalyst.10fifteen.com.au/2009/09/see-me-at-business-analysis-world-in-brisbane-5th-to-7th-of-october-2009/</link>
		<comments>http://surfinganalyst.10fifteen.com.au/2009/09/see-me-at-business-analysis-world-in-brisbane-5th-to-7th-of-october-2009/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 07:49:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://surfinganalyst.10fifteen.com.au/?p=10</guid>
		<description><![CDATA[I’ve been invited to speak at the BA World conference taking place at the Sofitel in Brisbane on the 5th to 7th of November.
I’m speaking on Tuesday about the role of the Business Analyst in realising organisational benefits from projects and programmes of work.
Should be a good conference and a great opportunity for BA&#8217;s in [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been invited to speak at the <a title="Business Analyst World Brisbane" href="http://www.businessanalystworld.com./brisbane/welcome-to-brisbane.html">BA World conference</a> taking place at the Sofitel in Brisbane on the 5th to 7th of November.</p>
<p>I’m speaking on Tuesday about the role of the Business Analyst in realising organisational benefits from projects and programmes of work.</p>
<p>Should be a good conference and a great opportunity for BA&#8217;s in Brisbane to get together and network.</p>
<p>If you haven’t signed up for the conference yet drop me a line on the <a title="Contact me online" href="http://www.10fifteen.com.au/contact/online">contact</a> page to help you get a two for one rate for delegates.</p>
]]></content:encoded>
			<wfw:commentRss>http://surfinganalyst.10fifteen.com.au/2009/09/see-me-at-business-analysis-world-in-brisbane-5th-to-7th-of-october-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello and welcome to the Surfing Analyst blog.</title>
		<link>http://surfinganalyst.10fifteen.com.au/2009/09/hello-and-welcome-to-the-surfing-analyst-blog/</link>
		<comments>http://surfinganalyst.10fifteen.com.au/2009/09/hello-and-welcome-to-the-surfing-analyst-blog/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 12:33:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[IIBA]]></category>
		<category><![CDATA[Profession]]></category>

		<guid isPermaLink="false">http://surfinganalyst.10fifteen.com.au/?p=3</guid>
		<description><![CDATA[Hello and welcome to the blog by a Business Analyst for Business Analysts.]]></description>
			<content:encoded><![CDATA[<p>Hello and welcome to The Surfing Analyst blog.   I&#8217;m Simon and I hope to use this blog to engage in a conversation on business analysis with you; fellow practitioners, customers and general know-alls.</p>
<p>Who is the Surfing Analyst?  I am a practicing business analyst working for 10fifteen as a senior partner.  Our business is about helping both individuals and businesses better perform business analysis.   My job is wide ranging and exciting as I have opportunities to provide consulting to customers as well as training to fellow practitioners.  Through my work I&#8217;m exposed to the challenges of both sides of the customer supplier relationship.  Customers tell me what they want (or should that be &#8216;what they demand&#8217;) from their business analysts and fellow practitioners share with me the at the coal face issues. Needless to say the customers and suppliers don&#8217;t always see eye to eye.</p>
<p>Times are rapidly changing the world of business analysis.  Strangely late compared to other roles in information technology, it is only now being professionalised.  Certification has been the norm for a while in many of the other information technology roles, and is only starting to gain traction now for business analysis in the minds of customers and practitioners.   I think the lag in the professionalism of the practice is mainly due to issues of ambiguous definition of the role &#8216;Business Analyst&#8217;.</p>
<p>As an activity in training, I ask delegates to come up with their own definition of a business analyst.  The responses range from &#8216;technical writer&#8217;, to &#8216;financial guru&#8217; through to &#8216;customer facing developer&#8217;.  Whilst I don&#8217;t think any of these definitions is wrong, it does illustrate that the business analyst is some kind of chimera beast that is both an amalgam of many elements as well as being its own unique beast.</p>
<p>The growth of professional organisations such as the International Institute of Business Analysis (IIBA) has definitely progressed thinking on what it means to be a business analyst.  In my mind, the impact of definition cannot be under estimated in terms of solving fundamental problems which I think stem from the customer supplier engagement.   I can feel the topic for my second post forming in my mind right now.</p>
<p>What I would like to do with this blog is to share my experiences working as a business analyst as well as to invite relevant topics for discussion with you, the reader.  Unfortunately, this is one way conversation at the moment until I get the comment system working.  In the meantime I do encourage you to contact me via the 10fifteen <a title="Contact me online" href="http://www.10fifteen.com.au/contact/online" target="_blank">contact page</a>.</p>
<p>And yes, the Surfing Analyst does surf!  Not often enough but as time and travel permits.  I&#8217;m eying up an exquisite 9&#8242;10&#8243; long board as the next acquisition for the quiver. I&#8217;ll keep you posted!</p>
]]></content:encoded>
			<wfw:commentRss>http://surfinganalyst.10fifteen.com.au/2009/09/hello-and-welcome-to-the-surfing-analyst-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
