<?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>HCoder.org &#187; qa</title>
	<atom:link href="http://hcoder.org/tag/qa/feed/" rel="self" type="application/rss+xml" />
	<link>http://hcoder.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 04 Feb 2012 11:06:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Feeling the pressure produces better code?</title>
		<link>http://hcoder.org/2009/12/06/feeling-the-pressure-produces-better-code/</link>
		<comments>http://hcoder.org/2009/12/06/feeling-the-pressure-produces-better-code/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 16:10:00 +0000</pubDate>
		<dc:creator>emanchado</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[automated]]></category>
		<category><![CDATA[exploratory]]></category>
		<category><![CDATA[qa]]></category>
		<category><![CDATA[teams]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[tests]]></category>
		<category><![CDATA[unit]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The other day I was in a conversation with some developer that was complaining about some feature. He claimed that it was too complex and that it had led to tons of bugs. In the middle of the conversation, the developer said that the feature had been so buggy that he ended up writing a [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I was in a conversation with some developer that was complaining about some feature. He claimed that it was too complex and that it had led to tons of bugs. In the middle of the conversation, the developer said that the feature had been so buggy that he ended up writing a lot of unit tests for it. To be honest I don&#8217;t think there were a lot of bugs <em>after</em> those tests were written, so that made me think:</p>
<blockquote><p>Maybe the testers in his team are doing too good of a job?</p></blockquote>
<p>
Because, you know, if testers are finding enough of &#8220;those bugs&#8221; (the ones that should be caught and controlled by unit tests and not by testers <em>weeks</em> after the code was originally written), maybe some developers are just not &#8220;feeling the pressure&#8221; and can&#8217;t really get that they should be writing tests for their code. If testers are very good, things just work out fine in the end&#8230; sort of. And of course, the problem here is the trailing &#8220;sort of&#8221;.<br />
I know I&#8217;m biased, but in my view there is a <strong>ton</strong> of bugs that should never be seen by someone that is not the developer itself. Testers should deal with more complex, interesting, user-centred bugs. Non-trivial cases. Suboptimal UIs. Implementation disagreements between developers and stakeholders. That kind of thing. It&#8217;s simply a waste of time and resources that testers have to deal with silly, easy-to-avoid bugs on a daily basis. Not to mention that teams shouldn&#8217;t have to wait for days or weeks until they find <em>basic</em> bugs via exploratory testing. Or that a lot of those are much, much quicker to test with unit tests than having to create the whole fixture/environment for them to be found with exploratory testing.<br />
My current conclusion is that pushing on the UI/usability side is not only good for the user, but it&#8217;s likely to produce better code as it will be, on average, more complex and will have to be better controlled by QA (code review, less ad-hoc design, &#8230;) and automated tests. Maybe developers will start hating me for that, but hopefully <em>users</em> will thank me.</p>
 <p><a href="http://hcoder.org/?flattrss_redirect&amp;id=81&amp;md5=51f8ccaa005170cc7a643f0cb4c2a30c" title="Flattr" target="_blank"><img src="http://hcoder.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://hcoder.org/2009/12/06/feeling-the-pressure-produces-better-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://hcoder.org/?flattrss_redirect&amp;id=81&amp;md5=51f8ccaa005170cc7a643f0cb4c2a30c" type="text/html" />
	</item>
		<item>
		<title>Link&#246;ping trip</title>
		<link>http://hcoder.org/2009/09/13/linkoping-trip/</link>
		<comments>http://hcoder.org/2009/09/13/linkoping-trip/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 21:43:00 +0000</pubDate>
		<dc:creator>emanchado</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[automated]]></category>
		<category><![CDATA[linköping]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[qa]]></category>
		<category><![CDATA[sweden]]></category>
		<category><![CDATA[talks]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[trips]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I spent the whole last week (or this week; after all it&#8217;s Sunday&#8230; and Sunday is obviously the last day of the week, not the first, right?) in Linköping, Sweden. The idea was repeating some Debian course I gave here in Oslo, giving two more talks about automated testing since I was there anyway, and [...]]]></description>
			<content:encoded><![CDATA[<p>I spent the whole last week (or <em>this</em> week; after all it&#8217;s Sunday&#8230; and Sunday is obviously the <em>last</em> day of the week, not the <em>first</em>, right?) in <a href="http://en.wikipedia.org/wiki/Linköping">Linköping</a>, Sweden. The idea was repeating some Debian course I gave here in Oslo, giving two more talks about automated testing since I was there anyway, and attend two more talks. It was lots of fun, partly thanks to my &#8220;host&#8221; (thanks Gerald!), and surprisingly I found a bunch of things that seemed plain weird to me&#8230; or at least quite different from Oslo.</p>
<p>The talks themselves went pretty good I think, although I&#8217;d have preferred more people attending. I guess it was normal that there were less people than I&#8217;m used to, since the Linköping office is much smaller. But anyway. The Debian course went quite well and some people got started packaging stuff almost right away. The other talks were an introduction to automated testing (advocacy and arguments for it, advice, basic examples and small rant about a different kind of QA), which went ok, and an entry-level talk about unit testing in Python (thanks Ask and Batiste for the information and reviewing the slides!), which went very well. I&#8217;ll try to get the slides for all the talks available somewhere.</p>
<p>About the city itself, it&#8217;s a charming little part of Sweden where:</p>
<ul>
<li>Restaurants have <strong>insanely</strong> different prices for food whether it&#8217;s for lunch or dinner. Typical prices for lunch are 80 <span class="caps">SEK</span> (around 8 <span class="caps">EUR</span>) and typical prices for dinner are around 250 <span class="caps">SEK</span> <em>just the main course</em>!</li>
<li>Restaurants usually serve some Swedish dish for lunch&#8230; and I mean every restaurant, meaning all the Greek, Vietnamese, etc. Considering &#8220;real&#8221; Swedish restaurants are very expensive, you usually go to those foreign cuisine ones when you actually want to eat Swedish food.</li>
<li>Restaurants typically have some salad (that you have to take yourself) while you wait for the food&#8230; and some coffee, tea and cookies (that obviously you have to take yourself) for the end.</li>
<li>Related to this, restaurants are usually very self-service. I thought service in Norway sucked, but boy was I wrong, at least there is <em>some</em> service. And: there were typically long but pretty-fast-moving queues, and there was this one place where you didn&#8217;t even get the food on the table after ordering at the bar; instead, you were given some gadget with some wireless receiver, and when your food was ready it&#8217;d beep so you knew you had to go to some special place and fetch your food. Is it really cheaper maintaining some gadgets than hiring a waiter? I guess so.</li>
<li>The restrictions on the amount of alcohol that can be bought outside the special Government booze stores are even harder than in Norway. You can only buy booze with up to 3.5% alcohol outside &#8220;<a href="http://en.wikipedia.org/wiki/Systembolaget">Systembolaget</a>&#8221;. Now <em>that</em> is sad. And I was complaining about Norway&#8217;s 5%.</li>
<li>Partly because of that (I assume/hope) the Swedish &#8220;cider&#8221; you get in Sweden is even sweeter and worse and the <em>Swedish</em> cider you get in Norway.</li>
<li>We went to this nice student pub&#8230; which was literally <em>for</em> students. They actually <em>checked</em> your student id, but each student could bring <em>one</em> non-student along. Once you were &#8220;identified&#8221; as a non-student-coming-with-a-student, you&#8217;d get a stamp on your hand so you wouldn&#8217;t have to bring along the student when you ordered again. Also, the place was so very slow it was <em>almost</em> funny. One of the good sides was that they had what I thought it was the only decent Swedish cider&#8230; but after checking just now, it seems it&#8217;s actually American. Bummer. And the name of it was funny too: &#8220;Hardcore Cider&#8221;.</li>
<li>Right before leaving the office on Friday there was a small gathering in the canteen (the &#8220;Friday Beer&#8221;), where they had a Dreamcast with one of the most awesome games I&#8217;ve seen in a long while: <a href="http://en.wikipedia.org/wiki/Typing_of_the_Dead">The Typing of the Dead</a>, a version of <a href="http://en.wikipedia.org/wiki/The_House_of_the_Dead_2">The House of the Dead 2</a> in which you kill the zombies by typing words that appear on the screen, instead of aiming and shooting with a gun:</li>
</ul>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/sNfQ_B6_xy8&#038;hl=es&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/sNfQ_B6_xy8&#038;hl=es&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
 <p><a href="http://hcoder.org/?flattrss_redirect&amp;id=77&amp;md5=1e5aa3ee567b50c997f24a9f4f10af44" title="Flattr" target="_blank"><img src="http://hcoder.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://hcoder.org/2009/09/13/linkoping-trip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://hcoder.org/?flattrss_redirect&amp;id=77&amp;md5=1e5aa3ee567b50c997f24a9f4f10af44" type="text/html" />
	</item>
		<item>
		<title>Quality Assurance as a copilot</title>
		<link>http://hcoder.org/2009/07/19/quality-assurance-as-a-copilot/</link>
		<comments>http://hcoder.org/2009/07/19/quality-assurance-as-a-copilot/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 19:56:00 +0000</pubDate>
		<dc:creator>emanchado</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[assurance]]></category>
		<category><![CDATA[crashes]]></category>
		<category><![CDATA[planes]]></category>
		<category><![CDATA[qa]]></category>
		<category><![CDATA[quality]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Those who know me professionally know that I care a lot about software quality assurance. I think it&#8217;s a mostly misunderstood field, and generally &#8220;the world&#8221; would be better off with more QA (and/or better QA). Of course, I&#8217;m always looking for more arguments to support my view :-D and the last one I found [...]]]></description>
			<content:encoded><![CDATA[<p>Those who know me professionally know that I care a lot about software quality assurance. I think it&#8217;s a mostly misunderstood field, and generally &#8220;the world&#8221; would be better off with more QA (and/or better QA). Of course, I&#8217;m always looking for more arguments to support my view :-D and the last one I found came from a very interesting blog post, <a href="http://www.thehackerchickblog.com/2009/05/plane-crashes-software-failures-and.html">Plane Crashes, Software Failures, and other Human Errors</a>. This post explains how mistakes are made in the aviation and healthcare industries, and claims something that sounds shocking but actually makes quite a bit of sense: &#8220;errors occur most often when a senior, experienced person is performing&#8221;. The reason why it doesn&#8217;t happen as often when the less experience person is performing (again according to the blog post): &#8220;because it means the second pilot isn&#8217;t going to be afraid to speak up&#8221;.</p>
<p>That got me thinking. No matter how expert one person is, he can&#8217;t take all the right decisions without help and feedback: a second opinion is always useful and can save the team from embarrassing (or, in some cases, fatal) consequences. A second opinion can give perspective or aspects not thought of by the first person.</p>
<p>If you apply this to software development, I can&#8217;t help thinking that one of the roles of QA fulfils this need: being experts in the field that provide second opinions and critiques on anything the team decides or produces. And they shouldn&#8217;t feel afraid to speak up because&#8230; well, <em>it&#8217;s their job</em> after all. And while yes, fellow developers could serve as &#8220;second opinion&#8221; too, having a more or less formal position for a &#8220;Quality Assurance Engineer&#8221; is helpful for a variety of reasons. First, as I said the chances of being afraid to speak up are much lower, because it&#8217;s their job. Second, not producing the result themselves gives some perspective that people having to fight with everyday details <em>can</em> have, but usually <em>don&#8217;t</em>; at least not as much. And last but probably important, it&#8217;s their job so they can focus on it and they don&#8217;t stop doing it because &#8220;they have deliveries soon&#8221; or because &#8220;they don&#8217;t have time&#8221;.</p>
<p>Finally, there is another blog post, linked from the above, that also supports my vision of QA: <a href="http://blog.perfectapi.com/2009/02/toyota-stop-the-line-mentality/">Toyota “Stop the Line” mentality</a>. But this one is about processes and taking a step back when something is wrong, trying to find the root cause instead of an immediate solution. Enjoy the blog posts :-)</p>
 <p><a href="http://hcoder.org/?flattrss_redirect&amp;id=73&amp;md5=df9d40cc427b30cd38c0ba7ba8d89e84" title="Flattr" target="_blank"><img src="http://hcoder.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://hcoder.org/2009/07/19/quality-assurance-as-a-copilot/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<atom:link rel="payment" href="http://hcoder.org/?flattrss_redirect&amp;id=73&amp;md5=df9d40cc427b30cd38c0ba7ba8d89e84" type="text/html" />
	</item>
		<item>
		<title>The Myths of Innovation</title>
		<link>http://hcoder.org/2008/12/17/the-myths-of-innovation/</link>
		<comments>http://hcoder.org/2008/12/17/the-myths-of-innovation/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 20:27:00 +0000</pubDate>
		<dc:creator>emanchado</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[assurance]]></category>
		<category><![CDATA[berkun]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[myths]]></category>
		<category><![CDATA[qa]]></category>
		<category><![CDATA[quality]]></category>
		<category><![CDATA[scott]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[That&#8217;s the title of a really good book by Scott Berkun, the fella that was project manager for Internet Explorer when it could still be called a browser ;-) The Myths of Innovation is very easy to read, funny and has some food for thought. It dissects a bunch of myths about innovation and innovators, [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s the title of a really good book by <a href="http://www.scottberkun.com/">Scott Berkun</a>, the fella that was project manager for Internet Explorer when it could still be called a browser ;-) <a href="http://oreilly.com/catalog/9780596527051/">The Myths of Innovation</a> is very easy to read, funny and has some food for thought. It dissects a bunch of myths about innovation and innovators, points out typical difficulties and dangers that innovators face, and analyses why these myths are common, why people like them, and why they are so handy to refer to the history and reality of innovation, which is of course much more complex.</p>
<p>One chapter that made me think a lot was chapter 7: &#8220;Your boss knows more about innovation than you&#8221;. It explores the relation between (traditional) management and innovation, and claims that managers can work against innovation if they just try to increase efficiency and keep things under control. In that sense, quality assurance engineers can be like those project managers, so I wondered a lot about my role and my duties with regards to innovation. On the one hand, you do have to control things that are being done and be conservative to a certain extent. On the other hand, innovation is such an important part of an IT company (particularly if it&#8217;s Internet-related) that you really don&#8217;t want to risk blocking or stifling it.</p>
<p>Fortunately, it also explains how to keep the workplace open to innovation, including things like having toys and &#8220;funny&#8221; things at the office. It turns out that they&#8217;re not there to spoil the employees, but to provide an environment where people feel free to &#8220;think different&#8221; and are not afraid of new ideas or to say what they think.</p>
<p>All in all, I think it&#8217;s a great book. Recommended!</p>
 <p><a href="http://hcoder.org/?flattrss_redirect&amp;id=54&amp;md5=c9bfb8708f55de4207611223f7ba51ae" title="Flattr" target="_blank"><img src="http://hcoder.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://hcoder.org/2008/12/17/the-myths-of-innovation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<atom:link rel="payment" href="http://hcoder.org/?flattrss_redirect&amp;id=54&amp;md5=c9bfb8708f55de4207611223f7ba51ae" type="text/html" />
	</item>
		<item>
		<title>The shoemaker&#8217;s son always goes barefoot</title>
		<link>http://hcoder.org/2008/10/21/the-shoemakers-son-always-goes-barefoot/</link>
		<comments>http://hcoder.org/2008/10/21/the-shoemakers-son-always-goes-barefoot/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 19:25:00 +0000</pubDate>
		<dc:creator>emanchado</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[dhelp]]></category>
		<category><![CDATA[qa]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I admit it. I&#8217;m a terrible developer. I write code, sometimes even write tests. But. I. don&#8217;t. test. my. programs. By hand, that is. And sometimes (usually) the coverage is not enough, and I end up making embarrassing mistakes. It usually happens outside of work, although at work I also have my share. The last [...]]]></description>
			<content:encoded><![CDATA[<p>I admit it. I&#8217;m a terrible developer. I write code, sometimes even write tests.</p>
<p>But. I. don&#8217;t. test. my. programs.</p>
<p>By hand, that is. And sometimes (usually) the coverage is not enough, and I end up making embarrassing mistakes. It usually happens outside of work, although at work I also have my share. The last one was with the Debian package <code>dhelp</code>, where trying to fix an issue before Lenny is released, I ended up making it even worse. The story goes like this:</p>
<p>There was some problem with the indexing of documents on installation/upgrade (namely, it would take <strong>ages</strong> for most people upgrading to Lenny, and they would think the upgrade process had hung). So, I go and change the indexing code so it ignores documents on installation/upgrade. Also, as suggested by someone, I created some small example utility to reindex documentation for certain packages. I test installation, upgrades, upgrade of the <code>dhelp</code> package itself, the utility, searching for keywords before and after all that&#8230; and everything worked.</p>
<p>Only that I made a typo. A typo that would make all indexing to be ignored (except for the example utility, because it was a bit lower level). And I didn&#8217;t realise, because it &#8220;only&#8221; broke some cronjob, a completely different part of the package. And it happens that the cronjob reindexed everything weekly, to make sure that you had reasonably up-to-date search indices. And it also happens that, given that the documentation reindexing was being ignored on package installation/upgrade, the weekly total reindex process was the <strong>only</strong> thing that could provide the user with indexed documentation. But I screwed up. Oh well.</p>
<p>Someone filed a <a href="http://bugs.debian.org/502813">bug</a> yesterday, and I fixed more or less right away. But this time I spent a couple of hours thinking of test paths and ways to make it fail, and actually doing all that testing. Thanks to that, I found some potential bug in the example utility, that I fixed just in case. So hopefully everything is fine now, if I can convince the Release Masters to allow the new, less broken update to <code>dhelp</code> to be accepted for Lenny.</p>
<p>I think I need personal QA. Anyone up to the task?</p>
 <p><a href="http://hcoder.org/?flattrss_redirect&amp;id=43&amp;md5=c642aac3e21938a43bee98013d88947f" title="Flattr" target="_blank"><img src="http://hcoder.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://hcoder.org/2008/10/21/the-shoemakers-son-always-goes-barefoot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://hcoder.org/?flattrss_redirect&amp;id=43&amp;md5=c642aac3e21938a43bee98013d88947f" type="text/html" />
	</item>
		<item>
		<title>Work-related news</title>
		<link>http://hcoder.org/2008/07/22/work-related-news/</link>
		<comments>http://hcoder.org/2008/07/22/work-related-news/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 21:22:00 +0000</pubDate>
		<dc:creator>emanchado</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Freedom]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[continuous]]></category>
		<category><![CDATA[curriculum]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[qa]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Some time ago, Opera announced the Opera Web Standards Curriculum project. It&#8217;s a very interesting collection of articles that can be used as &#8220;curriculum&#8221; to learn about web development. It gets extra geeks points for using a Creative Commons license for the articles themselves. Even the W3C mentioned it :-) I just found some time [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago, Opera <a href="http://www.opera.com/pressreleases/en/2008/07/08/">announced</a> the <a href="http://www.opera.com/wsc/">Opera Web Standards Curriculum</a> project. It&#8217;s a very interesting collection of articles that can be used as &#8220;curriculum&#8221; to learn about web development. It gets extra geeks points for using a Creative Commons license for the articles themselves. Even <a href="http://www.w3.org/QA/2008/07/web-standards-curriculum">the W3C mentioned it</a> <code>:-)</code> I just found some time to have a look at it, that&#8217;s why I&#8217;m posting now <code>:-)</code></p>
<p>The other news is that finally the <a href="http://my.opera.com/operaqa/blog">Opera QA blog</a> is online, and has the first non-hello-world-article (written by yours truly), &#8220;<a href="http://my.opera.com/operaqa/blog/show.dml/2358111">Continuous Integration: Team Testing</a>&#8221;. I&#8217;m very excited about this, because it&#8217;s the first time I&#8217;ll participate directly in a company blog, and because the IT world needs more (and better) QA, so hopefully we&#8217;ll be able to spread the word and make the world a better place <code>:-D</code></p>
 <p><a href="http://hcoder.org/?flattrss_redirect&amp;id=32&amp;md5=9b41b00f4a42e2567a45c112eb187178" title="Flattr" target="_blank"><img src="http://hcoder.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://hcoder.org/2008/07/22/work-related-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://hcoder.org/?flattrss_redirect&amp;id=32&amp;md5=9b41b00f4a42e2567a45c112eb187178" type="text/html" />
	</item>
		<item>
		<title>The Big Picture</title>
		<link>http://hcoder.org/2007/11/18/the-big-picture/</link>
		<comments>http://hcoder.org/2007/11/18/the-big-picture/#comments</comments>
		<pubDate>Sun, 18 Nov 2007 22:39:00 +0000</pubDate>
		<dc:creator>emanchado</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[qa]]></category>
		<category><![CDATA[theories]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Lately I have been thinking a lot, not to say &#8220;obsessed&#8221;, with the big picture. I can&#8217;t but wonder if that is a general IT industry problem, that big picture. I mean missing it. My current theory is that computer work is just too hard (or tools not advanced enough?), and there is too much [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I have been thinking a lot, not to say &#8220;obsessed&#8221;, with <em>the big picture</em>. I can&#8217;t but wonder if that is a general IT industry problem, that <em>big picture</em>. I mean <em>missing</em> it.</p>
<p>My current theory is that computer work is just too hard (or tools not advanced enough?), and there is too much pressure and too hard time constraints to allow people to step back and think about the big picture from time to time, to make sure everything makes sense.</p>
<p>And perhaps that&#8217;s why you hire and have QA people, perhaps <em>that</em> is the real purpose of QA. At least I feel that now. I mean, what&#8217;s the use of something that has a high &#8220;technical quality&#8221;, if it just doesn&#8217;t make sense? That is actually a big part of the quality, &#8220;making sense&#8221;. Because of that I&#8217;m starting to feel like my job is being a developer that does important things that &#8220;nobody has time to do&#8221;, because they&#8217;re too busy fighting with details. Not in the sense of a &#8220;manager&#8221;, but in the sense of some &#8220;responsible&#8221; developer. It&#8217;s a really strange job position I think <code>:-)</code></p>
<p>It&#8217;s really hard to measure the impact of good QA in a software project, but I&#8217;m sure that is high, probably higher than people use to think. For me, thinking about software projects without QA is a bit like thinking about programming without a Version Control System: I wonder how I had done it in the past, and feel really unconfident without it. How many projects have failed (both from the resources and goals point of view, and from the business point of view) for not having good QA? How many projects have been delayed, or even cancelled, because they lacked someone caring about the Big Picture?</p>
<p><b><span class="caps">EDIT</span> (2008-5-18):</b> I have disabled comments in this post due to insane amount of spam. If you want to comment, please comment in some other entry <code>:-/</code></p>
 <p><a href="http://hcoder.org/?flattrss_redirect&amp;id=8&amp;md5=6757128539480692fb30f466f80e8ab5" title="Flattr" target="_blank"><img src="http://hcoder.org/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://hcoder.org/2007/11/18/the-big-picture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://hcoder.org/?flattrss_redirect&amp;id=8&amp;md5=6757128539480692fb30f466f80e8ab5" type="text/html" />
	</item>
	</channel>
</rss>

