<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Seaside Testing</title>
	<atom:link href="http://seasidetesting.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://seasidetesting.com</link>
	<description>On Testing, Patterns &#38; Learning</description>
	<lastBuildDate>Tue, 26 Mar 2013 19:17:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='seasidetesting.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/60360d24dc391e1bc8826dbe70160966?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Seaside Testing</title>
		<link>http://seasidetesting.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://seasidetesting.com/osd.xml" title="Seaside Testing" />
	<atom:link rel='hub' href='http://seasidetesting.com/?pushpress=hub'/>
		<item>
		<title>Testing And The Two Values of Software</title>
		<link>http://seasidetesting.com/2013/03/12/testing-and-the-two-values-of-software/</link>
		<comments>http://seasidetesting.com/2013/03/12/testing-and-the-two-values-of-software/#comments</comments>
		<pubDate>Tue, 12 Mar 2013 17:41:26 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Feedback]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[agile development]]></category>
		<category><![CDATA[first value of software]]></category>
		<category><![CDATA[second value of software]]></category>

		<guid isPermaLink="false">http://seasidetesting.com/?p=621</guid>
		<description><![CDATA[The Two Values of Software Sure enough: If your team&#8217;s software fails to provide value now (or in the near future), something&#8217;s gone badly wrong. You don&#8217;t like your software project to end up similar to this, right? As Alistair Cockburn explained in &#8220;Agile Software Development&#8221; software development can be seen as a game played in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seasidetesting.com&#038;blog=33773068&#038;post=621&#038;subd=seasidetesting&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<h2>The Two Values of Software</h2>
<p>Sure enough: If your team&#8217;s software fails to provide value <em>now</em> (or in the near future), something&#8217;s gone badly wrong. You don&#8217;t like your software project to end up similar to this, right?</p>
<div id="attachment_648" class="wp-caption aligncenter" style="width: 290px"><a href="http://seasidetesting.files.wordpress.com/2013/03/rest_smoking.gif"><img class="size-full wp-image-648" alt="Smoking Remainders" src="http://seasidetesting.files.wordpress.com/2013/03/rest_smoking.gif?w=600"   /></a><p class="wp-caption-text">Smoking remainders of a &#8216;Biikebrennen&#8217; — don&#8217;t let your project end like this.</p></div>
<p>As <a title="Alistair Cockburn" href="http://alistair.cockburn.us/">Alistair Cockburn</a> explained in &#8220;<a href="http://www.informit.com/store/agile-software-development-the-cooperative-game-9780321482754">Agile Software Development</a>&#8221; software development can be seen as a game played in rounds — and most teams prefer to stay in the game for many rounds.</p>
<p>To me it&#8217;s interesting (and a bit worrying) that most of the testing techniques and approaches are focussed on whether the current version of our software…</p>
<ol>
<li>is in fact the right software and</li>
<li>if it works correctly.</li>
</ol>
<p>In other words, testing focusses on validation and verification, it concentrates on a relatively short period of time: the next release.</p>
<p>Now, <a title="Clean Coders Episode 9: The Single Responsibility Principle" href="http://www.cleancoders.com/codecast/clean-code-episode-9/show" target="_blank">Uncle Bob Martin presented the idea of the primary and secondary value of software in episode 9 (&#8216;The Single Responsibility Principle&#8217;)</a> of his <a title="Clean Coders" href="http://www.cleancoders.com/" target="_blank">CleanCoders</a> video series. He presents the secondary value first (which most people believe to be more important): &#8216;The secondary value of software is its behavior.&#8217; He also explains the primary, more important value as: &#8216;The ability of software to tolerate and facilitate such ongoing change is the primary value of software. The primary value of software is that it&#8217;s soft.&#8217;</p>
<p>In Alistair Cockburn&#8217;s description the order is reversed (see <a href="http://www.informit.com/store/agile-software-development-the-cooperative-game-9780321482754">Agile Software Development</a>, 2<sup>nd</sup> edition p. 37 ff), but in my opinion the order isn&#8217;t always that important: I am worried that testing doesn&#8217;t consider one of the two values of software.</p>
<p>To my experience, essentially all projects focus on current or near-future behaviour of software, but rarely actively work to keep the software ready to deal with future requirements. I understand that YAGNI (<a class="zem_slink" title="You aren't gonna need it" href="http://en.wikipedia.org/wiki/You_aren%27t_gonna_need_it" target="_blank" rel="wikipedia">You ain&#8217;t gonna need it</a>) may play a role here. But mind you: YAGNI <em>mostly</em> applies to actually implemented features that are not needed. It <em>may</em> also be valid in order to prevent going overboard with too much abstraction and flexibility. In the end, you always need to find a balance between following and ignoring the <a class="zem_slink" title="SOLID principles" href="http://butunclebob.com/ArticleS.UncleBob.PrinciplesOfOod" target="_blank" rel="homepage">SOLID principles</a> (a good part of the Clean Coders videos covers this in detail).</p>
<p>Concerning the 1<sup>st</sup> value of software (according to Uncle Bob Martin), I&#8217;m convinced that testing needs to answer questions like this:</p>
<ul>
<li>Is &#8220;the ability of software to tolerate and facilitate such ongoing change&#8221; a job purely for programmers?</li>
<li>Can software testers contribute to the primary value? Should they?
<ul>
<li>If yes, is this part of the job or should we keep out of this business?</li>
<li>How can we as testers contribute?</li>
</ul>
</li>
<li>Can other disciplines help?</li>
</ul>
<p>What do you think? Is this topic important for testing? Should we treat it in the way <a href="http://www.developsense.com/blog/2010/05/testers-get-out-of-the-quality-assurance-business/">Michael Bolton advises testers with respect to &#8220;Quality Assurance Business&#8221;</a> (spoiler alert/hint: He advises us to stay out of it)?</p>
<p>I personally think testers should get involved: A tester is somebody who knows that things can be different, as <a href="http://en.wikipedia.org/wiki/Gerald_Weinberg">Jerry Weinberg</a> says.</p>
<p>Also, I definitely want my clients, as well as their clients, to be happy with the software I help to develop, not only today, but also in the future, even when most original developers of a software system have left the team or company.</p>
<p>When your project (or product life cycle) comes to an end it should stay in your memory not like the smoking remainders of a fire, but with the bright colours of a great sunset.</p>
<div id="attachment_650" class="wp-caption aligncenter" style="width: 610px"><a href="http://seasidetesting.files.wordpress.com/2013/03/img_0104.jpg"><img class="size-full wp-image-650" alt="Bright Sunset" src="http://seasidetesting.files.wordpress.com/2013/03/img_0104.jpg?w=600&#038;h=328" width="600" height="328" /></a><p class="wp-caption-text">Bright Sunset</p></div>
<br />Filed under: <a href='http://seasidetesting.com/category/learning/feedback/'>Feedback</a>, <a href='http://seasidetesting.com/category/testing/'>Testing</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seasidetesting.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seasidetesting.wordpress.com/621/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seasidetesting.com&#038;blog=33773068&#038;post=621&#038;subd=seasidetesting&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seasidetesting.com/2013/03/12/testing-and-the-two-values-of-software/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8f83768fa3f188de4b48601fd6b10342?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>

		<media:content url="http://seasidetesting.files.wordpress.com/2013/03/rest_smoking.gif" medium="image">
			<media:title type="html">Smoking Remainders</media:title>
		</media:content>

		<media:content url="http://seasidetesting.files.wordpress.com/2013/03/img_0104.jpg" medium="image">
			<media:title type="html">Bright Sunset</media:title>
		</media:content>
	</item>
		<item>
		<title>Tools for Testing — 1</title>
		<link>http://seasidetesting.com/2013/03/02/tools-for-testing-1/</link>
		<comments>http://seasidetesting.com/2013/03/02/tools-for-testing-1/#comments</comments>
		<pubDate>Sat, 02 Mar 2013 19:53:06 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://seasidetesting.com/?p=577</guid>
		<description><![CDATA[I recently took the excellent Black Box Software Testing Foundation Course offered by the AST (Association for Software Testing). The course came with a lot of extra material in addition to the primary deck of slides &#38; videos: Articles published by a number of people, blog posts, exam guides. I used Papers, which helps to organise, well, papers. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seasidetesting.com&#038;blog=33773068&#038;post=577&#038;subd=seasidetesting&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I recently took the excellent <a href="http://www.associationforsoftwaretesting.org/training/courses/foundations/">Black Box Software Testing Foundation Course</a> offered by the AST (<a title="Association for Software Testing" href="http://www.associationforsoftwaretesting.org/">Association for Software Testing</a>).</p>
<p>The course came with a lot of extra material in addition to the primary deck of slides &amp; videos: Articles published by a number of people, blog posts, exam guides. I used <a href="http://www.mekentosj.com/">Papers</a>, which helps to organise, well, papers. It manages meta information about the papers, such as publishing date, title and authors etc. and allows highlighting text, adding notes and more. I also liked using the iPad version of the program (there&#8217;s a way to sync your library on your computer and iPad), because I don&#8217;t always work at my desk.</p>
<p>The other tool I found useful is <a href="http://www.graphviz.org/">GraphViz</a>, an extremely powerful program to describe and draw graphs. The graphs are described in a text file (there&#8217;s a complete language that describes graphs, but for many purposes you&#8217;ll only need a small set).</p>
<pre class="brush: plain; title: ; notranslate">
digraph example_path {
graph [ dpi = 150 ];
 rankdir = LR;
 fontname=&quot;DejaVu Sans&quot;;
 fontsize = 20;
 node[shape=circle,fontname=&quot;DejaVu Sans&quot;];

 1 -&gt; 2 -&gt; 5 -&gt; 6 -&gt; 7;
 2 -&gt; 4 -&gt; 5;
 2 -&gt; 3 -&gt; 4;
 3 -&gt; 6;
 6 -&gt; 2;
 label = &quot;\nBranches &amp; Loops&quot;;
}</pre>
<p>GraphViz comes with a command line tool <strong><span style="color:#067a81;"><tt>dot</tt></span></strong>. If in the same directory as the file that holds the description above, one can use</p>
<pre class="brush: plain; title: ; notranslate">
dot -Tpng file_name_here -O
</pre>
<p>to generate a 150 dpi PNG file, which looks like this:</p>
<div id="attachment_587" class="wp-caption alignnone" style="width: 610px"><a href="http://seasidetesting.files.wordpress.com/2013/03/path_to_cover-for-blog-dot.png"><img class="size-full wp-image-587" alt="An Example Path" src="http://seasidetesting.files.wordpress.com/2013/03/path_to_cover-for-blog-dot.png?w=600&#038;h=213" width="600" height="213" /></a><p class="wp-caption-text">An Example Path</p></div>
<p>GraphViz can create much more complex images (see the <a href="http://www.graphviz.org/Gallery.php">GraphViz Gallery</a> for examples), however I find just a short text file and a simple terminal command covers a lot of ground and there&#8217;s no need to create &#8216;hand made&#8217; images anymore.</p>
<p>Both programs Papers and GraphViz are available for Windows, OX S and the iPad/iPhone (GraphViz is called Instaviz on the iOS devices).</p>
<p>What non-typical tools do you use in testing?</p>
<br />Filed under: <a href='http://seasidetesting.com/category/learning/'>Learning</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seasidetesting.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seasidetesting.wordpress.com/577/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seasidetesting.com&#038;blog=33773068&#038;post=577&#038;subd=seasidetesting&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seasidetesting.com/2013/03/02/tools-for-testing-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8f83768fa3f188de4b48601fd6b10342?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>

		<media:content url="http://seasidetesting.files.wordpress.com/2013/03/path_to_cover-for-blog-dot.png" medium="image">
			<media:title type="html">An Example Path</media:title>
		</media:content>
	</item>
		<item>
		<title>Anthropomorphism And Dehumanisation In Testing — How Does It Affect Us?</title>
		<link>http://seasidetesting.com/2013/02/19/anthropomorphism-and-dehumanisation-in-testing-how-does-it-affect-us/</link>
		<comments>http://seasidetesting.com/2013/02/19/anthropomorphism-and-dehumanisation-in-testing-how-does-it-affect-us/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 20:20:33 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Anthropomorphism]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Dehumanization]]></category>

		<guid isPermaLink="false">http://seasidetesting.com/?p=468</guid>
		<description><![CDATA[Where it began I find it interesting to keep track of where and when I run into new information relevant to software testing. This time it was an article in a German magazine for dog owners (issue 6 2012, to be precise). The topic was anthropomorphising dogs. And I think digging deeper into anthropomorphism can help [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seasidetesting.com&#038;blog=33773068&#038;post=468&#038;subd=seasidetesting&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<h2>Where it began</h2>
<p>I find it interesting to keep track of where and when I run into new information relevant to software testing. This time it was an article in a <a title="Dogs Magazin" href="http://www.dogs-magazin.de/">German magazine for dog owners</a> (issue 6 2012, to be precise). The topic was anthropomorphising dogs. And I think digging deeper into anthropomorphism can help us understand software development and testing better.</p>
<h2>What is anthropomorphism?</h2>
<p><a title="Anthropomorphism as defined by Wikipedia" href="http://en.wikipedia.org/wiki/Anthropomorphism">This is the definition of anthropomorphism given on Wikipedia:</a></p>
<blockquote><p>Anthropomorphism or personification is any attribution of human characteristics (or characteristics assumed to belong only to humans) to other animals, non-living things, phenomena, material states, objects or abstract concepts, such as organisations, governments, spirits or deities. (<a title="Anthropomorphism defined on Wikipedia" href="http://en.wikipedia.org/wiki/Anthropomorphism">http://en.wikipedia.org/wiki/Anthropomorphism</a>)</p></blockquote>
<h2>Why is it worth thinking about?</h2>
<p>The German magazine article mentioned <a title="Adam Waytz" href="http://www.kellogg.northwestern.edu/Faculty/Directory/Waytz_Adam.aspx">Adam Waytz</a> as the author of a study and that way I found &#8220;Social Cognition Unbound: Insights Into Anthropomorphism and Dehumanization&#8221; by Waytz et al. (citation see end of this article).</p>
<p>The authors of the paper (details see below) say that &#8220;computers … can seem to have minds of their own&#8221; and mention that people &#8220;…curse at unresponsive computers…&#8221; (at least I have). If similar situations happened to you, maybe while testing software, then anthropomorphism affects your work.</p>
<p>I&#8217;m convinced that this topic requires more than a single post. This post is an introduction to the topic.</p>
<h2>A brief summary of the paper</h2>
<p>The authors discuss reasons for anthropomorphism as well as dehumanization and present three &#8220;primary factors—elicited agent knowledge, sociality motivation, and effectance motivation&#8221; which determine whether someone is likely to anthropomorphise or not.</p>
<p>Let&#8217;s look at the three factors:</p>
<dl>
<dt>Elicited Agent Knowledge</dt>
<dd>Anthropocentric knowledge is accessible and/or applicable.</dd>
<dt>Social Motivation</dt>
<dd>This is the need to be accepted, part of society and to connect to others.</dd>
<dt>Effectance Motivation</dt>
<dd>The motivation derived from understanding, explaining and (being able to) change or influence the environment.</dd>
</dl>
<h2>Some ways this affects software testing</h2>
<p>I will not go into much detail in this introductory post, but will instead list some of the behaviours that can be explained through this model:</p>
<ol>
<li><em><span style="line-height:13px;">Effectance motivation and scripted testing</span></em><br />
<span style="line-height:13px;">I will not add to the discussion of the pros and cons of scripted testing, but instead introduce </span><span style="line-height:13px;">a possible explanation why testing and testers are not well respected in environments where scripted testing is used.<br />
</span><span style="line-height:13px;">When a rather strict execution of scripted test cases is demanded, the testers can&#8217;t influence their environment much. It&#8217;s about following scripts, manually operating the system under test and checking whether given conditions are met or not. In some cases changing scripts is not allowed, just following them. To others this looks like manually executing source code, something a computer is much more suited for. In other words: Testers work like computers, they&#8217;re perceived less human-like than they are.<br />
That way effectance motivation is inhibited, leading to dehumanising of the testers (at least to a certain degree).</span></li>
<li><em>Test versus development teams—and what they perceive of each other</em><br />
I&#8217;ve worked in an environment where testers and developers were separate from each other. The most important communication was though the artefacts we were exchanging: Installed software on the test system, defect reports in a bug tracking system and may be the source code.<br />
We couldn&#8217;t see each other as the humans we are, it was (mostly) artefacts, the &#8216;other side&#8217; didn&#8217;t even look remotely human. Thus neither side felt much respect for each other.</li>
<li><em>System complexity</em><br />
The tester assumes the system is more complex than it is or has an <em>intention</em> that&#8217;s not there.<br />
Software systems, at least today, do not have a human intent. If a system under test is subject to anthropomorphism the tester assumes the system is more complex (or complicated) than it actually is and therefore puts more effort into testing. This can lead to new ways of testing or new test ideas and therefore improve the testing.</li>
</ol>
<h2>Leaving thoughts</h2>
<p>This post introduced the idea that anthropomorphism affects software testing and described some of the effects. As mentioned above, I think there&#8217;s much more to discover for testing, so stay tuned for more posts about the topic!</p>
<p>Do you have examples of anthropomorphism in software testing? Please share them.</p>
<h3>Cited paper</h3>
<p>Waytz, Adam, N. Epley and J. T. Cacioppo. 2010. Social cognition unbound: Psychological insights into anthropomorphism and dehumanization. <i>Current Directions in Psychological Science</i>. 19: 58-62.</p>
<br />Filed under: <a href='http://seasidetesting.com/category/anthropomorphism/'>Anthropomorphism</a>, <a href='http://seasidetesting.com/category/testing/'>Testing</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seasidetesting.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seasidetesting.wordpress.com/468/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seasidetesting.com&#038;blog=33773068&#038;post=468&#038;subd=seasidetesting&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seasidetesting.com/2013/02/19/anthropomorphism-and-dehumanisation-in-testing-how-does-it-affect-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8f83768fa3f188de4b48601fd6b10342?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>Word of The Year 2013</title>
		<link>http://seasidetesting.com/2012/12/25/word-of-the-year-2013/</link>
		<comments>http://seasidetesting.com/2012/12/25/word-of-the-year-2013/#comments</comments>
		<pubDate>Tue, 25 Dec 2012 17:12:19 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Feedback]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[vision]]></category>
		<category><![CDATA[Word of the year]]></category>

		<guid isPermaLink="false">http://seasidetesting.com/?p=446</guid>
		<description><![CDATA[The general idea of the &#8220;word of the year&#8221; isn&#8217;t particularly new: It seems to be popular in many languages and countries, according to the English Wikipedia, the German Wikipedia entry (other languages at the time of this writing are: Česky, Dansk, Esperanto, Français and Nederlands). However, I got the idea to pick a personal word of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seasidetesting.com&#038;blog=33773068&#038;post=446&#038;subd=seasidetesting&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The general idea of the &#8220;word of the year&#8221; isn&#8217;t particularly new: It seems to be popular in many languages and countries, according to the <a href="http://en.wikipedia.org/wiki/Word_of_the_year">English Wikipedia</a>, the <a href="http://de.wikipedia.org/wiki/Wort_des_Jahres">German Wikipedia entry</a> (other languages at the time of this writing are: Česky, Dansk, Esperanto, Français and Nederlands).</p>
<p>However, I got the idea to pick a <em>personal</em> word of the year from my wife. This idea goes at least back to a <a href="http://aliedwards.com/2007/01/one-little-word-3.html">blog post by Ali Edwards</a>. The notion (as I understand it) is to pick one word to guide you thought that year. To me this is an interesting change to the more traditional new years resolutions, since it conveys the idea of having a guidance, or vision rather than setting (usually) unreachable high aims.</p>
<p>It seems to me that a personal word of the year helps to move into a chosen direction. In a way it&#8217;s very much like a good vision for Scrum (and other!) software development teams — vision condensed into a single word. For all your small and bigger assignments you can quickly check, if what you&#8217;re attempting matches the idea of your chosen word, and then consciously decide if or how to proceed.</p>
<p>My word of the year 2013 is:</p>
<div id="attachment_449" class="wp-caption alignnone" style="width: 490px"><a href="http://seasidetesting.files.wordpress.com/2012/12/woty.jpg"><img class="size-full wp-image-449" alt="Explore" src="http://seasidetesting.files.wordpress.com/2012/12/woty.jpg?w=600"   /></a><p class="wp-caption-text">My word of the year 2013: Explore</p></div>
<p>Do you pick a word of the year for 2013? Which one?</p>
<br />Filed under: <a href='http://seasidetesting.com/category/learning/feedback/'>Feedback</a>, <a href='http://seasidetesting.com/category/learning/'>Learning</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seasidetesting.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seasidetesting.wordpress.com/446/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seasidetesting.com&#038;blog=33773068&#038;post=446&#038;subd=seasidetesting&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seasidetesting.com/2012/12/25/word-of-the-year-2013/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8f83768fa3f188de4b48601fd6b10342?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>

		<media:content url="http://seasidetesting.files.wordpress.com/2012/12/woty.jpg" medium="image">
			<media:title type="html">Explore</media:title>
		</media:content>
	</item>
		<item>
		<title>Uses of Twitter</title>
		<link>http://seasidetesting.com/2012/12/11/uses-of-twitter/</link>
		<comments>http://seasidetesting.com/2012/12/11/uses-of-twitter/#comments</comments>
		<pubDate>Tue, 11 Dec 2012 18:07:46 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://seasidetesting.com/?p=434</guid>
		<description><![CDATA[This post appeared fist at http://zenandtheartofautomatedtesting.eu/ on 18. Feb. 2012. Since I’ll take that site down, I relocate it. Uses of Twitter First of all: Why discuss ways to use Twitter as a tester? Well, almost all software is used in ways not anticipated by its creators. There are a lot of possibilities for a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seasidetesting.com&#038;blog=33773068&#038;post=434&#038;subd=seasidetesting&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This post appeared fist at <a href="http://zenandtheartofautomatedtesting.eu/" rel="nofollow">http://zenandtheartofautomatedtesting.eu/</a> on 18. Feb. 2012.<br />
Since I’ll take that site down, I relocate it.</p>
<h1>Uses of Twitter</h1>
<p>First of all: Why discuss ways to use <a href="http://twitter.com/">Twitter</a> as a tester?</p>
<p>Well, almost all software is used in ways not anticipated by its creators. There are a lot of possibilities for a <em>user</em> to interact with the software — not caring about the system creators intentions.</p>
<p>And this is something a tester should practice: Find new ways to use given things.</p>
<p>I learned about a few more uses of <a href="http://twitter.com/">Twitter</a> at the conference and thus suggested the topic “How do you use Twitter (or other social networks)” for the <a href="http://en.wikipedia.org/wiki/Open_Space_Technology">Open Space</a> session at the <a href="http://agiletestingdays.com/">Agile Testing Days 2011 in Potsdam</a>.</p>
<p>Thankfully enough people were interested in this, so here’s the result of this session in just one shot:</p>
<p><a href="http://seasidetesting.files.wordpress.com/2012/12/open_space_photo.jpg"><img src="http://seasidetesting.files.wordpress.com/2012/12/open_space_photo.jpg?w=360" alt="open_space_photo" width="360" class="alignnone size-medium wp-image-438" /></a></p>
<p>In the following sections I’ll comment on the items in the same order as we collected them on the flip chart.</p>
<h2>Uses of Twitter</h2>
<ol>
<li>Collect Haikus
<p>For a start I put up this one, still impressed by <a href="http://twitter.com/#!/lunivore">Liz Keogh’s</a> Keynote about Hypnosis &amp; Haikus.</p>
<p>To generalise, I think Twitter can be used to share &amp; collect about everything — given an account or hash tag to group it in some way.</li>
<li>“Learn stuff” &amp; “Solve problems”
<p>This one boils down to ask a question using relevant hash tags (e.g. #Ruby, #testing, #quality) and getting help quickly. At other times you get <strong>very</strong> interesting input you didn’t knew you needed before actually getting it.</li>
<li>“Stay connected to people”
<p>In my opinion staying connected to people I met/meet at conferences (or local gatherings) is extremely valuable. According to <a href="http://nealford.com/">Neal Ford’s</a> article <a href="http://memeagora.blogspot.com/2009/09/twitter-matters-keeping-up-with-weak.html">Twitter Matters: Keeping Up with Weak Social Links</a>, closely related people (family, friends or colleagues we see every day) often have the same information sources as we do, so their information isn’t <em>new</em> to us, while people we don’t know at all, tend not to share enough common interests, so their information isn’t as relevant to us. However, people we don’t meet too often (say once a year) have the most relevant <em>and</em> new (for us) information to share.</li>
<li>“Virtually attend conferences”
<p>I haven’t done this (yet), but I imagine it to be fun. One of these conferences is the “<span class="caps">ALE</span> Bathtub Conf”, which you can attend in the bathtub, because no one would notice. See <a href="http://www.bathtubconferences.org/">Bathtub Conferences</a></li>
<li>“Mine opinions about products”
<p>This is an interesting one I hadn’t thought of before, but was immediately obvious when explained: Search tweets about a product and attributes people typically use when tweeting about it: #great, #<span class="caps">FTW</span>, #fantastic, but also #<span class="caps">FAIL</span>, #<span class="caps">WTF</span>, #isitjustme.</li>
<li>“Inspiration”
<p>Read what others think about a topic and follow shared links… This can yield entirely unexpected results/connections between topics.</li>
<li>“Making friends”
<p>Sometimes the <a href="http://catb.org/jargon/html/G/Good-Thing.html">Good Thing</a> ‘just’ happens. An example Lisa Crispin shared with us: She tweeted about being stuck at home without a plan for the weekend (since the original plan to go to a conference in London fell victim to the Ejafjällajökull eruption in 2010). She read a tweet by someone from England who could not fly home due to the volcano, tweeting from a bookstore in Denver, CO. Result: They met, did some sightseeing and became friends.</li>
<li>“Production monitoring”
<p>Someone mentioned they’d monitor performance of their web application, by monitoring the tweet rate about certain words (I assume <em>company-name</em>, #slow, #down could be a start…) The more tweets (per time unit) they’d see, the slower the web application would perform.</p>
<p>To me, that’s fascinating, even though it’s more a (very good) heuristic, rather than a definite measure: Your users might come from a single time zone, so a performance drop during the night isn’t noticed immediately, or there <strong>is</strong> a problem — but no increase in the number of tweets because of another significant issue, e.g. a network outage in the wider area.</li>
<li>“Get customer/tech support”
<p>Some companies are very good at listening to tweets about their product, and answer with helpful tips and/or explanations.</li>
<li>“Support for personal/professional growth”
<p>This seems to be similar to “Learn stuff” &amp; “Solve problems”.</li>
<li>“Find a new job/project”
<p>This happened to me: After the end of a recent project I tweeted about my availability, got contacted, had a short interview and found a great new project. Excellent!</li>
<li>“Overload of tweets”
<p>Obviously this entry isn’t a use of twitter, but rather a (possible) problem: There are only so many tweets you can read per day. Tweeting about almost everything in your life might result in people unfollowing you.</li>
<li>“Get to know people”
<p>By following people, you get to know (a certain aspect of) them: How/What they think about a topic, how they react, whether they’re looking for someone to join for dinner at a conference.</li>
<li>“Twitter: For friends or colleagues”
<p>We also briefly discussed the use of different accounts for different purposes or groups of people: friends, colleagues, profession, (programming) languages… Depending on the number of tweets about a certain topic it can be worthwhile to create an account for it: This way you can filter out (or focus on) this particular topic.</li>
<li>“Entaggle”
<p>This last but not least entry is about the “other social networks” part of the sessions title. <a href="http://entaggle.com/">Entaggle</a> was created by <a href="http://testobsessed.com/">Elizabeth Hendrickson</a> after a discussion about the value and sense (or lack thereof) of certificates for developers in general and testers in particular. On Entaggle you’d create a profile, be tagged and tag others using tags you (or others) create. That way a network of trust/respect is created.</p>
<p>The reasoning behind this: People seem to trust the opinion of a real (and probably well-known) person more than an anonymous certification handed out by some institution or company. Opinions of real people matter, especially if you can get in touch with these people and ask for more information (or reasons for a tag they used).</li>
</ol>
<p>If you’re using Twitter in yet another way, I’d like to hear about it.</p>
<br />Filed under: <a href='http://seasidetesting.com/category/learning/'>Learning</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seasidetesting.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seasidetesting.wordpress.com/434/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seasidetesting.com&#038;blog=33773068&#038;post=434&#038;subd=seasidetesting&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seasidetesting.com/2012/12/11/uses-of-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8f83768fa3f188de4b48601fd6b10342?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>

		<media:content url="http://seasidetesting.files.wordpress.com/2012/12/open_space_photo.jpg?w=224" medium="image">
			<media:title type="html">open_space_photo</media:title>
		</media:content>
	</item>
		<item>
		<title>At the Agile Testing Days 2010: Alternatives to Certifications, Part 2</title>
		<link>http://seasidetesting.com/2012/12/11/at-the-agile-testing-days-2010-alternatives-to-certifications-2/</link>
		<comments>http://seasidetesting.com/2012/12/11/at-the-agile-testing-days-2010-alternatives-to-certifications-2/#comments</comments>
		<pubDate>Tue, 11 Dec 2012 17:21:20 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://seasidetesting.com/?p=429</guid>
		<description><![CDATA[This post appeared fist at http://zenandtheartofautomatedtesting.eu/ on 18. Oct. 2010. Since I’ll take that site down, I relocate it. At the Agile Testing Days: Alternatives to Certifications, Part 2 In At the Agile Testing Days: Alternatives to Certifications I explained my view on some of the possibilities that were discussed at in a session of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seasidetesting.com&#038;blog=33773068&#038;post=429&#038;subd=seasidetesting&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This post appeared fist at <a href="http://zenandtheartofautomatedtesting.eu/" rel="nofollow">http://zenandtheartofautomatedtesting.eu/</a> on 18. Oct. 2010.<br />
Since I’ll take that site down, I relocate it.</p>
<h1>At the Agile Testing Days: Alternatives to Certifications, Part 2</h1>
<p>In <a href="http://zenandtheartofautomatedtesting.eu/articles/at-the-agile-testing-days-alternatives-to-certifications/">At the Agile Testing Days: Alternatives to Certifications</a> I explained my view on some of the possibilities that were discussed at in a session of the “Open Space” at the <a href="http://www.agiletestingdays.com">Agile Testing Days</a>. (Also see <a href="http://www.testobsessed.com">Elisabeth Hendrickson’s</a> <a href="http://bit.ly/certalt">summary of this session</a>).<br />
This time I’ll list and comment the other mentioned ideas.</p>
<p>One of the question we’re dealing with is still: <em>What are ways to demonstrate your testing knowledge <strong>other</strong> than certificates?</em> As in <a href="http://zenandtheartofautomatedtesting.eu/articles/at-the-agile-testing-days-alternatives-to-certifications/">the previous post</a> I’ll discuss suggestions made in this session.</p>
<h3>“Create a Portfolio of Work”</h3>
<p>The idea is to demonstrate you care about your craft and demonstrate your work. However you’re likely limited in what you are allowed to report: As far as defect reports are concerned many companies will not allow to publish lists of defects you found.<br />
To work around this, how about <a title="as testers" href="http://zenandtheartofautomatedtesting.eu/articles/at-the-agile-testing-days-alternatives-to-certifications/">Participation in open source projects</a> as mentioned in the previous post? This information can be shared.</p>
<h3><a href="http://stackoverflow.com/">Stack Overflow</a></h3>
<p><a href="http://stackoverflow.com/">Stack Overflow</a> is “a collaboratively edited question and answer site for programmers – regardless of platform or language. It’s 100% free, no registration required.”<sup class="footnote" id="fnr1"><a href="#fn1">1</a></sup>. Read the <a href="http://stackoverflow.com/about">About</a> on the site.</p>
<p>Like participating in Open Source projects, Stack Overflow allows you to demonstrate problem solving (and finding) skills. A drawback I see, is the level of detail in the questions as well as the answers. Even though users rate each other, thus creating some level of reputation, it can be too hard to understand for non-technical people as hiring managers and project agents.</p>
<h3><a href="http://www.ast.bbst.info/"><acronym title="Black Box Software Testing"><span class="caps">BBST</span></acronym> Course</a> through <a title="Association for Software Testing" href="http://www.associationforsoftwaretesting.org/"><span class="caps">AST</span></a></h3>
<p>Black Box Software Testing (<span class="caps">BBST</span>) is a four weeks (approx. 12 hours per week) course offered by the Association for Software Testing.<br />
Compared to the 4 days for the training and exam of the <span class="caps">ISTQB</span> foundation, the course offers a greater technical depth and more practical work.</p>
<h3>We Vouch For</h3>
<p><a href="http://wevouchfor.org/">We vouch for</a> is expired at the time of this writing, see <a href="http://twitter.com/#!/marick/status/27455030897">this tweet by Brian Marick</a>. It was meant to, well, vouch for others. In case you like to resurrect it, here’s &#8220;Brian Marick’s &#8220;:<a href="http://twitter.com/marick" rel="nofollow">http://twitter.com/marick</a> <a href="http://twitter.com/#!/marick/status/27455147976">tweet about where to find the source code</a>.</p>
<h3>Social Networks like <a href="http://linkedin.com/">Linked In</a>, <a href="http://xing.com/">Xing</a></h3>
<p>These social networks which are targeted at business anyway can help finding a new contract or job. Both of them allow users to accept (or ignore) requests to connect to another user, creating (sub) networks of users who trust each other<sup class="footnote" id="fnr2"><a href="#fn2">2</a></sup>.</p>
<h3>Other ideas mentioned</h3>
<p>“Degrees” were also mentioned in this session. Since I don’t know whether this is about a specific (university) degree in testing or testing as a main sub topic in, say, computer science or software engineering, so I can’t elaborate about this.</p>
<p>The “Miagi-Do School of Testing” was also mentioned and <a href="http://blog.shino.de">Markus Gärtner</a> (<a href="http:twitter.com/mgaertne">@mgaertne</a> on Twitter) referred to it in his <a href="http://www.slideshare.net/mgaertne/alternative-paths-for-selfeducation-in-software-testing">presentation</a> at the <a title="in Berlin, 2010" href="http://agiletestingdays.com/">Agile Testing Days</a>. Since there’s no “official web site” for Miagi-Do, finding the place is part of the challenge<sup class="footnote" id="fnr3"><a href="#fn3">3</a></sup>.</p>
<p>“Create Open Source Online Courses for <span class="caps">ISTQB</span>” ins’t actually suggesting an alternative to the <span class="caps">ISTQB</span> certification — however, it was mentioned in the brainstorming. Providing open source (or creative commons) material and courses requires some funding, though.</p>
<p>“Testipedia” was another topic noted on the stickies, yet little is easily found on the web (apart from, well <a href="http://testipedia.org">testipedia</a>, but that probably wasn’t the subject).</p>
<hr />
<p class="footnote" id="fn1"><a href="#fnr1"><sup>1</sup></a> Citing stackoverflow.com</p>
<p class="footnote" id="fn2"><a href="#fnr2"><sup>2</sup></a> …enough to link their profiles to each other. Whether or not this measures a level of trust reasonably or even indicates the experience or knowledge in a certain field is another question.</p>
<p class="footnote" id="fn3"><a href="#fnr3"><sup>3</sup></a> according to a black-belt Miagi-Do tester.</p>
<br />Filed under: <a href='http://seasidetesting.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seasidetesting.wordpress.com/429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seasidetesting.wordpress.com/429/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seasidetesting.com&#038;blog=33773068&#038;post=429&#038;subd=seasidetesting&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seasidetesting.com/2012/12/11/at-the-agile-testing-days-2010-alternatives-to-certifications-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8f83768fa3f188de4b48601fd6b10342?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>At the Agile Testing Days 2010: Alternatives to Certifications / Part 1</title>
		<link>http://seasidetesting.com/2012/12/11/at-the-agile-testing-days-2010-alternatives-to-certifications-1/</link>
		<comments>http://seasidetesting.com/2012/12/11/at-the-agile-testing-days-2010-alternatives-to-certifications-1/#comments</comments>
		<pubDate>Tue, 11 Dec 2012 17:02:22 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Certification]]></category>

		<guid isPermaLink="false">http://seasidetesting.com/?p=420</guid>
		<description><![CDATA[This post appeared fist at http://zenandtheartofautomatedtesting.eu/ on 10. Oct. 2010. Since I&#8217;ll take down that site, the article is relocated. At the Agile Testing Days: Alternatives to Certifications A session of the Open Space Day (facilitated by Brett L. Schuchert) at the Agile Testing Days dealt with alternatives to certifications. Elisabeth Hendrickson tweeted a link [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seasidetesting.com&#038;blog=33773068&#038;post=420&#038;subd=seasidetesting&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This post appeared fist at <a href="http://zenandtheartofautomatedtesting.eu/" rel="nofollow">http://zenandtheartofautomatedtesting.eu/</a> on 10. Oct. 2010.<br />
Since I&#8217;ll take down that site, the article is relocated.</p>
<h1>At the Agile Testing Days: Alternatives to Certifications</h1>
<p>A session of the <a href="http://en.wikipedia.org/wiki/Open_Space_Technology">Open Space</a> Day (facilitated by <a href="http://twitter.com/schuchert">Brett L. Schuchert</a>) at the <a href="http://www.agiletestingdays.com">Agile Testing Days</a> dealt with alternatives to certifications. <a href="http://www.testobsessed.com">Elisabeth Hendrickson</a> tweeted a <a href="https://twitter.com/testobsessed/status/26647866003">link to the summary of this session</a> already.</p>
<div id="extended">
<p>Apart from answering the question “What is the value of certifications?” and “Do we need something other than certificated at all?” (neither of which I’ll discuss here), there’s one important question: <em>What are ways to demonstrate your testing knowledge <strong>other</strong> than certificates?</em></p>
<p>That’s what this article is about.</p>
<p>I’ll elaborate on some of the alternatives we discussed. Some of them here were brought up by me, others were not. So, if you disagree on a topic you’ve brought up, please let me know<sup class="footnote" id="fnr1"><a href="#fn1">1</a></sup>.</p>
<h3>Novice – Apprentice – Journeyman – Master</h3>
<p>I like the idea of learning from practitioners who have a better understanding and deeper experience in the field I like to learn about. This is a central idea of <a href="http://www.mcbreen.ab.ca/">Software Craftmanship</a>. The idea here is that at each stage you’d learn (mostly) from others one stage ahead of you. This enhances almost everyone in learning by teaching, certainly a <em>very</em> powerful way to learn and internalise material you’ve just learned yourself.</p>
<p>Find someone who’s willing to help you to learn about the topic you chose and who’s experienced.</p>
<p>Note, this is not as much about finding someone to actually teach you<sup class="footnote" id="fnr2"><a href="#fn2">2</a></sup>, but help you teach yourself.</p>
<h3>Participation in open source projects (as testers)</h3>
<p>There are <em>lots</em> of open source projects out there. Whether it’s automated regression checks (or tests, in case you don’t follow <a href="http://www.developsense.com/">Michael Bolton’s</a> terminology) exhaustive exploratory testing or other ways of testing (or checking): You’re probably using some open source software already, and improving this software by providing your testing feedback is a <a href="http://www.jargon.net/jargonfile/g/GoodThing.html">Good Thing</a>.</p>
<p>You help to develop software you’re using, making your own life better<sup class="footnote" id="fnr3"><a href="#fn3">3</a></sup> <em>and</em> you demonstrate your testing practice.</p>
<h3><a href="http://twitter.com">Twitter</a></h3>
<p>By <a href="http://twitter.com/testobsessed">following</a> <a href="http://twitter.com/lisacrispin">other</a> <a href="http://twitter.com/michaelbolton">testers</a> <a href="http://twitter.com/#!/gojkoadzic">on</a> <a href="http://twitter.com">Twitter</a> (and may be the <a href="https://twitter.com/#search?q=%23testing">#testing</a> hashtag, too) and joining the discussion is another way. Even by ‘just’ following others and reading the linked to blog articles alone I learned a lot. However, joining the discussion at your pace<sup class="footnote" id="fnr4"><a href="#fn4">4</a></sup> will give result in a significantly richer learning experience.</p>
<hr />
<p class="footnote" id="fn1"><a href="#fnr1"><sup>1</sup></a> Of course I wouldn’t mind hearing about your agreement as well. And in case you do agree; I’d like to hear from you, too.</p>
<p class="footnote" id="fn2"><a href="#fnr2"><sup>2</sup></a> Experienced practitioners happen to be usually rather busy. However they’re also happy to help you to help yourself.</p>
<p class="footnote" id="fn3"><a href="#fnr3"><sup>3</sup></a> Also known as “Eating your own dog food”</p>
<p class="footnote" id="fn4"><a href="#fnr4"><sup>4</sup></a> Some tweet at a remarkably high frequency, that’s not easy to follow at times. Don’t panic.</p>
</div>
<br />Filed under: <a href='http://seasidetesting.com/category/learning/'>Learning</a>, <a href='http://seasidetesting.com/category/testing/'>Testing</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seasidetesting.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seasidetesting.wordpress.com/420/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seasidetesting.com&#038;blog=33773068&#038;post=420&#038;subd=seasidetesting&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seasidetesting.com/2012/12/11/at-the-agile-testing-days-2010-alternatives-to-certifications-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8f83768fa3f188de4b48601fd6b10342?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>Agile Testing Days 2012 — YAS (Yet Another Summary)</title>
		<link>http://seasidetesting.com/2012/11/30/agile-testing-days-2012-yet-another-summary/</link>
		<comments>http://seasidetesting.com/2012/11/30/agile-testing-days-2012-yet-another-summary/#comments</comments>
		<pubDate>Fri, 30 Nov 2012 19:05:19 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Feedback]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Agile Testing Days]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[Lean Coffee]]></category>
		<category><![CDATA[Summary]]></category>

		<guid isPermaLink="false">http://seasidetesting.com/?p=344</guid>
		<description><![CDATA[Just like the years before I enjoyed the Agile Testing Days a lot. A fun theme throughout many of the talks were… unicorns and I think Gojko Adzic started it. This affected my brain so much, I said &#8216;Look, a unicorn!&#8217; to my dog, when I took him for a walk for the first time after I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seasidetesting.com&#038;blog=33773068&#038;post=344&#038;subd=seasidetesting&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Just like the years before I enjoyed the <a href="http://agiletestingdays.com/">Agile Testing Days</a> a lot. A fun theme throughout many of the talks were… unicorns and I think <a href="https://twitter.com/gojkoadzic/status/270833893542854658">Gojko Adzic started it</a>. This affected my brain so much, I said &#8216;Look, a unicorn!&#8217; to my dog, when I took him for a walk for the first time after I came back from the conference. Actually, the animal crossing our path was a squirrel.</p>
<p>Here&#8217;s a short summary of my favourite parts. In order to stay in sync. with the printed &amp; online conference program I&#8217;ll start counting the conference days at 0.</p>
<h2>Day 0 – Tutorial &#8220;Software Testing Reloaded&#8221; with <a href="http://xndev.com">Matt Heusser</a> &amp; <a href="rhythmoftesting.blogspot.com/">Pete Walen</a></h2>
<p>Just as the full title &#8220;Software Testing Reloaded – So you wanna actually DO something? We’ve got just the workshop for you. Now with even less PowerPoint!&#8221; promised, there was only very little PowerPoint and a whole lot of testing &amp; questioning.</p>
<p>I especially liked the way Pete &amp; Matt presented the examples &amp; exercises as well as the reasoning behind them.</p>
<div id="attachment_351" class="wp-caption alignright" style="width: 160px"><a href="http://seasidetesting.files.wordpress.com/2012/11/el-dice.jpg"><img class="size-thumbnail wp-image-351" title="el-dice" alt="Electronic Dice" src="http://seasidetesting.files.wordpress.com/2012/11/el-dice.jpg?w=150&#038;h=121" height="121" width="150" /></a><p class="wp-caption-text">Electronic Dice</p></div>
<p>There were a lot of games and actual testing. All was very hands on, well explained and debriefed at the end. To give just one example: We tested electronic dice, in order to give an estimation about how long testing would take and to come up with a recommendation whether these dice were ready to be used.</p>
<p>Questions like &#8220;Can we ship it now?&#8221;, &#8220;Is there a pattern/problem there?&#8221; and &#8220;What actually <em>are</em> the requirements?&#8221; were covered.</p>
<p>I also won a price, so my point of view might be biased. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<div id="attachment_353" class="wp-caption aligncenter" style="width: 222px"><a href="http://seasidetesting.files.wordpress.com/2012/11/book-price.jpg"><img class="size-medium wp-image-353" title="How to Reduce the Cost of Software Testing" alt="" src="http://seasidetesting.files.wordpress.com/2012/11/book-price.jpg?w=212&#038;h=300" height="300" width="212" /></a><p class="wp-caption-text">How to Reduce the Cost of Software Testing</p></div>
<h2>Day 1</h2>
<ul>
<li><em>Get them in(volved)</em> by <a href="https://twitter.com/arievanbennekum">Arie van Bennekum</a><br />
I found it super interesting to listen to one of the creators of the <a href="http://agilemanifesto.org/">Agile Manifesto</a>, especially since he pointed out that many of the principles and values have been around before the manifesto was written.</li>
<li><em>Myths About Agile Testing, De-Bunked by</em> <a href="http://janetgregory.ca/">Janet Gregory</a> &amp; <a href="http://lisacrispin.com/">Lisa Crispin</a><br />
Lisa &amp; Janet debunked myths as &#8216;Testing is dead&#8217;, &#8216;Testers must be able to code&#8217; and &#8216;Agile = Faster&#8217;. Excellent story and fun presentation.</li>
<li><em>Consensus Talks</em> – 7 10-minute-talks (including mine)<br />
The format of 10-minute talks, all back-to-back and no break included was the one I missed in the previous Agile Testing Days. This way a whole lot of ground is covered in a short time and it&#8217;s a great opportunity to explore new techniques in presenting without doing too much harm and/or presenting on conferences for the first time.</li>
<li><em>Self Coaching</em> by <a href="http://lassekoskela.com/">Lasse Koskela</a><br />
Lasse explained how to coach yourself. After explaining how the human brain works he talked about how to step &#8216;out of the box&#8217; (your personal point of view) in order to better understand what others <em>actually</em> say and to stay honest to yourself at the same time. Deep knowledge, very well explained indeed.</li>
<li>The MIATPP Award Night 2012<br />
<a href="http://lisacrispin.com/">Lisa Crispin</a> won the MIATPP Award. Congratulations!</li>
</ul>
<h2>Day 2</h2>
<ul>
<li><em>Test Lab</em> by <a href="http://www.workroom-productions.com/">James Lyndsay</a> &amp; <a href="https://twitter.com/Btknaack">Bart Knaack</a><br />
This year I went to the &#8220;Test Lab&#8221; and tested a small LEGO Mindstorm robot, that could move around on a coloured sheet of paper and react, depending which colour its camera would detect. The task: Find out what the specification of the robot is and find defects in its implementation.<br />
Very interesting: We had to come up with a hypothesis of how the robot was supposed to work as well as finding defects. I really enjoyed the way Bart &amp; James gave feedback and asked the right questions.</li>
<li>“Reinventing software quality” – Gojko Adzic
<div id="attachment_360" class="wp-caption alignnone" style="width: 610px"><a href="http://seasidetesting.files.wordpress.com/2012/11/unicorns-exist.jpg"><img class="size-full wp-image-360" title="Breaking News: Unicorns Exist" alt="" src="http://seasidetesting.files.wordpress.com/2012/11/unicorns-exist.jpg?w=600&#038;h=270" height="270" width="600" /></a><p class="wp-caption-text">Breaking News: Unicorns Exist</p></div>
<p>Gojko made the point that in agile testing we might (still) not focus on the right thing: To build the <em>right</em> software. Instead we concentrate on finding bugs and building the software in the right way. He illustrated this with one of his books:  He found a defect and then spent a while searching &amp; listing more problems and ended up with a good number of them, definitely enough to make you worry about the quality of the book. However, the publisher explained that essentially all reviews were very positive! So: When people keep paying for your product or service, worrying about defects may not be that important.</li>
</ul>
<h2>Day 3</h2>
<ul>
<li>“Fast Feedback Teams” – <a href="http://ellnestam.wordpress.com/">Ola Ellnestam</a><br />
explained the importance and value of fast feedback. And he&#8217;s right: In many projects feedback could be gathered a lot earlier and be used to improve what features are built (as well as how they&#8217;re built). Other talks at least touched this topic as well. And while I wholeheartedly agree about this, I&#8217;m also a bit worried that we (as software creators) might forget about (or even ignore) slow changing aspects (for more about this see my previous post &#8216;<a href="http://seasidetesting.com/2012/11/24/slow-feedback-cycles/">Slow Feedback Cycles</a>&#8216;).</li>
<li>“Exceptions, Assumptions and Ambiguity: Finding the truth behind the Story” by <a href="https://twitter.com/DavidEvans66">David Evans</a>
<div id="attachment_381" class="wp-caption alignright" style="width: 141px"><img class=" wp-image-381 " title="UK Explained" alt="" src="http://seasidetesting.files.wordpress.com/2012/11/glorious.jpg?w=131&#038;h=299" height="299" width="131" /><p class="wp-caption-text">UK Explained</p></div>
<p>David explained how natural language is ambiguous, unclear and sometimes hard to understand. His examples included part of Jabberwocky (in several natural languages), music lyrics and last but not least programming. Also, I like his short introduction of the Cotswolds.</li>
<li>“It’s the Economy, Stupid! Learn the fundamentals about the one and only argument which will drag your management into agile practices” by <a href="http://blog.loop-2.net/">Lucius Bobikiewicz</a><br />
Lucius talked about economic reasons of letting teams focus on 1 (one!) project/product, as opposed to working on multiple projects/products at the same time. It didn&#8217;t surprise me much, that letting teams finish one thing and then progress with the next is economically favourable. But  I was <em>very</em> surprised how much of a difference it made in the example he presented. These are the main advantages of the 1-project-only team Lucius presented:</p>
<ol>
<li>The time between the 1st project start and the first paid project (usually at the end of the project) is much smaller, meaning that significantly less money is needed to fund the upfront costs.</li>
<li>Given the limited period of time in which a software can be sold, the product can likely be launched at the optimal time, whereas multi-product-teams may enter the market later and therefore always lag in selling.</li>
<li>Since the overhead of context switching is minimised, the team can work on more projects/products per time unit. This advantage depends on the amount of time needed per context switch and the time the projects take .</li>
</ol>
<p>The economic point of view Lucius presented was a surprising and welcome detour form the other sessions which were much more focused about technology and/or &#8216;doing the right thing and doing it right&#8217;.</li>
</ul>
<p>Every morning of the conference days 1-3 Lisa Crispin organised a <a href="http://leancoffee.org/">Lean Coffee</a> in one of the hotel bars. In small groups we discussed topics people were interested in. In order to cover some topics we limited the time for each topic to an initial 8 minutes and then added another 4 minutes depending on a quick vote. I find this is a very fun way to find and discuss topics. Thank you Lisa for organising them!</p>
<p>As a leaving thought: The chair persons were given (foldable) chairs as a present — &#8216;chairs for the chairs&#8217;. Super funny, if a tad bit unpractical to get home via train or airplane.</p>
<p>A big &#8220;Thank you!&#8221; to José, Uwe and Madelaine as well as the other organisers that made the Agile Testing Days such a great and enjoyable conference.</p>
<br />Filed under: <a href='http://seasidetesting.com/category/learning/feedback/'>Feedback</a>, <a href='http://seasidetesting.com/category/learning/'>Learning</a>, <a href='http://seasidetesting.com/category/testing/'>Testing</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seasidetesting.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seasidetesting.wordpress.com/344/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seasidetesting.com&#038;blog=33773068&#038;post=344&#038;subd=seasidetesting&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seasidetesting.com/2012/11/30/agile-testing-days-2012-yet-another-summary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8f83768fa3f188de4b48601fd6b10342?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>

		<media:content url="http://seasidetesting.files.wordpress.com/2012/11/el-dice.jpg?w=150" medium="image">
			<media:title type="html">el-dice</media:title>
		</media:content>

		<media:content url="http://seasidetesting.files.wordpress.com/2012/11/book-price.jpg?w=212" medium="image">
			<media:title type="html">How to Reduce the Cost of Software Testing</media:title>
		</media:content>

		<media:content url="http://seasidetesting.files.wordpress.com/2012/11/unicorns-exist.jpg" medium="image">
			<media:title type="html">Breaking News: Unicorns Exist</media:title>
		</media:content>

		<media:content url="http://seasidetesting.files.wordpress.com/2012/11/glorious.jpg?w=131" medium="image">
			<media:title type="html">UK Explained</media:title>
		</media:content>
	</item>
	</channel>
</rss>
