<?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>The Testing Blog &#187; Uncategorized</title>
	<atom:link href="http://thetestingblog.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://thetestingblog.com</link>
	<description>Why, testing, of course!</description>
	<lastBuildDate>Wed, 15 Feb 2012 13:01:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thetestingblog.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Testing Blog &#187; Uncategorized</title>
		<link>http://thetestingblog.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thetestingblog.com/osd.xml" title="The Testing Blog" />
	<atom:link rel='hub' href='http://thetestingblog.com/?pushpress=hub'/>
		<item>
		<title>Are you getting a positive ROI from testing?</title>
		<link>http://thetestingblog.com/2011/03/24/are-you-getting-a-positive-roi-from-testing/</link>
		<comments>http://thetestingblog.com/2011/03/24/are-you-getting-a-positive-roi-from-testing/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 21:14:05 +0000</pubDate>
		<dc:creator>Daniel Brown</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thetestingblog.com/?p=476</guid>
		<description><![CDATA[Last night I watched a movie called The Tourist with Angelina Jolie and Johnny Depp. Despite the promising previews, it was a huge turd. The movie was chalked full of awful dialog, worse acting, and cheesy clichés. If you watch enough movies, you might come to the conclusion that there&#8217;s no petty crime in Europe. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=476&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last night I watched a movie called The Tourist with Angelina Jolie and Johnny Depp.  Despite the promising previews, it was a huge turd.  The movie was chalked full of awful dialog, worse acting, and cheesy clichés.  If you watch enough movies, you might come to the conclusion that there&#8217;s no petty crime in Europe.  All European criminals are rich playboy savants that pull off only the most grandiose of crimes.  They are all philosophical and very civilized, yet there&#8217;s a brutal streak to them.  I can recall several instances of the &#8220;gentleman&#8221; gangster killing someone with his bare hands and then instantly returning to civility?  In these movies, there&#8217;s almost always a self-reflective explanation of their plans or motives.  And somehow, the police in Europe are either corrupt or powerless to stop these kingpins.  Basically, almost every European villain since 1964 is Goldfinger.</p>
<p>The accepted, overplayed archetypes present in the Tourist made me think about testing.  Just like the movie clichés, we&#8217;re so stupid in freely accepting bullshit testing patterns and practices.  MY definition of a bullshit testing pattern or practice: one that doesn&#8217;t work for your situation.  Testing methods that might be pure gold to your project might be pure garbage to another.  (We can&#8217;t all be Charlie Sheen, converting &#8220;tin cans into pure gold&#8221;).  I&#8217;ve heard it said that there are no best practices in testing, only good ones.  <strong>The worst thing you can do as a QA group is do work that doesn&#8217;t somehow help the quality of your software.  When doing anything in testing, you need to ask yourself, what&#8217;s my return on investment (ROI)?  Is the testing that we&#8217;re doing telling us anything about the code?</strong></p>
<p>One area that seems to be rife with bullshit is test automation.  YES, I SAID IT!!!  In fact, if you&#8217;re using off-the-shelf test automation tools (like Mercury products), then there&#8217;s a 90% chance (with a +-10% margin of error) that your test automation is complete and utter bullshit!  Before you get mad at me, ask yourself, how many bugs have you found by running that behemoth suite of tests?  How has it helped your product actually get better?  Are you getting any assurance that your product is up and running?  Was it worth the oil sheik fortune that you paid for it?</p>
<p>Let me give you a real world example on automation bullshit.  There&#8217;s this product team that I have intimate knowledge of.  This product team has both unit tests (JUnit) and Selenium UI tests being written against their code base.  The unit tests are being run with each build, and the build won&#8217;t complete if any tests break.  The Selenium tests are scheduled to run nightly in Hudson at various intervals so they don&#8217;t overlap.  Except for a one hour reserved maintenance window, the Selenium tests keep the servers busy all night.  Yet, with all this &#8220;testing&#8221; that is being done, the product still often arrives to the QA team egregiously broken.  Why is that?  Don&#8217;t the unit tests find problems?  The offshore team writing the Selenium tests told me that they have 700+ tests running at regular intervals.  He went on to say that they have no bugs to report from running those tests, but when they do, they will let me know.  Hmm, so you&#8217;ve spent months creating these suites, and you aren&#8217;t finding any bugs?  On the other hand, you&#8217;ve paid another team to write unit tests on code they didn&#8217;t write, and major problems are still getting through?  You have these Cobetura reports show that you&#8217;re getting close to complete coverage on the code base.  Complete coverage and there&#8217;s still problems.  YOU GOT TO BE KIDDING!!!  WHAT A STEAMING LOAD OF BULLSHIT!!!  One team is writing Selenium tests.  One team is writing JUnit tests.  And there are no bugs to show for it.  There are no red flags showing us potential defects.  There is no confident assurance that anything is working or not working.  I think it&#8217;s safe to say that the company is getting a negative return on their testing investment.  And that, in this case, automation is a complete waste of time.</p>
<p>Obviously, JUnit, Cobertura, and Selenium aren&#8217;t bad tools.  They just happen to be bad tools in the wrong hands&#8211;in the wrong situations.  They are used to create all these &#8220;tests&#8221;.  Instead of just accepting these &#8220;tests&#8221;, teams should be testing that the tests do something meaningful.  They should be looking to the yield of the fruits of their labor, not how much work they&#8217;ve done.   <strong>For every automated test written, you should prove how it can fail by making it fail. </strong>Think about it!  Test it!  Have others think about it too!</p>
<p>Let&#8217;s get away from automation because my point isn&#8217;t to trash automation.  Here&#8217;s another example.  Given Agile&#8217;s popularity, I think the full manual regression of a product is very passé.  The full regression of a big product could take weeks or months.  If your dev team is adding code everyday, then it&#8217;s not pragmatic to take on a full regression.  You need to be more surgical with your testing, more precise.  Focus on testing the parts that are actually effected by change.  The full regression is one of those archetypes that&#8217;s accepted because it&#8217;s familiar, but it&#8217;s unrealistic, antiquated, and pretty stupid in a continuous integration world.  However, you may be in an industry that requires that kind of attention to every detail.  And in your case, that might not be a bullshit testing practice.</p>
<p>My point is not to tell you what you&#8217;re doing to test your product is bullshit.  My point is to wake you up to practices that aren&#8217;t helping your product.  I understand that not all tests are created to find problems, but some testing is there to assure you don&#8217;t have problems (regression testing).  However, are you sure that your tests will reveal a problem when there is a problem?  My point is to be skeptical.  Don&#8217;t just do something because you saw it done like this when you worked at IBM or AT&amp;T.  Don&#8217;t just do something because that&#8217;s the only thing you know to do.  Do something because it&#8217;s going to make the code better.  Start with a goal for the testing in mind.  If your goal is to tell you X, then come up with scenarios where that X would be revealed.  Then execute those scenarios!  Just like we don&#8217;t trust the developer code handed to us.  Don&#8217;t let your left hand trust the test case that your right hand created.  Remember, at the end of the day, it&#8217;s all about the return on investment.  Just like developers deliver value by coding something useful, testers need to deliver value by uncovering problems or telling the true story of the product.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetestingblog.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetestingblog.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetestingblog.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetestingblog.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetestingblog.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetestingblog.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetestingblog.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetestingblog.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetestingblog.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetestingblog.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetestingblog.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetestingblog.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetestingblog.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetestingblog.wordpress.com/476/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=476&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetestingblog.com/2011/03/24/are-you-getting-a-positive-roi-from-testing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43a80f3d05753a9af40a3725839bf178?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aubrownds</media:title>
		</media:content>
	</item>
		<item>
		<title>Hyperbole in Testing! (Shame on us)</title>
		<link>http://thetestingblog.com/2010/12/01/hyperbole-in-testing-shame-on-us/</link>
		<comments>http://thetestingblog.com/2010/12/01/hyperbole-in-testing-shame-on-us/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 22:29:50 +0000</pubDate>
		<dc:creator>Daniel Brown</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thetestingblog.com/?p=466</guid>
		<description><![CDATA[It&#8217;s funny how it&#8217;s always easier to point out the speck in someone else&#8217;s eye and ignore the giant plank in your own as a great 1st century religious figure once pointed out.  (I&#8217;m talking about Jesus!!  Matthew 7:3.  It&#8217;s Christmas time!!) And no other group on the whole face of the earth is better [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=466&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s funny how it&#8217;s always easier to point out the speck in someone else&#8217;s eye and ignore the giant plank in your own as a great 1st century religious figure once pointed out.  (I&#8217;m talking about Jesus!!  Matthew 7:3.  It&#8217;s Christmas time!!)</p>
<p>And no other group on the whole face of the earth is better at pointing out flaws than software testers.  But when does testing go too far?  When are our scenarios become too outlandish to reasonably fit into reality?</p>
<p><strong>Here&#8217;s an actual scenario:</strong></p>
<p>For the past couple weeks, we&#8217;ve been trying to get some new hire testers up to speed on our product.  They are zealous and making good progress.  One of these testers found an address control in our UI that&#8217;s doing no validation between the City, State, and Zip.  i.e you can put in &#8220;CA&#8221; for the state and &#8220;10100&#8243; for the zip.  Clearly without looking, you can tell that a California zip would have a lot higher number than that.  And if you match it up for the city, you can be even more specific.  Good find.  It&#8217;s perfectly reasonable to assume that those values should be validated.  That&#8217;s a very basic thing now.  There are services out there to assist with that.  Not hard to develop; we did lots of that kind of stuff at Edfinancial.  The tester submitted the &#8220;Bug&#8221; to development, and they denied it on the grounds that it works as coded and no requirements to validate the City, State, and Zip.  That&#8217;s a reasonable response too.  Though it&#8217;s a defect that might cause a problem given a certain data set, it&#8217;s really management&#8217;s call on whether it needs to be fixed.</p>
<p>This zealous new tester decided to write a response to development, arguing that they must fix it because it could put our company in legal troubles, violating compliance and privacy agreements.  Though my senior in age and experience, he wisely asked me advice on whether to send it or not.  Given my knowledge of the culture,  I told him there&#8217;s no way in Hell that I would commit that response to the ticket.  He did his job.  He reported the defect, explaining the scenario nicely.  End of story.  Just drop it.  He countered with other passionate arguments that the mail from us might end up in a competitor&#8217;s hand, given a Zip Code mix up, and it might cost our company millions of dollars to straighten out the problem.  I told him that his arguments weren&#8217;t really sound because the probability of that actually happening is slim to none.  Out of the millions of addresses in the US, what is the chance that the letter, because of a bad Zip Code, could end up in a competitor&#8217;s hand?  Even if it did, what are the chances that the competitor would open mail not directed to them?  Even if they did, what kind of ruthless havoc could they inflict on our company?  They certainly wouldn&#8217;t want to advertise that they broke federal law by opening someone else&#8217;s mail.  In my mind, it&#8217;s a moot point.  Maybe it could happen, but there&#8217;s no realistic chance.</p>
<p><strong>Epiphany:</strong></p>
<p>Then it hit me!  <strong>As developers underplay the chances of their bugs causing a problem, we testers often overplay the effects of leaving bugs in! </strong> We traffic in hyperbole as much if not more than developers.  We predict doom and gloom when the truth is everything will probably be fine.  So, why do we do it?</p>
<ul>
<li><strong>The Business Loves Emergencies:</strong> Maybe we believe that if we don&#8217;t paint a picture of Armageddon, it won&#8217;t ever get fixed.  At my company, there&#8217;s nothing like a good fire to get the coders up and running, especially when it happens at odd hours!</li>
<li><strong>Hedging Against Disaster</strong>: Maybe we can&#8217;t represent the bug in proper context because we&#8217;re afraid that it might be bigger than we expected.  We say it&#8217;s no problem, then it&#8217;s the BP oil spill.  It&#8217;s better to be on the &#8220;I told you so&#8221; end of a disaster.</li>
<li><strong>Self-Importance:</strong> Maybe we have to make the bugs look bigger so that we can feel better about the contribution we&#8217;re making.  Maybe we&#8217;re a bunch of ego maniacs starved for accolades.</li>
</ul>
<p><strong>Final Thought: </strong></p>
<p>As a tester, credibility is king.  If you&#8217;re a credible, the business will heed just your word.  If you&#8217;re a chicken little tester, clucking at every little thing, they will take everything you say with a grain of salt.  Be honest as you can with yourself.  &#8221;To thine own self be true, &#8221; as The Bard said.  Don&#8217;t focus on the trivial.  Focus on the big picture.  Focus on testing!</p>
<p><strong>Postscript:</strong></p>
<p>Here&#8217;s something interesting.  According to one of our subject matter experts, the <strong>suspect address control isn&#8217;t being used by ANY of our current customers</strong>.  So, the lack of validation is all really &#8220;Much ado about nothing.&#8221;  Two Shakespeare references in one post!  Score!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetestingblog.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetestingblog.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetestingblog.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetestingblog.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetestingblog.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetestingblog.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetestingblog.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetestingblog.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetestingblog.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetestingblog.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetestingblog.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetestingblog.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetestingblog.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetestingblog.wordpress.com/466/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=466&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetestingblog.com/2010/12/01/hyperbole-in-testing-shame-on-us/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43a80f3d05753a9af40a3725839bf178?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aubrownds</media:title>
		</media:content>
	</item>
		<item>
		<title>Fear of Success</title>
		<link>http://thetestingblog.com/2010/05/03/fear-of-success/</link>
		<comments>http://thetestingblog.com/2010/05/03/fear-of-success/#comments</comments>
		<pubDate>Tue, 04 May 2010 03:16:13 +0000</pubDate>
		<dc:creator>Josh Carroll</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[quality]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://thetestingblog.com/?p=409</guid>
		<description><![CDATA[by Josh Carroll I was in the middle of making a rather lengthy comment on Daniel&#8217;s most recent blog post when I decided it was long enough to warrant a full posting. I wanted to get across the point that the situation Daniel finds himself in is not solely the plight of the software tester. Rather, anyone [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=409&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>by Josh Carroll</p>
<p>I was in the middle of making a rather lengthy comment on <a href="http://thetestingblog.com/2010/04/30/exploratory-testing-and-a-prophet-without-honor/">Daniel&#8217;s most recent blog post</a> when I decided it was long enough to warrant a full posting.</p>
<p>I wanted to get across the point that the situation Daniel finds himself in is not solely the plight of the software tester. Rather, anyone who esteems software quality runs the risk of being <a href="http://www.joelonsoftware.com/items/2009/09/23.html">criticized</a>, <a href="http://www.gigamonkeys.com/blog/2009/10/05/coders-unit-testing.html">dismissed</a>, or <a href="http://www.codinghorror.com/blog/2009/02/the-ferengi-programmer.html">made fun of</a>. Why is it that organizations and groups are so resistant to something that will improve their process, their product, and their bottom line. The idea is one I have been thinking a lot about, and I believe I have had an epiphany.</p>
<p><strong>Sometimes, people are more afraid of success than failure!</strong></p>
<p>Wait&#8230; what did you say?!? You heard right, and I&#8217;ll say it again. <em>Sometimes, people are more afraid of success than failure.</em></p>
<p>I recently gave a presentation where I cited the <a title="Microsoft study on TDD" href="http://research.microsoft.com/en-us/projects/esm/nagappan_tdd.pdf">Microsoft study on TDD</a> that found:</p>
<blockquote><p>The results of the case studies indicate that the pre-release defect density of the four products decreased between 40% and 90% relative to similar projects that did not use the TDD practice. Subjectively, the teams experienced a 15–35% increase in initial development time after adopting TDD.</p></blockquote>
<p>The idea that up to 90% of your test and fix cycles can be eliminated represents an enormous cost savings even if you factor in the high end estimate of 35% increase in initial development time. You will more than make that time up by not having to fix the 90% of bugs that are now gone from the system. With numbers like that you would think that management would be breaking people&#8217;s knuckles for not using TDD. Developer&#8217;s would be falling over themselves to TDD even the smallest spec of code just to avoid doing maintenance (<em>curse the ground that software maintenance walks on</em>).</p>
<p>But alas, there was no stampede. No rush to go forth and test. No proclamation from management that it must be so. So&#8230; what gives?</p>
<p>What gives is that it might just work! Developers might just write cleaner code, and be more productive. Testers might be able to confirm code quickly and have the freedom to explore automated acceptance testing. Deadlines might be met, and the company might save money. And&#8230; and&#8230; <strong>we might have to admit that we have been doing it all wrong for a very long time.</strong></p>
<p>And there it is; the big white elephant in the room of software quality. Not fear of failure, but fear of success. Because <strong>success means having to admit things can and should be better</strong>. Even worse, that they <em>could have been better</em> all along. And we don&#8217;t like that. Most of us like to think we are pretty smart, that we are pretty damn good at what we do. When someone shows us a better way, our little bubble bursts, and we are forced to admit that we aren&#8217;t as special as we&#8217;d like to think we are.</p>
<p>The mediocre will always defend the status quo because their sense of worth is derived from being the smartest, funniest, sexiest, whateverist person around. They are a big fish in a little pond, and they like it that way.</p>
<p>The exceptional are never satisfied with the quality of their own work. They assume that there must be a better way, and seek out the best and brightest in the world to learn from. They draw their sense of worth from knowing they are better today than they were yesterday.</p>
<p>Exceptionalism is the arch-enemy of mediocrity, and success is it&#8217;s kryptonite!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetestingblog.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetestingblog.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetestingblog.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetestingblog.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetestingblog.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetestingblog.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetestingblog.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetestingblog.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetestingblog.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetestingblog.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetestingblog.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetestingblog.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetestingblog.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetestingblog.wordpress.com/409/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=409&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetestingblog.com/2010/05/03/fear-of-success/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/213ff080fa03648f0b71e4f4658a8046?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Josh</media:title>
		</media:content>
	</item>
		<item>
		<title>Exploratory Testing and A Prophet Without Honor</title>
		<link>http://thetestingblog.com/2010/04/30/exploratory-testing-and-a-prophet-without-honor/</link>
		<comments>http://thetestingblog.com/2010/04/30/exploratory-testing-and-a-prophet-without-honor/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 20:01:40 +0000</pubDate>
		<dc:creator>Daniel Brown</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thetestingblog.com/?p=404</guid>
		<description><![CDATA[This week I gave an Introductory to Exploratory Testing for the Kansas City DotNext technology group.  The presentation went better than I thought.  I worked really hard on preparing it so I guess I shouldn&#8217;t be shocked it went well.  How does the old saying go?  &#8221;The harder I work, the luckier I get&#8221;.  Also, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=404&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This week I gave an Introductory to Exploratory Testing for the Kansas City DotNext technology group.  The presentation went better than I thought.  I worked really hard on preparing it so I guess I shouldn&#8217;t be shocked it went well.  How does the old saying go?  &#8221;The harder I work, the luckier I get&#8221;.  Also, I went totally PowerPoint-free; I only used the big easel pads.  I was proud of myself for breaking away.</p>
<p>I was very impressed by the people that attended the talk.  They were all software developers and highly technical. Plus, they all seemed interested in testing.  (Of course, when I pulled out the candy, people got even more interested.)  I was glad to have an audience that challenged, asked questions, and made terrific observations and points.  People mentioned technologies they used.  They talked about patterns and approaches, citing real world implementations.  As I speaker, I couldn&#8217;t ask for more.</p>
<p>Not one person from my current company came to the presentation, though I informed everyone through email with notice.  That seems reasonable.  The presentation was downtown KC (our company is 25 mins away in the suburbs); someone would have had to be very interested in coming to want to go.  Either that or really owe me a favor (i.e. I went to one of their presentations or baby sat for their kids).  I wasn&#8217;t shocked that no one came.  What I was shocked about was how few people replied to wish me luck or asked me about it.  This is after I sent out an email with the phrase, &#8220;I’m presenting on Exploratory Testing tomorrow, April 27<sup>th</sup> at 7:00 pm at the DotNext meeting.  Wish me luck.&#8221;  Three people out of 30 wished me luck.  And one guy asked me about it the next day.  That tells me that people don&#8217;t care.  And they don&#8217;t even care about faking to care.  What does that tell you?  Two groups of software developers: one group wanted to listen (total strangers) and one didn&#8217;t want to condescend interest (people I know).</p>
<p><strong><em>Jesus said to them, &#8220;A prophet is not without honor except in his hometown and among his own relatives and in his own household.&#8221;</em> (Mark 6:4)</strong></p>
<p>Most of the time, QA people don&#8217;t get the respect they deserve.  Working with my colleague Marisa  at Edfinancial, QA was well respected and not seen as the pariahs of the group.  Most organizations don&#8217;t respect their QA prophets.  We, the prophets, tell them that their shortcuts are going to bite them in the butt.  We tell them that standards and sound process will help things, and they don&#8217;t believe us.  We tell them that bugs need to be fixed and defects are dangerous, and they don&#8217;t listen.  No only will they not listen, but they also want to stone us and run us out of town.</p>
<p><strong>My question is where do you, <strong>as a QA prophet, </strong>draw your purpose and satisfaction?</strong></p>
<p><strong><span style="font-weight:normal;">Here&#8217;s the part that I give the answer, right? </span></strong></p>
<p><strong><span style="font-weight:normal;">Wrong.  I don&#8217;t have the answer.  All I know is that it&#8217;s probably something intrinsic.  I think that will and desire have to come from within. </span></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetestingblog.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetestingblog.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetestingblog.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetestingblog.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetestingblog.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetestingblog.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetestingblog.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetestingblog.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetestingblog.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetestingblog.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetestingblog.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetestingblog.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetestingblog.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetestingblog.wordpress.com/404/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=404&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetestingblog.com/2010/04/30/exploratory-testing-and-a-prophet-without-honor/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43a80f3d05753a9af40a3725839bf178?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aubrownds</media:title>
		</media:content>
	</item>
		<item>
		<title>QA, Being A Professional, and Waiting Tables</title>
		<link>http://thetestingblog.com/2010/04/08/qa-being-a-professional-and-waiting-tables/</link>
		<comments>http://thetestingblog.com/2010/04/08/qa-being-a-professional-and-waiting-tables/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 01:59:03 +0000</pubDate>
		<dc:creator>Josh Carroll</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[professionalism]]></category>
		<category><![CDATA[quality]]></category>

		<guid isPermaLink="false">http://thetestingblog.com/?p=390</guid>
		<description><![CDATA[by Josh Carroll If you are a little lost by the title, it will all make sense in a moment&#8230; um&#8230; sort of. Until I started my career as a software developer I worked a lot of other jobs. I have had a job since I was 16 years old, and that was just an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=390&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>by Josh Carroll</p>
<p>If you are a little lost by the title, it will all make sense in a moment&#8230; um&#8230; sort of.</p>
<p>Until I started my career as a software developer I worked a lot of other jobs. I have had a job since I was 16 years old, and that was just an excuse to get out of doing manual work for my parents around the house. I&#8217;ve worked as a bagger at a grocery store, cashier at a big-box-mart, usher, concessions, and box clerk for a movie theater, tech support for a DSL provider, general laborer for a masonry outfit, and the last job I worked before slinging code full-time was waiting tables.</p>
<p>All of these jobs really have one thing in common: <strong>I was the person who always caught the tail end of the customer&#8217;s experience: whether it was good or bad&#8230; <em>especially</em> when it was bad!</strong></p>
<p><strong><span style="font-weight:normal;">Waiting tables is an interesting experience, and one I think everyone should have to do at least once in their life. As a waiter you are the face of the dining experience for the customer. Before the customer even gets there, you are preparing the store to make their time enjoyable. You clean the kitchen, wash dishes, stock pantry items, napkins, silverware. You go over your section to make sure that everything is set up correctly and clean.</span></strong></p>
<p>Once a table in your section has been seated, as far as the customer is concerned, you <em>are</em> the restaurant. You size up the customer to figure out what kind of approach you should take (believe me it makes a difference). You give them an overview of the menu, get their drinks, throw out a couple of suggestions, and meticulously write down the order  making double sure to repeat back the order so there are no misunderstandings. Without delaying, you ensure that the order is put into the computer accurately and check to see that the kitchen staff gets the ticket. If needed you even explain any nuances of the order to the cooks: &#8220;&#8216;SUB BAKER ADD CHEESE.&#8217; Hey Joe, they want a baked potato instead of mashed, and they want to add cheese to the sandwich, NOT the baker!&#8221;</p>
<p>While waiting for the food you are feverishly busing, washing, and resetting tables for the next set of patrons that walk into your section; you make sure they think they are the first people to sit there. A single spec of food left on the table or the floor can ruin the whole meal! Every time you walk into the kitchen you are checking the status of your food.</p>
<p>&#8220;307 IN THE WINDOW!&#8221;</p>
<p>Your order is up and now you are checking every detail to make sure the food you have matches the ticket. You tidy up the presentation a little and make sure the plates are picture perfect. Drop the food off to the table and make sure they have everything they need: drink, condiments, extra napkins, steak knives, etc&#8230; You let the table dig in and about two minutes later you come back to make sure everything was up to par. <strong>You never take them at their word either! </strong>You have to actually <em>look</em> at their plates, and their faces to see if they are telling the truth.<strong> ﻿</strong>Most people are too sheepish to tell you everything sucks, and they will simply not come back to the restaurant if the experience is bad. It is up to you to see this and recover their patronage.</p>
<p>Ok. So what? Why waste your time with this?</p>
<p>Because QA and waiting tables have a lot in common. <strong>As QA, you are the standard bearer for a quality user experience</strong> much the same way that a waiter is the standard bearer for a quality dining experience. In order to really be effective you have to be involved in the process from start to finish. You need to be there when the user story is first conceptualized in order to effectively develop a testing strategy. You need to determine the set of criteria by which a story can be considered done (acceptance criteria). You also need a repeatable way to ensure the story as coded meets those criteria (Fit/FitNesse, StoryTeller, Selenium).</p>
<p>As the story is being developed you need to be in constant communication with the developer (cook) to make sure that any misunderstandings are cleared up immediately. Developers make assumptions if the acceptance criteria are vague. So find out what those assumptions are, and refine your acceptance tests accordingly. Be proactive about communicating your testing strategy to the developer(s) working on the story so they won&#8217;t be tempted to just throw it over the wall. A good developer will make your job easier here, but <strong>good acceptance tests do NOT care how well written the code is. </strong>Remember that your main goal is not to find bugs, but to verify that the feature/product will meet the customers needs. An acceptance test that fails is not a bug, it is simply an incomplete feature, and <strong>we don&#8217;t ship incomplete features.</strong></p>
<p>Being a QA professional takes a lot of discipline and involves a lot of responsibility, but it is your job as a professional to demand software quality above all else. A professional will stand on principle in this area while an amateur will make excuses for the level of quality&#8230; <em>&#8220;I don&#8217;t have enough time to do automated testing! The developers write bad code! My boss doesn&#8217;t appreciate QA!&#8221;</em>&#8230; All those things may be true, and may make it harder to do your job, but it <strong><em>doesn&#8217;t change your job!</em><span style="font-weight:normal;"> </span></strong></p>
<p>QA can be a tiring and thankless job, but the professional derives pleasure from a job well done. Be committed to the project/story/user, and not your own hide. This is what separates &#8220;testers&#8221; from Software Quality Professionals. This is the difference between a great user experience and a mediocre one.</p>
<p>The meal is over, and the customer is satisfied. On their way out the table says &#8220;The meal was excellent! Be sure and thank the cook for me,&#8221; as they hand you a three dollar tip.</p>
<p>&#8220;I&#8217;ll do that sir!&#8221; You say with a smile, knowing that you <em>did your job</em>. You made sure that everything was perfect. You took care of all the grimy little details so they could concentrate on what they came there for&#8230; a <strong><em>good</em></strong> meal.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetestingblog.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetestingblog.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetestingblog.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetestingblog.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetestingblog.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetestingblog.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetestingblog.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetestingblog.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetestingblog.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetestingblog.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetestingblog.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetestingblog.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetestingblog.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetestingblog.wordpress.com/390/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=390&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetestingblog.com/2010/04/08/qa-being-a-professional-and-waiting-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/213ff080fa03648f0b71e4f4658a8046?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Josh</media:title>
		</media:content>
	</item>
		<item>
		<title>I Hate Software Excuses (And You Should Too)</title>
		<link>http://thetestingblog.com/2010/01/11/i-hate-software/</link>
		<comments>http://thetestingblog.com/2010/01/11/i-hate-software/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 22:29:32 +0000</pubDate>
		<dc:creator>Daniel Brown</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thetestingblog.com/?p=362</guid>
		<description><![CDATA[It&#8217;s been a couple weeks since I started my job in Kansas, and for the most part, I&#8217;ve really enjoyed being here.  Having a fresh perspective, it&#8217;s always interesting to see the quirks of the people and the culture.  My new company is located in a shining bronze edifice called Lighton.  Inside this marvelous complex [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=362&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a couple weeks since I started my job in Kansas, and for the most part, I&#8217;ve really enjoyed being here.  Having a fresh perspective, it&#8217;s always interesting to see the quirks of the people and the culture.  My new company is located in a shining bronze edifice called Lighton.  Inside this marvelous complex is a gym.  Each company gets a quota of the number of gym access fobs that they can hand out.  Of course, being the new guy, I wasn&#8217;t able to get one.  There were none available.</p>
<p>Then something happened one day!  A fob became available.  As soon as I got the email, I replied to all claiming my stake over the available fob.  Much to the chagrin of the office admin, who seems to have a problem with me, I ended up with the fob!  But she wouldn&#8217;t let me physically have it until the registration is changed over in the system.  That should take a day.  I was fine with that, but I shouldn&#8217;t have been.  The whole reason for having electronic systems is so that things can happen instantly.  Well, maybe it&#8217;s not the system itself.  Maybe it&#8217;s the human keying it into the system that&#8217;s the bottleneck.</p>
<p>Once I received the fob from our admin, I went to use it.  It didn&#8217;t work.  Damn.  I wondered if the office admin was vindictive enough to run a magnet across my fob.  Then I checked myself for thinking so highly of myself.  (Like she really cares enough to sabotage my fob!) I asked a maintenance man, who just happen to be passing by what I can do.  He asked me if I&#8217;m suppose to have access.  Did I pay for the fob?  Am I using someone else&#8217;s fob?  I was a little annoyed by the questions, but I kept a smile on my face and assured him that I&#8217;m suppose to have access.  He then directed me to the 3rd floor office of the building managers.</p>
<p>The lady in there was very cordial, and she told me that it&#8217;s possible I wasn&#8217;t pointing the fob correctly at the access point.  I knew that the fob should work, but I was willing to condescend her.  We walked down together.  She pointed the fob at the access panel, and sure enough, it didn&#8217;t work.  She told me that she didn&#8217;t understand; it should work.  Then, as if by magic, she remembered that they are working on the door; they are doing a software upgrade so the system may be down.  Obviously that wasn&#8217;t the case because there were people in the gym working out.  If the door was inaccessible, then they wouldn&#8217;t have been able to get in.  We went back up to her office.  She told me to call her in the afternoon, and she would attempt to re-add me to the system.  I told her okay, and I took a business card off here desk (she&#8217;s on the hook.).</p>
<p>In the afternoon, I called her, and she said that I was already in the system so my fob must be bad.  Come to her office and get another fob.  I get another fob from her, and she said that I&#8217;ll probably be good to go.  I told her that if it doesn&#8217;t work I&#8217;m coming back up stairs to see her.  I went down, and tried it.  No, it didn&#8217;t work.  So I marched back up stairs.  I&#8217;m very perturbed, but you have to keep on a good face.  She tells me that the software upgrade may have had trouble.  she&#8217;ll send one of the maintenance guys to give the fob to me once they get it working.  Later in the day, she calls me and tells me that the problem will be resolved early next week.</p>
<p>On Monday (today), my good friend, the office admin, came by and gave me the fob.  Hmm, I assume they got it working.  Being a tester, I got to go try it.  So I walk over to the workout facility and try it.  It doesn&#8217;t work.  I wanted to be mad, but I couldn&#8217;t bring myself to be angry.  It&#8217;s typical.  I thought they were going to try it before they sent it back over?  That&#8217;s what the lady promised.</p>
<p>Immediately, I go upstairs to the property management office.  Another lady greets me, and I tell her who I am.  She apologizes to me.  Apparently the other lady set me up wrong.  She explained that there&#8217;s two databases that needed to be updated with the information.  The first lady had just updated one.  Everything should be fine tomorrow once the system updates are in place.  The lady, to her credit, asked me if I wanted to use her fob to go workout.  I told her no; I just would like mine going eventually.  She told me that it should be fine tomorrow.  I told her that I didn&#8217;t believe her, but I will try it tomorrow.</p>
<p><strong>WHAT&#8217;S THE POINT OF THIS WHOLE STORY?</strong></p>
<p>I&#8217;m sick and tired of software excuses!  Don&#8217;t tell me the system takes a whole day to update!  I don&#8217;t give a crap that the system is down.  I don&#8217;t give a crap that two databases need to be updated.  It ought to just work!  As the user, I should be abstracted from all those details.  Here&#8217;s my user story: USER MUST BE ABLE TO USE KEY FOB TO OPEN THE DOOR.  Is that complicated?  Why can&#8217;t it be simple?  If it was just a regular lock, I  could have went down to Walmart, made a copy of the key, and got back in time to start achieving my fitness goals.  Why are there two databases that need to be updated?  It&#8217;s just one flipping door!  Software excuses are so ingrained in society that they are legitimate as &#8220;my diabetes is acting up&#8221;.  Nobody questions the bullshit of them.  And why is that?  I think it&#8217;s because most people don&#8217;t understand software.  As someone that understands software better than most of the populous, I say enough is enough.  I don&#8217;t care that systems are complex!  Stop the insanity!  This is a work in progress, but here&#8217;s my new software manifesto:</p>
<p><strong>Daniel&#8217;s New Software Manifesto</strong>:</p>
<p>1) <strong>Software should be Simple to Use</strong>.  If your target user can&#8217;t *<strong>easily* </strong>use it (intuitive), it&#8217;s poorly designed, and it should chunked into the fire.</p>
<p>2) <strong>Software should Work</strong>.  Your software should work 99% of the time.  If your users are constantly complaining about problems with your software, then you suck and need to be chunked into the fire.  Don&#8217;t compromise on quality; it&#8217;s a slippery slope.  If you evangelize quality (and really mean it), you software will get better.</p>
<p>3) <strong>Software should be designed for the User</strong>.  I have an infinite amount of respect for Steve Jobs because he gets this.  He doesn&#8217;t have software developers (0r testers) designing the UI.  He actually pays people to design the UI so that Apple&#8217;s software looks slick and appealing.  I hate that companies are too cheap to invest in a good designer or user experience expert.  Design for the user!</p>
<p>4) <strong>Software downtime is Unacceptable</strong>.  Downtime is unacceptable for your software.  Make sure it&#8217;s up and running.  Regular maintenance is okay, but it&#8217;s not great.  The more you make this acceptable; the more downtime you&#8217;ll have.  Start with the premise that it&#8217;s unacceptable, and you&#8217;ll do better with it.</p>
<p>5) <strong>Software should fulfill the User&#8217;s Need.</strong> If you have software to control the access of a door, it better do it&#8217;s job.  If it doesn&#8217;t let the user in, it&#8217;s a utter failure and should be chunked into the fire.</p>
<p><strong>EPILOGUE:</strong></p>
<p>Probably when (if) they resolve my access issue, there will probably be no retrospective to say that things need to be different.  I sure the ladies in that office might feel bad for me, but nothing is going to change in their process.  I&#8217;m sure the second lady just thinks that it was a training issue with the first lady (i.e. if she knew that you have to do this and this and update two databases then that would have solved it).  But I really think that&#8217;s a wrong way of looking at it.  Maybe the software needs to be simplified.  Maybe they need some quality control in place (i.e. try the fobs on the door before they hand them off).  Maybe they need to restructure access systems.</p>
<p><strong>But here&#8217;s the real food for thought: how many times do we as software professionals put the users through Hell and then not care?  I want you to empathize.  Every time you throw out some bullshit code, you are ruining someone&#8217;s life.  Do you really want to be the deliverer of misery in the world?  Do you want to blame their woes on your diabetes acting up?  Or do you want to say, &#8220;There&#8217;s no excuse.  Our servers sucks!  This code sucks!  This system sucks!  It&#8217;s imperative that we make it better.  To bring about a better world.&#8221; </strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetestingblog.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetestingblog.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetestingblog.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetestingblog.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetestingblog.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetestingblog.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetestingblog.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetestingblog.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetestingblog.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetestingblog.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetestingblog.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetestingblog.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetestingblog.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetestingblog.wordpress.com/362/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=362&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetestingblog.com/2010/01/11/i-hate-software/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43a80f3d05753a9af40a3725839bf178?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aubrownds</media:title>
		</media:content>
	</item>
		<item>
		<title>Software Testing Ain&#8217;t Gonna Solve Your Problems</title>
		<link>http://thetestingblog.com/2009/12/11/software-testing-aint-gonna-solve-your-problems/</link>
		<comments>http://thetestingblog.com/2009/12/11/software-testing-aint-gonna-solve-your-problems/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 17:23:55 +0000</pubDate>
		<dc:creator>Daniel Brown</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thetestingblog.com/?p=334</guid>
		<description><![CDATA[It&#8217;s always amazing to me that companies refuse to go to the Gemba* to understand why they are having problems.  Rather than going to the root of an issue, they will attack all kinds of symptoms. We&#8217;re coughing so we must need a cough suppressant.  Never mind the fact that our lungs are filled with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=334&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s always amazing to me that companies refuse to go to the <em>Gemba* </em>to understand why they are having problems.  Rather than going to the root of an issue, they will attack all kinds of symptoms. We&#8217;re coughing so we must need a cough suppressant.  Never mind the fact that our lungs are filled with yucky cold/flu bile that&#8217;s trying to come up.  The problem isn&#8217;t the cough.  The problem is the virus that&#8217;s destroying you.</p>
<p>In some companies, software testing is often used to combat bad practices.  Our code is crap and it&#8217;s breaking at every turn, maybe we need some people to test it so we can find the problems.  As awesome as testers are, we can&#8217;t save you from your bad decisions.  Do not be deceived!  You reap what you sow.</p>
<p>I believe in quality assurance (making sure the process is sound) more than quality control (making sure the product is sound).  If you&#8217;re doing things the right way, you have a great chance of success.  Part of the reason I believe in QA over QC is because of Sun Tzu.  In the <em>Art of War</em>, he  says, &#8220;Victorious warriors win first and then go to war, while defeated warriors go to war first and then seek to win.&#8221;  If you have a good process in place, then you can develop software with confidence that it&#8217;s going to be of good quality.  If you have no process or a bad process in place, you&#8217;re fighting for quality but only after the bad quality software is complete.</p>
<p>So, what are some things that might make a good software development process:</p>
<p><strong>Code Reviews: </strong>One of the biggest things I learned at Edfinancial was the magic of code reviews.  They work on so many levels.  They work:</p>
<ol>
<li>As a device to <strong>Share Knowledge </strong>among your team.  Are you in a company that has legions of siloed developers working on their own thing?  Put a stop to it!  Implement code reviews.  It forces your team members to see what each other are doing.</li>
<li>As a <strong>Learning Opportunity</strong>.  You want to know how to mentor your young coders?  Have them do code reviews with more experienced coders.  They will learn so much about best practices.  (Personally, I learned a ton from my former colleague Ryan when he did my code reviews.)</li>
<li>To <strong>Spur </strong><strong>Collaboration</strong>.  When you have code reviews, this is a great time for spirited debate on the implementation of something.  Also, it prevents someone from completely going off the reservation.  It&#8217;s the reality check.  It&#8217;s the &#8220;What were you smoking?&#8221; check.  Many times crazy bad code just gets committed without so much as a once over.  That&#8217;s tragic!  Unacceptable!  And easily avoided!</li>
<li>To <strong>Find Bugs. </strong>Besides testers, you know who&#8217;s good at finding bugs?  Other developers.  They are great at it!  They are almost always tough on other people&#8217;s code, and that&#8217;s great for quality.  They will catch the honest mistakes.  Developers often catch their own mistakes as they are showing the code to someone else.  THIS IS BIG!!</li>
</ol>
<p><strong>Configuration Management: </strong>Systems are very complex.  So is code.  So is coordinating several people working on the same code.  You need to make sure that someone is keeping it all straight and enforcing the rules with an iron fist.  You want a process that&#8217;s well defined and repeatable.</p>
<ol>
<li><strong> Source Control:</strong> You should have all your production code in source control.  If you&#8217;re deploying stuff that&#8217;s not in source control, SHAME ON YOU!  You source is the life blood of your team.  Without it; you&#8217;re dead!</li>
<li><strong>Automated Build and Deployment: </strong>Nobody should be doing the build and deployment of complex systems completely by hand.  People are too prone to simple errors.  There are countless tools out there that simplify this process.  For shops that do this manually, it&#8217;s a gut wrenching experience, but it should actually be as easy as pressing a button.</li>
<li><strong>Change Control, Configuration: </strong>When you deploy code, do you know exactly what&#8217;s going out?  Can you easily tell me what&#8217;s been deployed, built, and configured?  If not, then why not?  If you have source control and automated build and deployments, then the change control stuff should be easy.  There ought to be logs documenting that.</li>
<li><strong>No Hot Fixes on Production: </strong>You should not be making hot fixes on production!  That&#8217;s a sign of bigger problems.  And if you do have to make a fix on production it needs to go through a review and approval process.  And it should be the exception, not the rule.  It should never be some lone coder firing new code into production without consulting anyone.  That&#8217;s just plain stupid.</li>
</ol>
<p><strong>Priorities: </strong>What the heck are we doing?</p>
<ol>
<li><strong>Requirements: </strong>Testers can&#8217;t effectively test when there&#8217;s no expectation of what the code is suppose to do.  How are we suppose to verify and validate requirements when there are no requirements to look to?  The better question might be how do developers code without requirements?  Companies need to take the time to gather enough requirements to move forward with development.  NO!  YOU&#8217;RE NOT BEING AGILE BY HAVING NO REQUIREMENTS OR DIRECTION!  THAT&#8217;S CALLED AD HOC CHAOS.</li>
<li>
<div id="_mcePaste"><strong>Vision:</strong> Okay, requirements are a day-to-day thing, but what is the big picture?  What are we trying to accomplish long term?  Note that the less defined the vision is, the less chance that you&#8217;ll accomplish something specific.  Oh, and share the vision with the team.  Don&#8217;t make it a mystery.</div>
</li>
<li><strong>Focus: </strong>Once you as a company has decided what the development team will work on, don&#8217;t constantly change your mind.  A whimsical manager with a big stick can kill productivity more than anything.  One completed piece of software is greater than 10 incomplete pieces.  Keep your eyes on the vision.</li>
<li><strong>Realistic Expectations: </strong>Some managers think that they can complete software by sheer will.  If I crack the whip hard enough, the developers and testers will work faster.  If the team says 100 hours of development and 100 hours of testing, you as a manager can&#8217;t say I need that next Friday.  Sure you delivered it by some arbitrary date, but you will be putting fixes out for the next 6 months.</li>
</ol>
<p>My assertion is that companies often attack the cosmetic, top level problems instead of attacking the root cause problems.  Testing is often a band aid thrown on the gushing wound.  If they were interested in fixing things, they would attack the root.</p>
<p>I think the big problem is that I am naive.  I assume that companies are indeed interested in fixing those quality issues.  But in truth, they are probably not that interested.  As a top level person in management, it&#8217;s more important that I get the product out than it being good quality.  It&#8217;s better to sell vaporware than to have a good product and not be able to sell it.  Rather than fix problems, it&#8217;s easier to look like you&#8217;re fixing problems.  We have quality problems so I hired some testers.  See!  I did what I&#8217;m suppose to do.  I didn&#8217;t give them power to effect the process, but it&#8217;s a nice gesture to have a token tester or two so they can say things like, &#8220;That&#8217;s whack!&#8221;</p>
<p>As long as the money is coming in, does quality really matter anyway?</p>
<p><em>*<strong>Gemba:</strong> A Japanese term that&#8217;s used in Lean to describe the source of the problem.  Literally translated, it&#8217;s &#8220;the real place&#8221; or &#8220;the actual place&#8221;.  In the context of manufacturing, it&#8217;s the plant manager going down to the assembly line to look at the problems.  I used that particular buzz word because I knew that it would make Bill happy.  Inside joke between us.</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetestingblog.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetestingblog.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetestingblog.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetestingblog.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetestingblog.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetestingblog.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetestingblog.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetestingblog.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetestingblog.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetestingblog.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetestingblog.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetestingblog.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetestingblog.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetestingblog.wordpress.com/334/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=334&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetestingblog.com/2009/12/11/software-testing-aint-gonna-solve-your-problems/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43a80f3d05753a9af40a3725839bf178?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aubrownds</media:title>
		</media:content>
	</item>
		<item>
		<title>First Day Follies</title>
		<link>http://thetestingblog.com/2009/11/17/first-day-follies/</link>
		<comments>http://thetestingblog.com/2009/11/17/first-day-follies/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 14:28:11 +0000</pubDate>
		<dc:creator>Marisa Roman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thetestingblog.com/?p=327</guid>
		<description><![CDATA[Ah, the first day of a new job&#8230;you&#8217;re in a smart new outfit, ready to conquer whatever is put on your plate. There are the cursory introductions, paperwork, and &#8212; for me &#8212; some kind of laughable gaffe. About 2 years ago, I realized that I had established a pattern of either making a fool [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=327&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ah, the first day of a new job&#8230;you&#8217;re in a smart new outfit, ready to conquer whatever is put on your plate. There are the cursory introductions, paperwork, and &#8212; for me &#8212; some kind of laughable gaffe. About 2 years ago, I realized that I had established a pattern of either making a fool of myself or doing something &#8220;bad&#8221; my first day.</p>
<h3>Aromas</h3>
<p>It actually starts with the very first job I ever held &#8211; a barista position at the <a href="http://www.sandiego.edu/dining/aromas.php" target="_blank">Aromas coffeehouse on the USD campus</a>. My aunt, who worked at the university, told me about the coffeehouse and put me in contact with the manager. I interviewed over the phone, was hired, and found out when to report for my first day on the job. Of course, I called my aunt and thanked her for the introduction. Realizing I had not asked what it is I should wear my first day, I asked my aunt. &#8220;Oh, why don&#8217;t you wear a nice dress?&#8221; she replied.</p>
<p>I showed up to work in a lovely frock, and the very kind manager complimented me on my dress. The sarcastic assistant manager, however, pulled a &#8220;get a load of this gal&#8221; move with the thumb-pointing and everything. I wasn&#8217;t able to train that day because people learning to use an espresso machine ought not to wear short dresses and risk spilling 200-degree espresso on themselves.</p>
<p><strong>Lesson Learned: Ask about dress code if unsure</strong></p>
<h3>First Testing Job</h3>
<p>Fast forward 4 years &#8211; I was an eager young woman fresh out of college, ready to start making some dough to pay off my student loan. I got my first full-time job at <a href="http://www.pacificlife.com/" target="_blank">Pacific Life Insurance Company</a> as a QA Analyst. After the introductions throughout the cube farm, my boss sat down with me in my cubicle and handed me a CD so that I could install the product I&#8217;d be testing. I took the CD and just sort of stared at my computer for a few seconds&#8230;I extended my hand out to the thingy under the monitor that had a lot of buttons on it but could not figure out how to open the dang CD drive. My boss said very slowly &#8220;Um&#8230;the CPU is under your desk.&#8221; Forehead smack! I wonder if my boss freaked out just a tiny bit in that moment after realizing that the person he hired to be a tester couldn&#8217;t &#8220;work the computer.&#8221; Now, of course I <em>could </em>work the computer&#8230;thanks to my grandpa, I&#8217;d been using one since I was about 7&#8230;I was just really nervous!</p>
<p><strong>Lesson Learned: Sometimes you just gotta laugh at yourself</strong></p>
<h3>First Agile Testing Job</h3>
<p>OK, fast forward another few years. I had over 6 years of software testing experience under my belt and was interviewing for a tester position at <a href="http://www.edfinancial.com/" target="_blank">Edfinancial Services</a>. My potential future boss asked me for my thoughts on bug documentation. I said very confidently, &#8220;I document EVERYTHING.&#8221;  The rest of the interview went well, and I got the job.</p>
<p>My first day, my new boss sat down with me for a discussion about testing in an agile environment. We got to talking about bug tracking and he said, &#8220;I think tracking bugs found during the sprint is a big waste of time.&#8221; My mind immediately zipped back to my proud statement about documenting EVERYTHING. Oops&#8230;</p>
<p><strong>Lesson Learned: Be prepared to change the way you&#8217;ve &#8220;always&#8221; done things!</strong></p>
<h3>My New Job</h3>
<p>And now we&#8217;re pretty much all caught up&#8230;well, wait a second &#8211; I did start a new job <em>yesterday</em>. I&#8217;m now a software tester for a small group, and I am stoked to be working with <a href="http://chrismcmahonsblog.blogspot.com/" target="_blank">Chris McMahon</a> in this gig. Anyway, Chris and I were going through tutorials about the online app we&#8217;ll be testing. One of the tutorials provided a link to a &#8220;sample&#8221; workspace. I started playing around in the sample workspace and had some questions&#8230;I posted my questions on the wiki. Chris, our trainer Marcus (he&#8217;s a project manager/developer), and I started chatting about the sample space and Marcus asked me for the URL of the sample space. I barely got the sub-domain out of my mouth and Marcus exclaimed &#8220;That&#8217;s production!&#8221;</p>
<p>Turns out that the tutorials need to be updated. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>Lesson Learned*: Some day, you WILL accidentally do something on production</strong></p>
<p>*Actually, this was a reminder for me &#8211; I&#8217;ve already learned the lesson about messing around with production&#8230;brought a DB server completely down unknowingly once.</p>
<p>Well, there we have it. The pattern was not broken. The good news is that I really, really like the group of people I&#8217;m working with now, and hopefully won&#8217;t have to experience another first day on the job for a long while.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetestingblog.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetestingblog.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetestingblog.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetestingblog.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetestingblog.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetestingblog.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetestingblog.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetestingblog.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetestingblog.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetestingblog.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetestingblog.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetestingblog.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetestingblog.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetestingblog.wordpress.com/327/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=327&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetestingblog.com/2009/11/17/first-day-follies/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f5524b69490657d7297e7dc63c8cad62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">marrrisa</media:title>
		</media:content>
	</item>
		<item>
		<title>Forget Roles; Embrace &#8220;One&#8221;</title>
		<link>http://thetestingblog.com/2009/10/14/forget-roles-embrace-one/</link>
		<comments>http://thetestingblog.com/2009/10/14/forget-roles-embrace-one/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 21:31:21 +0000</pubDate>
		<dc:creator>Daniel Brown</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thetestingblog.com/?p=308</guid>
		<description><![CDATA[Recently, I attended the Simple Design and Testing Conference in Pittsburgh, PA. It was an excellent open space format conference.  Naresh Jain and Andrew Chen are great men to organize such an enlightening conference.  Also, thank you sponsors (Univ of Pittsburgh, Agile Alliance, Version One, Pillar, Open Information Foundation, Lean Dog, Foreopen, and Westinghouse.) for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=308&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently, I attended the <a href="http://www.sdtconf.com/">Simple Design and Testing Conference</a> in Pittsburgh, PA.</p>
<p><a href="http://www.sdtconf.com/"><img class="aligncenter size-full wp-image-310" title="treelogo" src="http://thetestingblog.files.wordpress.com/2009/10/treelogo.jpg?w=544" alt="treelogo"   /></a></p>
<p>It was an excellent open space format conference.  Naresh Jain and Andrew Chen are great men to organize such an enlightening conference.  Also, thank you sponsors (Univ of Pittsburgh, Agile Alliance, Version One, Pillar, Open Information Foundation, Lean Dog, Foreopen, and Westinghouse.) for enabling us to attend the conference for free.  You guys rock!</p>
<p>To get into the conference, you had to write a position paper on a topic you&#8217;re interested in discussing.  My position paper was on &#8220;<a href="http://www.sdtconf.com/wiki/tiki-index.php?page=DoWeReallyMatter">Do we, as software testers, really matter?</a>&#8221;  You can go read it if you want, but it&#8217;s one of the most depressing pieces I have ever written so you&#8217;ve been warned.  Basically, the premise of the paper is does it make sense to have software testers anymore or is it a deprecated trade with the evolution of software development?  When I talk about the evolution of software development, I&#8217;m talking about things like <a href="http://en.wikipedia.org/wiki/Test-driven_development">Test-Driven Development (TDD)</a>.  Since developers are being to take a test first, proactive stance toward quality, are we as pure software testers still needed?</p>
<p><strong>Roles?  Where we&#8217;re going we don&#8217;t need roles:</strong></p>
<p>One of the guys brought forth the position that &#8220;roles are evil&#8221;.  Basically, his position was something like roles within a software team are damaging because it silos responsibility to one person.  For example, if something breaks in production, then the tester is at fault for not testing that particular part.  There were several people that agreed that the team should take responsibility for all aspects of the development of the software.  Instead of concrete roles, teams should have &#8220;specializing generalists&#8221;.  What that means is that you should hire exceptional people that are talented enough to fill many roles (writing code, testing, talking to the business, architecture) but maybe specialize in one or two things.  I call this the &#8220;Commando Concept&#8221;.  In commando teams, you might have a medic, a demolition expert, a linguist, a martial arts expert, but they are all commandos.  Everyone should have should general knowledge in each area.  If a man gets hurt, everyone on the team should be able to give him medical help.  If they need to take down a bridge, everyone should be able to set up the charges and blow up the bridge.  Of course, they all need to know how to handle a hand-to-hand combat situation.  In the same way, software team members need to be able to cover all roles in order to get things done.  I liked the concept.  I thought it was great.</p>
<p><strong>Reality:</strong></p>
<p><strong></strong>All of this sounds good, but in reality, it never works that way.  One woman named Audrey brought up the fact that when everyone is responsible for an item, no one is responsible.  Things that no one wants to do just fall through the cracks and don&#8217;t get done.  For instance, there&#8217;s many developers out there that really hate testing (I was surprised to find so many developers that love testing at the SDT Conference).  Some loath testing because they could be writing more code instead of testing.  So, instead of testing the code that needs to be  tested, they might take another coding task, and the testing never gets done.  Maybe it&#8217;s touch points with the business, where nobody wants to go talk to the business to hear about their technical pain points.  Roles are in place to make sure that someone takes up the responsibility for what needs to be done.  The tester position is in place so that someone on the team worries about quality control and quality assurance.  Testers think differently, and it takes a little time to switch between a developer hat and a tester hat.  Sure developers can write unit tests and check basic logic and functionality, but who&#8217;s going to find the strange bugs that can only be found through exploratory testing?  (And yes, these bugs exist.)  Can you find people that have the talent to fulfill all the roles and have enough motivation to do them well?  Even if you have exceptional people that can be a tester, a developer, a business person, and a user, can you get enough of them to fill a whole team?  In reality, most businesses can&#8217;t afford to retain that many exceptional people.  It comes down to pure economics.  For a business, it&#8217;s cheaper to have one rock star that can do anything and the rest of the people functional in their one role.  If you have a team of rock stars, then the company will break up that team and put one rock star on every team.  Or those exceptional people will leave the company in search of better opportunities.  Or worse, the company sees their greatness and makes them into a manager, giving them a raise and throwing all their talent to the curb to be eaten by rats, birds, squirrels, ants, and raccoons.</p>
<p><strong>Conclusion</strong>:</p>
<p>There may be enough exceptional people out there that can form a team, take on all roles, but trust me, the company will be unwilling to pay for those people.  Even if they get them, they won&#8217;t be able to keep them.  Since we may not be able to get the pure, roleless team, let&#8217;s look at what we can do.  I think that you assemble teams, and you give them the expectation that everyone is responsible for everything, especially quality.  To borrow from the band U2, I&#8217;ll call this the &#8220;<a href="http://www.youtube.com/watch?v=JFWPeVfWB9o">One</a>&#8220; Philosophy.  &#8221;When it&#8217;s one need&#8230;We have to carry each other.&#8221;   As a team you have ONE goal: release high quality software.  It&#8217;s not your part and my part.  It&#8217;s the summation of all our parts.  It&#8217;s all or nothing!  One!  We have help each other out and fight through our collective short comings.  &#8221;We&#8217;re one but we&#8217;re not the same&#8230;We have to carry each other.&#8221;  Your role is developer.  My role is tester.  We are not in the same role, but regardless we have to carry each other to reach our goal: release high quality software.  As you embrace this philosophy of One, you will see the roles become fuzzy.  A developer might do testing.  A tester might gather additional requirements.  And a business analyst might fix the code.  OKAY, THE LAST ONE MIGHT BE A STRETCH!  But the point is once you carry (care) for each other, those roles won&#8217;t matter.  One will matter.</p>
<p><a href="http://www.youtube.com/watch?v=JFWPeVfWB9o">Watch the Video &#8211; U2 &#8220;One&#8221;</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetestingblog.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetestingblog.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetestingblog.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetestingblog.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetestingblog.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetestingblog.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetestingblog.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetestingblog.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetestingblog.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetestingblog.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetestingblog.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetestingblog.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetestingblog.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetestingblog.wordpress.com/308/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=308&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetestingblog.com/2009/10/14/forget-roles-embrace-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43a80f3d05753a9af40a3725839bf178?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aubrownds</media:title>
		</media:content>

		<media:content url="http://thetestingblog.files.wordpress.com/2009/10/treelogo.jpg" medium="image">
			<media:title type="html">treelogo</media:title>
		</media:content>
	</item>
		<item>
		<title>Zombie Testing!!!!</title>
		<link>http://thetestingblog.com/2009/09/25/zombie-testing/</link>
		<comments>http://thetestingblog.com/2009/09/25/zombie-testing/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 22:07:04 +0000</pubDate>
		<dc:creator>Daniel Brown</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Exploratory Testing]]></category>
		<category><![CDATA[QA]]></category>
		<category><![CDATA[SQA]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[Zombie]]></category>
		<category><![CDATA[Zombie Testing]]></category>
		<category><![CDATA[Zombies]]></category>

		<guid isPermaLink="false">http://thetestingblog.com/?p=265</guid>
		<description><![CDATA[Watch Night of the Living Dead Great Scott! Hear the echoes and screams. Hide your developers and product owners. Lock the doors to the server room! Here comes the Night of the Living Dead. They are coming to test our software! Their slow, reanimated bodies march to The hypnotic spell of predetermined test cases. They [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=265&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h6 style="text-align:center;"><img class="aligncenter size-full wp-image-268" title="night-of-the-living-dead" src="http://thetestingblog.files.wordpress.com/2009/09/night-of-the-living-dead.jpg?w=544" alt="night-of-the-living-dead"   /><a href="http://video.google.com/videoplay?docid=-2956447426428748010&amp;ei=GBa9SsKMIJ6yqgLPmOXqBg&amp;q=night+of+the+living+dead&amp;hl=en">Watch Night of the Living Dead</a></h6>
<hr />
<p style="text-align:center;"><em>Great Scott!  Hear the echoes and screams.<br />
Hide your developers and product owners.<br />
Lock the doors to the server room!<br />
Here comes the Night of the Living Dead.<br />
They are coming to test our software!<br />
Their slow, reanimated bodies march to<br />
The hypnotic spell of predetermined test cases.<br />
They mindlessly push the buttons<br />
On outdated automated test suites.<br />
They write copious, bloated documentation<br />
That no one will read!<br />
If you are a free thinking software tester,<br />
They are coming for you!<br />
God help us!  God help us all!</em></p>
<hr />While conversing with my colleagues Bill and Shannon, Shannon threw out the phrase &#8220;Zombie Testing&#8221;.  They had been talking about zombies and zombie survival all morning.  As soon as the words came out of his mouth, the lights came on for Bill and I.  We chit-chatted a second about the concept, and I agreed to go flesh it out (pun intended) in a blog posting.  Let&#8217;s start with my definition (<strong>I invite everyone to collaborate with me to come up with a richer and fuller definition</strong>.):</p>
<p><em><strong>Zombie Testing</strong></em><em>: Mindlessly  executing a program with the intent of filling spreadsheets with useless data, writing thick boiler plate bug reports, and meeting company metrics.  Find bugs is a secondary pursuit.  Any requirements verifications should be done to the letter; there&#8217;s no reason to check the intent of the requirements.</em></p>
<p>It&#8217;s true that zombies walk among us!  Your fellow software testers might be zombie testers!  But how do you know?  I&#8217;m going to lay out some indicators that might out your colleague as a zombie:</p>
<p><strong> </strong></p>
<ul>
<li><strong>They act with mindless disregard toward their job (Passive not Proactive).</strong></li>
</ul>
<p>Testers that have turned display a mindless disregard for their job.  They do not think; their brains are not buzzing with activity!  They are not analyzing requirements, looking for ambiguities.  They are not listening to conversations about new software implementation.  They are not engaged with investigating bugs to find the root cause.  They don&#8217;t communicate their unsubstantiated concerns and hunches to the developers or the project managers.  Zombie testers never pick up on disconnects between technical people and customers, nor would they intervene to increase understanding anyway. They particularly like it when these test cases are written by a QA manager and just executed by them.  Less thinking = better!</p>
<p><strong> </strong></p>
<ul>
<li><strong>They protect the status quo, rejecting new methods of testing.</strong></li>
</ul>
<p>Not only are their minds soft, but they will seek to eat the brains of all who challenge the group think.  They stifle creativity.  They have a &#8220;not invented here&#8221; mentality.  Zombie testers will continue to look for bugs using the same heuristics, and they will continue to believe that they are being effective.  Anyone that questions this status quo will be dealt with severely.  Past successes will be used to give credence to their methods; they will point to the relative stability of the group&#8217;s code base.  They will reject radical new testing paradigms like Exploratory Testing in favor of set, predetermined test cases.  Using their super lethargic strength, they will cursh all dissenters until they are assimilated as zombie testers too.  Stay clear!  Their complacency is overpowering!</p>
<p><strong> </strong></p>
<ul>
<li><strong>They don&#8217;t question developers, other testers, managers, authority figures, or process; they just march slowly and aimlessly in stride with everyone else.</strong></li>
</ul>
<p>A tester that doesn&#8217;t challenge anyone or anything displays traits of potential zombification.  Zombie testers will never go against software developers; they will assume that since the developer is an eccentric genius they must know what they are doing.  After all, complicated and over-engineered code is better; right?  When the developer makes statements like &#8220;I know what the business wants more than they do&#8221;, a zombie tester will agree that this technical person knows the business better than the business people.  Zombie testers won&#8217;t disagree with other testers that have more experience than them; after all, these senior testers have written more tests than them.  These senior testers also protect the status quo, which is great!  Zombie testers won&#8217;t disagree with their supervisors, even if their supervisor comes in with some crappie half-baked idea that he learned at a conference.  They won&#8217;t question the guru testers that have written the books.  Never mind the fact that some of those grey hair gurus haven&#8217;t tested since COBOL was <em>en vogue</em>.</p>
<p><strong> </strong></p>
<ul>
<li><span style="font-weight:normal;"><strong>They place too much faith in automated testing.</strong></span></li>
</ul>
<p>To a testing zombie, automated tests are the end all be all!  Every test requires a hammer, and our automated test platform is a big ass hammer.  Mindlessly crank these things out.  It&#8217;s easy!  Just model each test on the countless examples that are already in the massive suites.  There&#8217;s something so therapeutic about not having to think while writing test scripts.  It&#8217;s like watching TV.  These zombies love to push the button on the suite and watch as all their tests come up green.  They are all green so that must mean that the tests are all valid, cover the code correctly, and actually test what we want to test.  If the tester starts to question the integrity of the testing harness or decides to manually check something, he or she is probably not a zombie.  He or she is probably a healthy tester doing their job.</p>
<ul>
<li><span style="font-weight:normal;"><strong>They are more proud of the pretty documentation than the actual bugs they found.</strong></span></li>
</ul>
<p>One time, Bill had an interview with a tester candidate that was truly excited about the organization and prettiness of her bug reports.  He told me that in his head, he was thinking, &#8220;NO!  I don&#8217;t care about that.  I want you to find bugs, not write reports!&#8221;  If your testers really start to glow and brag about their documentation, then they might have already turned.  If they are overly critical about the way you write up your bugs or insist that you use boiler plate sheets, then be standoffish.  They might be feasting on your brains at any moment!  Tester zombies are slow, but they can be fast to protect the status quo.  If your tester is  not excited about they bugs they found or the innovative approaches they took to finding them, be very concerned!  Note: zombie testers tend to value metrics, methods, procedures, and systems more than they value making a difference in the quality of the software.  If they constantly quote material from the ISTQB certification test, then analyze how pedantic their tone is.  The more pedantic their tone, the more they&#8217;ve turned.</p>
<p><img class="aligncenter size-full wp-image-291" title="shaun-of-the-dead-zombie-group" src="http://thetestingblog.files.wordpress.com/2009/09/shaun-of-the-dead-zombie-group.jpg?w=544" alt="shaun-of-the-dead-zombie-group"   /></p>
<hr />Take heed of these warning signs that your organization isn&#8217;t overrun by a scourge of zombie testers.  Software testing is for thinkers.  You must round up the zombie testers and put them in management where their lack of creativity will go unnoticed.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetestingblog.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetestingblog.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetestingblog.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetestingblog.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetestingblog.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetestingblog.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetestingblog.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetestingblog.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetestingblog.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetestingblog.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetestingblog.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetestingblog.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetestingblog.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetestingblog.wordpress.com/265/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetestingblog.com&#038;blog=8467555&#038;post=265&#038;subd=thetestingblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetestingblog.com/2009/09/25/zombie-testing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43a80f3d05753a9af40a3725839bf178?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aubrownds</media:title>
		</media:content>

		<media:content url="http://thetestingblog.files.wordpress.com/2009/09/night-of-the-living-dead.jpg" medium="image">
			<media:title type="html">night-of-the-living-dead</media:title>
		</media:content>

		<media:content url="http://thetestingblog.files.wordpress.com/2009/09/shaun-of-the-dead-zombie-group.jpg" medium="image">
			<media:title type="html">shaun-of-the-dead-zombie-group</media:title>
		</media:content>
	</item>
	</channel>
</rss>
