<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>QA Intelligence - a QABlog &#187; Best Practices</title>
	<atom:link href="http://qablog.practitest.com/category/best-practices/feed/" rel="self" type="application/rss+xml" />
	<link>http://qablog.practitest.com</link>
	<description>Testing &#38; QA Management blog</description>
	<lastBuildDate>Tue, 07 Sep 2010 09:19:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Test Size Matters: THINK BIG, test small!</title>
		<link>http://qablog.practitest.com/2010/09/test-size-matters-think-big-test-small/</link>
		<comments>http://qablog.practitest.com/2010/09/test-size-matters-think-big-test-small/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 09:19:28 +0000</pubDate>
		<dc:creator>Joel Montvelisky</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[On-Going Improvement]]></category>
		<category><![CDATA[rules of thumb]]></category>
		<category><![CDATA[Test Methodologies]]></category>

		<guid isPermaLink="false">http://qablog.practitest.com/?p=1066</guid>
		<description><![CDATA[- Is the size of a test important?
- How big and comprehensive should a test case be?
- Should tests be always small, or should you write comprehensive tests that cover end-to-end and complex scenarios in "one-go"?

All of these are important questions, and even if there is no text-book answer for them there are some guidelines you can consider when you are wondering about this subject.


Related posts:<ol><li><a href='http://qablog.practitest.com/2007/12/rules-of-thumb-vs-silver-bullets/' rel='bookmark' title='Permanent Link: Rules of thumb vs. Silver bullets'>Rules of thumb vs. Silver bullets</a></li>
<li><a href='http://qablog.practitest.com/2008/03/walking-a-mile-on-a-developers-shoes-why-we-should-not-assume-they-can-test-like-testers/' rel='bookmark' title='Permanent Link: Walking a mile on a Developer&#8217;s Shoes &#8211; why we should not assume they can test like testers'>Walking a mile on a Developer&#8217;s Shoes &#8211; why we should not assume they can test like testers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>- Is the size of a test important?<br />
- How big and comprehensive should a test case be?<br />
- Should tests be always small, or should you write comprehensive tests that cover end-to-end and complex scenarios in &#8220;one-go&#8221;?</p>
<p>All of these are important questions, and even if there is no text-book answer for them there are some guidelines you can consider when wondering about this subject.</p>
<p><a href="http://qablog.practitest.com/wp-content/uploads/2010/09/DSC_3554.jpg"><img class="aligncenter size-medium wp-image-1068" title="Size matters" src="http://qablog.practitest.com/wp-content/uploads/2010/09/DSC_3554-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>My thoughts on test sizes were prompted by 2 separate events.  This week we are starting a long-range project to re-factor PractiTest&#8217;s test automation framework (the one we use to test ourselves!).  This time we are making a conscious effort to keep our tests as short as possible and to re-use them as part of more complex test-sets.</p>
<p>I am also guiding one of our PractiTest users on his custom deployment, and we are trying to define how deep and extensive should the tests be in order to answer his needs and constraints.  With this customer we are reaching the conclusion that most of the tests should be kept small and high level; but still a limited number of regression scenarios will be written very detailed and covering the system from end to end.</p>
<p>When considering the right size and depth of your test the spectrum is extremely wide.  On the one hand you can write a word-by-word scripted test, allowing you to take &#8216;any person from the street&#8217; and use him to test an application he hasn&#8217;t ever seen.  On the other hand you can give an application to a tester and ask for her &#8220;professional opinion&#8221; without giving her any indication to what the AUT should do or what you want to check, then come back 3 days later to see what she has to say.</p>
<p>I personally think that both of these extremes are wrong!  But there is a large space in the middle to choose from, and many times the right choice will not be easy to find or trivially clear.</p>
<p>I personally prefer my tests to be small and as high-level as possible. I believe that if I take good testers and we give them an introduction on what the AUT should do and who it should serve, then I don&#8217;t need to provide them with step by steps cases in order for them to do the job right.</p>
<p>Instead of creating extensive test cases I prefer to user generic check-lists and heuristics to help me go over my application.  These tools allow me and my testers to test thoroughly and to find the important stuff; but on the other hand it doesn&#8217;t drive us mad by writing kilometric tests with low-level steps that no one really needs and just frustrate testers simply by needing to read them.</p>
<p>There is also an added point to having high-level tests, they force us to think when we test!  I&#8217;ve seen that if you give even an experienced tester a very detailed test she will turn into a kind of live-test-automation-tool, performing each and every step but being so focused on it that she doesn&#8217;t pay attention to the &#8220;interesting scenarios&#8221; lying right next to her predefined test.</p>
<p>When your tests are high-level steps or even charters or threats (like a couple of interesting articles I read this week about Exploratory Thread-based testing by the Bach Brothers &#8211; here are both by <a href="http://www.satisfice.com/blog/archives/503" target="_blank">James</a> &amp; <a href="http://jonbox.wordpress.com/2010/08/27/a-new-thread/" target="_blank">Jon</a>) you actually motivate your testers to THINK BIG and take more responsibility for the test execution, overall achieving better results and finding more interesting and severe bugs.</p>
<p>On the other hand, having no tests at all and trusting on the intuition of your testers is a sure recipe for failure and important escaping defects; specially when not all your testers are experts in all the system, and even worst if they need to work under pressure when needing to provide results quickly.</p>
<p>So I guess that at least for me size does matter in my tests!  I try to keep them small and smart as possible.</p>
<p>What do you think?</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://qablog.practitest.com/2010/09/test-size-matters-think-big-test-small/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://qablog.practitest.com/2010/09/test-size-matters-think-big-test-small/&amp;title=Test+Size+Matters%3A+THINK+BIG%2C+test+small%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://qablog.practitest.com/2010/09/test-size-matters-think-big-test-small/&amp;title=Test+Size+Matters%3A+THINK+BIG%2C+test+small%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://qablog.practitest.com/2010/09/test-size-matters-think-big-test-small/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://qablog.practitest.com/2010/09/test-size-matters-think-big-test-small/&amp;title=Test+Size+Matters%3A+THINK+BIG%2C+test+small%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://qablog.practitest.com/2010/09/test-size-matters-think-big-test-small/&amp;title=Test+Size+Matters%3A+THINK+BIG%2C+test+small%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://qablog.practitest.com/2010/09/test-size-matters-think-big-test-small/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Test+Size+Matters%3A+THINK+BIG%2C+test+small%21+-+http://bit.ly/cXSxjl&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://qablog.practitest.com/2010/09/test-size-matters-think-big-test-small/&amp;t=Test+Size+Matters%3A+THINK+BIG%2C+test+small%21" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://qablog.practitest.com/2007/12/rules-of-thumb-vs-silver-bullets/' rel='bookmark' title='Permanent Link: Rules of thumb vs. Silver bullets'>Rules of thumb vs. Silver bullets</a></li>
<li><a href='http://qablog.practitest.com/2008/03/walking-a-mile-on-a-developers-shoes-why-we-should-not-assume-they-can-test-like-testers/' rel='bookmark' title='Permanent Link: Walking a mile on a Developer&#8217;s Shoes &#8211; why we should not assume they can test like testers'>Walking a mile on a Developer&#8217;s Shoes &#8211; why we should not assume they can test like testers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://qablog.practitest.com/2010/09/test-size-matters-think-big-test-small/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A chance to take a look back</title>
		<link>http://qablog.practitest.com/2010/08/a-chance-to-take-a-look-back/</link>
		<comments>http://qablog.practitest.com/2010/08/a-chance-to-take-a-look-back/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 17:40:51 +0000</pubDate>
		<dc:creator>Joel Montvelisky</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Testing Intelligence]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[Self-criticism]]></category>

		<guid isPermaLink="false">http://qablog.practitest.com/?p=1043</guid>
		<description><![CDATA[After a break of 2 months from posting I found myself reviewing the subjects I've talked about in the past in this QABlog.  I found some interesting points to revisit briefly before renewing the regular posting.


Related posts:<ol><li><a href='http://qablog.practitest.com/2010/05/testing-the-image-in-the-mirror-or-why-a-good-tester-needs-to-be-self-critical/' rel='bookmark' title='Permanent Link: Testing the image in the mirror - or - Why a good tester needs to be Self-Critical?'>Testing the image in the mirror <br/>- or -<br/> Why a good tester needs to be Self-Critical?</a></li>
<li><a href='http://qablog.practitest.com/2009/05/when-you-think-youve-done-enough-go-for-a-walk-and-then-think-again/' rel='bookmark' title='Permanent Link: When you think you&#8217;ve done enough, go for a walk and then think again'>When you think you&#8217;ve done enough, go for a walk and then think again</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This weekend I realized my last post was almost 2 months ago, on July 4th.</p>
<p>This break from writing was not intentional and it was not really a break since I was really busy with tons of PractiTest work and some additional heavy-duty chores related to caring for 2 small children during their summer vacations.   But there was also a positive side to this pause since it gave me a chance to reflect on what I&#8217;ve written on the blog so far, the subjects I&#8217;ve covered and those I haven&#8217;t gotten to yet.</p>
<p>I did something interesting, using &#8220;wordle&#8221; (a very cool app!) I generated a word map of the blog&#8217;s content:</p>
<div id="attachment_1046" class="wp-caption aligncenter" style="width: 310px"><a href="http://qablog.practitest.com/wp-content/uploads/2010/08/qablog_wordcloud_08_2010.png"><img class="size-medium wp-image-1046" title="qablog_wordcloud_08_2010" src="http://qablog.practitest.com/wp-content/uploads/2010/08/qablog_wordcloud_08_2010-300x178.png" alt="" width="300" height="178" /></a><p class="wp-caption-text">Word Cloud for the QABlog</p></div>
<p>It was no surprise that the word TESTING came so strong and central, but there were also some other words that took an important place and I want to take this chance to review them.<br />
<br/><br />
<strong>SHARE</strong> &#8211; Sharing is (almost) always positive, but in Software Development and specially in Agile Teams it becomes one of the biggest success or failure factors.<br />
I am currently reading &#8220;Agile Testing&#8221; by Lisa Crispin and Janet Gregory and it covers this point broadly with many reasons why sharing and collaboration are two of the most important factors for succeeding in agile processes.  By the way, the book is a great read and I recommend it even to testers who are not part of Agile Teams.<br />
<br/><br />
<strong>TIME</strong> &#8211; If I had 3 wishes they would be happiness for my kids, world peace, and a 32 hour day!  Time is one of our most valuable assets and so we need to learn to manage it correctly.<br />
But managing time is not enough, we also need to learn to respect it, both our time and that of our colleagues.  For me personally the biggest time waster is context switching. When I stop what I&#8217;m doing to read mails, answer IM&#8217;s or phone calls, or even when someone walks up to me to ask &#8220;just one small question&#8221; it takes me between 5 to 10 minutes to reach the level of concentration I was before the interrupt.  If you do this 2 or 3 times an hour you end up spending half the time just getting to restart your work.  Can you relate to this?<br />
<br/><br />
<strong>THINK</strong> &#8211; this is a big one!<br />
Most of us don&#8217;t really think as much as we&#8217;d like to accept, we are mostly busy reacting to what is going on around us.<br />
To really think we need to take a time-out, breath deeply for a couple of minutes and clear our heads from all the urgent things in order to focus on the important ones (notice that most times the urgent things are not necessarily the most important ones!).  When was the last time you did this??<br />
Whenever we take the time to THINK we use our resources better by investing them on the tasks that are really needed.  It&#8217;s a shame we don&#8217;t get to do this more often&#8230;<br />
<br/><br />
<strong>DEVELOPERS</strong> &#8211; these guys and galls are our biggest allies, and yet they&#8217;re also the ones with whom we tend to be most in-conflict during our projects.<br />
Our relationship with developers makes me think about the classic book &#8220;Men are from Mars &amp; Women are from Venus&#8221; by John Grey.  In fact we need to understand that the issues between developers and testers are mainly linked to the fact that we are 2 different species (or at the least belong to 2 different cultures) and in order to communicate and work together we need to understand and respect the principles of the other side, what&#8217;s important for each of us, and how each one approaches problems and challenges in his own way.<br />
The key lies in understanding &amp; communicating with your colleagues- just like in all types of relationships.<br />
<br/><br />
<strong>PERSPECTIVE</strong> &#8211; one of my personal favorites and closely related to thinking.<br />
When you are in the middle of the forest it becomes too hard to look at the trees.  Perspective allows us to take a new look at the issues we are working on and check for new and interesting stuff even in the places we&#8217;ve already visited multiple times before.<br />
Gaining perspective is relatively easy, you just need to fully focus your attention on another subject for some time and then revisit your previous task.  Just by switching context you will be able to see things under a different light.<br />
I use this all the time: when testing to make sure I really covered all the important scenarios; when trying to solve problems by looking for different approaches that may give a better result; and even when in I find myself arguing with a colleague when I take time-off to cool down and think about the stuff that is really important.  Give it a try, and tell me if it worked for you!<br />
<br/><br />
Lastly an interesting pairing of words that came out of the random image:<br />
<strong>GOOD SCENARIOS</strong> &#8211; something I have not talked about much in the blog but a subject I think I will write about in the near future <img src='http://qablog.practitest.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<br/><br />
I am hoping that now that summer vacations are reaching their end, and after having released some pretty amazing stuff in PractiTest that we were working on for a number of weeks, I will have some more time in my hands to continue posting more regularly&#8230;</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://qablog.practitest.com/2010/08/a-chance-to-take-a-look-back/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://qablog.practitest.com/2010/08/a-chance-to-take-a-look-back/&amp;title=A+chance+to+take+a+look+back" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://qablog.practitest.com/2010/08/a-chance-to-take-a-look-back/&amp;title=A+chance+to+take+a+look+back" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://qablog.practitest.com/2010/08/a-chance-to-take-a-look-back/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://qablog.practitest.com/2010/08/a-chance-to-take-a-look-back/&amp;title=A+chance+to+take+a+look+back" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://qablog.practitest.com/2010/08/a-chance-to-take-a-look-back/&amp;title=A+chance+to+take+a+look+back" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://qablog.practitest.com/2010/08/a-chance-to-take-a-look-back/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=A+chance+to+take+a+look+back+-+http://bit.ly/cuAriV&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://qablog.practitest.com/2010/08/a-chance-to-take-a-look-back/&amp;t=A+chance+to+take+a+look+back" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://qablog.practitest.com/2010/05/testing-the-image-in-the-mirror-or-why-a-good-tester-needs-to-be-self-critical/' rel='bookmark' title='Permanent Link: Testing the image in the mirror - or - Why a good tester needs to be Self-Critical?'>Testing the image in the mirror <br/>- or -<br/> Why a good tester needs to be Self-Critical?</a></li>
<li><a href='http://qablog.practitest.com/2009/05/when-you-think-youve-done-enough-go-for-a-walk-and-then-think-again/' rel='bookmark' title='Permanent Link: When you think you&#8217;ve done enough, go for a walk and then think again'>When you think you&#8217;ve done enough, go for a walk and then think again</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://qablog.practitest.com/2010/08/a-chance-to-take-a-look-back/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>4 Practical Tips for Testing your Application &#8220;In a New Light&#8221;</title>
		<link>http://qablog.practitest.com/2010/06/4-practical-tips-for-testing-your-application-in-a-new-light/</link>
		<comments>http://qablog.practitest.com/2010/06/4-practical-tips-for-testing-your-application-in-a-new-light/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 09:18:44 +0000</pubDate>
		<dc:creator>Joel Montvelisky</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Test Process]]></category>
		<category><![CDATA[Test Methodologies]]></category>
		<category><![CDATA[Testing Tips]]></category>

		<guid isPermaLink="false">http://qablog.practitest.com/?p=946</guid>
		<description><![CDATA[A good tester needs to be able to look at his application with different perspective points and "in a new light" in order to find as much as the bugs in the system as he can.  Here are some tips on how to gain perspective during our testing tasks.


Related posts:<ol><li><a href='http://qablog.practitest.com/2009/01/pair-testing-a-practical-solution-for-getting-out-of-the-mud/' rel='bookmark' title='Permanent Link: Pair-Testing a practical solution for getting out of the mud'>Pair-Testing a practical solution for getting out of the mud</a></li>
<li><a href='http://qablog.practitest.com/2009/05/when-you-think-youve-done-enough-go-for-a-walk-and-then-think-again/' rel='bookmark' title='Permanent Link: When you think you&#8217;ve done enough, go for a walk and then think again'>When you think you&#8217;ve done enough, go for a walk and then think again</a></li>
<li><a href='http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/' rel='bookmark' title='Permanent Link: 5 Ideas on how &#8220;User Profiles&#8221; can Improve Your Testing'>5 Ideas on how &#8220;User Profiles&#8221; can Improve Your Testing</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Look at the following South-Side-Up Map of The World (<em>click on the image to expand it</em>)</p>
<p><a href="http://qablog.practitest.com/wp-content/uploads/2010/06/Upsidedown-Map-Of-The-World-Optimized.jpg"><img class="aligncenter size-medium wp-image-945" title="Upsidedown Map Of The World--Optimized" src="http://qablog.practitest.com/wp-content/uploads/2010/06/Upsidedown-Map-Of-The-World-Optimized-300x207.jpg" alt="" width="300" height="207" /></a></p>
<p>When I first saw it on the wall of a friend&#8217;s office I thought to myself &#8220;Australia is really big!&#8221;, then I looked at Europe, America &amp; Russia and started seeing things I had not noticed before.</p>
<p>What happened to me here as I looked at the map and started seeing things differently is called &#8220;a change of perspective&#8221;, and it is a common way to look for new and interesting stuff in old places or to try to solve problems by looking at them &#8220;in a new light&#8221;.</p>
<p>The ability to look at things in a new light is one of the most important skills a tester should develop.  It is extremely useful in order to be able to test your product thoroughly from multiple perspectives, and maybe even more important to be able to effectively test the same product time and time again without missing the new bugs.</p>
<p><br/></p>
<h3>Simple tips to gain testing perspective:</h3>
<p>I have a number of techniques I use in order to gain a new perspective during my testing tasks:</p>
<p><strong>1.  Move to another task for a couple of hours/days.</strong></p>
<p>This one is the simplest.  When you think &#8220;you are done&#8221; with testing something put it aside for a couple of hours or a couple of days and go to test something else.  When you return to the original project look for scenarios or areas in your product you didn&#8217;t test before.<br />
It is important that the &#8220;time in between&#8221; is spent in a testing-related task and not on a meeting, having lunch, or going home for the night; it&#8217;s the context-switch that gives you the shake-up needed to find the old-new bugs.</p>
<p><strong>2.  Do a walk-through of the product to someone else in your team.</strong></p>
<p>Grab hold of a developer or another tester in your team and take him on a walk-through of the application and the areas you&#8217;ve tested up to now, ask him for feedback.  What you will be doing is a peer-review of your testing, very effective in providing valuable and cost-effective feedback.<br />
This simple exercise has NEVER failed to provide me with interesting new areas to test.</p>
<p><strong>3.  See a demo of a competitor</strong></p>
<p>A very easy and fast way to get new ideas to test stuff is by seeing a demo of one of the competitor products for your application.  While looking at the demo or even browsing through their site you will start thinking of scenarios and functionality in your system you haven&#8217;t tested.</p>
<p><strong>4.  Talk to a user (or Product Manager) and ask him to explain the product to you in his words</strong></p>
<p>This one is similar to looking at your competitor&#8217;s site but more focused on your product.  The idea is to pay attention to the way others describe your product and look for things in their &#8220;marketing pitch&#8221; that you have not covered in your testing scenarios.<br />
Great candidates for this task are your sales-people, who are constantly selling your product by highlighting specific features and scenarios in your AUT.</p>
<p><br/></p>
<p>From my professional experience, perspective is a MUST for all testers, and proactively modifying the light under which we test our AUTs is something we need to be able to do in order to be Great Professional Testers.</p>
<p><br/></p>
<p>Do you have additional tips or methods for gaining a different perspective while testing your products?  Please share them with the rest of us by posting them as comments.</p>
<p><br/></p>
<p>BTW, you can buy the upside-down map from the <a href="http://www.mapsworldwide.com/sku_29439.htm" target="_blank">HEMA site</a> and hang it in your wall as a reminder <img src='http://qablog.practitest.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://qablog.practitest.com/2010/06/4-practical-tips-for-testing-your-application-in-a-new-light/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://qablog.practitest.com/2010/06/4-practical-tips-for-testing-your-application-in-a-new-light/&amp;title=4+Practical+Tips+for+Testing+your+Application+%22In+a+New+Light%22" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://qablog.practitest.com/2010/06/4-practical-tips-for-testing-your-application-in-a-new-light/&amp;title=4+Practical+Tips+for+Testing+your+Application+%22In+a+New+Light%22" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://qablog.practitest.com/2010/06/4-practical-tips-for-testing-your-application-in-a-new-light/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://qablog.practitest.com/2010/06/4-practical-tips-for-testing-your-application-in-a-new-light/&amp;title=4+Practical+Tips+for+Testing+your+Application+%22In+a+New+Light%22" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://qablog.practitest.com/2010/06/4-practical-tips-for-testing-your-application-in-a-new-light/&amp;title=4+Practical+Tips+for+Testing+your+Application+%22In+a+New+Light%22" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://qablog.practitest.com/2010/06/4-practical-tips-for-testing-your-application-in-a-new-light/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=4+Practical+Tips+for+Testing+your+Application+%22In+a+New+Light%22+-+http://bit.ly/bQRwV1&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://qablog.practitest.com/2010/06/4-practical-tips-for-testing-your-application-in-a-new-light/&amp;t=4+Practical+Tips+for+Testing+your+Application+%22In+a+New+Light%22" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://qablog.practitest.com/2009/01/pair-testing-a-practical-solution-for-getting-out-of-the-mud/' rel='bookmark' title='Permanent Link: Pair-Testing a practical solution for getting out of the mud'>Pair-Testing a practical solution for getting out of the mud</a></li>
<li><a href='http://qablog.practitest.com/2009/05/when-you-think-youve-done-enough-go-for-a-walk-and-then-think-again/' rel='bookmark' title='Permanent Link: When you think you&#8217;ve done enough, go for a walk and then think again'>When you think you&#8217;ve done enough, go for a walk and then think again</a></li>
<li><a href='http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/' rel='bookmark' title='Permanent Link: 5 Ideas on how &#8220;User Profiles&#8221; can Improve Your Testing'>5 Ideas on how &#8220;User Profiles&#8221; can Improve Your Testing</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://qablog.practitest.com/2010/06/4-practical-tips-for-testing-your-application-in-a-new-light/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SaaS Testing Webinar</title>
		<link>http://qablog.practitest.com/2010/04/summarazing-my-saas-testing-webinar/</link>
		<comments>http://qablog.practitest.com/2010/04/summarazing-my-saas-testing-webinar/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 17:37:53 +0000</pubDate>
		<dc:creator>Joel Montvelisky</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Conferences & Seminars]]></category>
		<category><![CDATA[Test Process]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[SaaS Testing]]></category>
		<category><![CDATA[Webinar]]></category>

		<guid isPermaLink="false">http://qablog.practitest.com/?p=751</guid>
		<description><![CDATA[On April 21st I gave a webinar titled "Testing a SaaS Platform on an Agile World" here is a syntax of the presentation and some of the questions asked during the session.


Related posts:<ol><li><a href='http://qablog.practitest.com/2008/02/leveraging-customers-rejections-into-your-testing-environment/' rel='bookmark' title='Permanent Link: Leveraging Customers Rejections into Your Testing Environment'>Leveraging Customers Rejections into Your Testing Environment</a></li>
<li><a href='http://qablog.practitest.com/2009/07/there-really-is-a-difference-to-cast/' rel='bookmark' title='Permanent Link: There really is a difference to CAST'>There really is a difference to CAST</a></li>
<li><a href='http://qablog.practitest.com/2009/03/how-we-test-our-saas-qa-platform/' rel='bookmark' title='Permanent Link: How we test our SaaS QA Platform'>How we test our SaaS QA Platform</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This week I was invited by SoftTest Ireland (&amp; more specifically by <a href="http://mavericktester.com/" target="_blank">Anne-Marie Charrett</a>) to present a webinar on how we test PractiTest as a SaaS Application.</p>
<p>I hope the people who attended the webinar enjoyed it. I certainly did, specially after we started the presentation and my level of anxiety went down a little <img src='http://qablog.practitest.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I won&#8217;t go into the details of the presentation since you can see all the slides bellow or you can see a <a href="http://www.blog.sogeti.ie/2010/04/softtest-webinar-testing-saas-software.html" target="_blank">recording of the presentation</a>, co-sponsored and hosted by <a href="http://www.sogeti.ie/" target="_blank">Sogeti</a>.</p>
<p><object width="425" height="348"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=saastestingonanagileworld-100425031113-phpapp02"/><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=saastestingonanagileworld-100425031113-phpapp02"  type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="348"></embed></object><br />
<br/><br />
I did wanted to go over some of the questions I was asked at the end of the presentation, since I found them interesting and worth reviewing a little more in detail.<br />
<br/><br />
<span style="text-decoration: underline;"><strong>Question:</strong></span> <em>Do you test during the iteration on the cloud or do you test on in-house servers?  When do you test on the cloud, throughout the iteration or only during regression testing?</em><strong><br />
<span style="text-decoration: underline;">Answer:</span></strong> We believe in testing as soon as possible on servers that closely reflect our production environment, that is why all our tests (sanity, functional, regression, etc) are performed on servers and environments hosted on the cloud and using infrastructure similar (or identical) to the one we use to run our products live.<br />
This is always a good practice, but it is vital for SaaS and cloud-based applications, where even a small issue in the configuration of the servers can make very big differences in the behavior of the system and the user-experience of our customers worldwide.<br />
<br/><br />
<span style="text-decoration: underline;"><strong>Question:</strong></span><em> SaaS applications are typically highly configurable i.e. different clients have different options and pages etc.  How would you approach this in terms of regression testing? Do you pick a sub-set of the most widely used pages, and create a dummy client configuration or what would you suggest as a best approach?</em><br />
<span style="text-decoration: underline;"><strong>Answer:</strong></span> This is truly one of the challenges of testing a configurable and modular QA Management Solution such as PractiTest where our users not only can choose to use different modules of the system but can also configure it on different ways to match their needs.<br />
I find that the best way to handle this challenge is by working with <a href="http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/" target="_blank">User Profiles</a>, and having different environments set up ahead of time that reflect real-life configurations and customizations of our users.  This approach allows us to work on testing environments that reflect the whole spectrum of configurations and customizations we may have.<br />
We also use a learning approach where on the occasions a new issue is detected on our Production environments we learn from it and find ways to incorporate it into our testing process, many times this involves adding a customization pattern to one of our existing profiles.<br />
<br/><br />
<span style="text-decoration: underline;"><strong>Question:</strong></span> <em>Are there any specific challenges associated with being on the cloud (Amazon in your case) in regards to functional or load &amp; performance testing?</em><br />
<strong><span style="text-decoration: underline;">Answer:</span> </strong> There were some challenges involved with our initial testing steps in the cloud.  We&#8217;ve learned a lot and constantly improve the ways we work as we run into new difficulties and learn from them.  For example, I already said that our testing environments sit on the cloud, at the beginning it was very difficult to update these environments with new builds or even specific patches we wanted to test.  With time we realized we needed &#8220;something&#8221; that would allow the QA to deploy the product on the testing environment without the constant help of Development or IT; so we worked with them to create a set of scripts that would allows us to deploy to our testing environments automatically.<br />
And this is obviously only an example of the many things we now do differently due to our testing environment constraints.<br />
<br/><br />
There were some additional questions that were asked on the webinar, but I will leave them for future posts since I believe they require more detailed attention.</p>
<p>In the meantime I wanted to thanks SoftTest &amp; Anne-Marrie for inviting me, Sogeti for providing the logistical help and the hosting, and obviously all the people who attended for their time and their interesting questions and feedback.</p>
<p>If someone has additional questions from the presentation or the slides you can post them as comments and I will answer them gladly!</p>
<p><em><br />
</em></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://qablog.practitest.com/2010/04/summarazing-my-saas-testing-webinar/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://qablog.practitest.com/2010/04/summarazing-my-saas-testing-webinar/&amp;title=SaaS+Testing+Webinar" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://qablog.practitest.com/2010/04/summarazing-my-saas-testing-webinar/&amp;title=SaaS+Testing+Webinar" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://qablog.practitest.com/2010/04/summarazing-my-saas-testing-webinar/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://qablog.practitest.com/2010/04/summarazing-my-saas-testing-webinar/&amp;title=SaaS+Testing+Webinar" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://qablog.practitest.com/2010/04/summarazing-my-saas-testing-webinar/&amp;title=SaaS+Testing+Webinar" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://qablog.practitest.com/2010/04/summarazing-my-saas-testing-webinar/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=SaaS+Testing+Webinar+-+http://bit.ly/arET18&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://qablog.practitest.com/2010/04/summarazing-my-saas-testing-webinar/&amp;t=SaaS+Testing+Webinar" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://qablog.practitest.com/2008/02/leveraging-customers-rejections-into-your-testing-environment/' rel='bookmark' title='Permanent Link: Leveraging Customers Rejections into Your Testing Environment'>Leveraging Customers Rejections into Your Testing Environment</a></li>
<li><a href='http://qablog.practitest.com/2009/07/there-really-is-a-difference-to-cast/' rel='bookmark' title='Permanent Link: There really is a difference to CAST'>There really is a difference to CAST</a></li>
<li><a href='http://qablog.practitest.com/2009/03/how-we-test-our-saas-qa-platform/' rel='bookmark' title='Permanent Link: How we test our SaaS QA Platform'>How we test our SaaS QA Platform</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://qablog.practitest.com/2010/04/summarazing-my-saas-testing-webinar/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Become an Expert Customer-Advocate in 5 Steps</title>
		<link>http://qablog.practitest.com/2010/04/become-an-expert-customer-advocate-in-5-steps/</link>
		<comments>http://qablog.practitest.com/2010/04/become-an-expert-customer-advocate-in-5-steps/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 07:10:41 +0000</pubDate>
		<dc:creator>Joel Montvelisky</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Test Process]]></category>
		<category><![CDATA[Customer Advocate]]></category>
		<category><![CDATA[User Profiles]]></category>

		<guid isPermaLink="false">http://qablog.practitest.com/?p=702</guid>
		<description><![CDATA[My last post was about the advantages of User Profiles in testing; Sarah Murphy wrote a follow-up post on her blog saying that maybe we don&#8217;t really know our customers that well, and this fact can seriously hamper the effectiveness of our tests.  To that Sarah, I can only say: AMEN!! So the question now <a href="http://qablog.practitest.com/2010/04/become-an-expert-customer-advocate-in-5-steps/" class="more-link">More &#62;</a>


Related posts:<ol><li><a href='http://qablog.practitest.com/2008/10/qa-as-customer-representatives-within-the-rd/' rel='bookmark' title='Permanent Link: QA as Customer Representatives within the R&amp;D'>QA as Customer Representatives within the R&amp;D</a></li>
<li><a href='http://qablog.practitest.com/2008/05/where-does-it-hurt/' rel='bookmark' title='Permanent Link: Where does it hurt?'>Where does it hurt?</a></li>
<li><a href='http://qablog.practitest.com/2008/06/business-process-testing-are-you-doing-it-already/' rel='bookmark' title='Permanent Link: Business Process Testing &#8211; are you doing it already?'>Business Process Testing &#8211; are you doing it already?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>My last post was about the <a href="http://http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/" target="_blank">advantages of User Profiles in testing</a>; Sarah Murphy wrote a <a href="http://sarahmurphy-test-soft.blogspot.com/2010/04/user-profiles-in-testing.html" target="_blank">follow-up post</a> on her blog saying that maybe we don&#8217;t really know our customers that well, and this fact can seriously hamper the effectiveness of our tests.  To that Sarah, I can only say: AMEN!!</p>
<p>So the question now is how do you get to know your users better?  And taking that even further, how can you as a Tester become <strong>The Expert Customer-Advocate</strong> of your Company?</p>
<p style="text-align: center;"><a href="http://http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/" target="_blank"><img class="aligncenter size-medium  wp-image-711" title="hammer" src="http://qablog.practitest.com/wp-content/uploads/2010/04/hammer-300x225.jpg" alt="hammer" width="210" height="158" /></a></p>
<p>I asked myself this question some years ago while working as a QA Manager at a large Enterprise Software firm where we had hundreds of thousands of end-users and we were not sure we understood them well enough.</p>
<p>My team played with some ideas and we came up with a number of actions that helped us to get to know our users better, and leverage this knowledge in order to improve our tests, our data and our overall approach to testing the product.  This information also ended up improving the product, since we became better (more accurate) representatives of our end-users within the Development process, providing feedback during the times it mattered most.  </p>
<p>I wrote about this <a href="http://qablog.practitest.com/2008/10/qa-as-customer-representatives-within-the-rd/" target="_blank">in the past</a>, but I think this is a good time to bring the subject up again and to expand some more on what we did and how you can do it too.</p>
<p><br/></p>
<h2>5 Ways to Become an Expert Tester Customer-Advocate</h2>
<p><br/></p>
<h3>(1) Join the Product Team when they go out to customers</h3>
<p>This is the simplest way.  Most companies have a person or a team in charge of gathering information from their users and passing it along to the rest of the organization.  In some places this team is called Product Management, Product Owners, or even Account Managers.</p>
<p>Whatever their title is, go and ask them to join their visits next time they go out to the field to talk to users.  Explain to them your objective: to go and see how real people work in order to test the product more realistically.<br />
If your Product Team has any sense they will more than gladly take you along and even choose the customers that matter most for this purpose.</p>
<p><br/></p>
<h3>(2) Help to Provide Technical Assistance On-Site</h3>
<p>Some good opportunities can be found during technical  interactions such as presales engagements, professional service, or even  on-site support visits.  As a QA Engineer you have good and deep technical knowledge of your product and you can offer this  knowledge to help other people in your company that need to work directly with customers.</p>
<p>For example look for the next time a sales person has to do a complex demo at a customer and ask to go and help him  out. Sales people are always eager to get help from R&amp;D since it  takes the burden and the risk from running the demo, and it also makes them look  better in front of the client to bring a technical expert with him <img src='http://qablog.practitest.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p><br/></p>
<h3>(3) Provide Technical Support Remotely</h3>
<p>Even if you don&#8217;t get to meet user face-to-face you can still interact with them remotely.  Join support calls together with your customer care team and listen to what users do and what assistance they need as part of their routine work.</p>
<p>By taking part of these calls you will understand what product-operations are not as trivial as the R&amp;D thinks, what working assumptions are correct or incorrect,  and what problems and limitations are the ones that bother users most.</p>
<p><br/></p>
<h3>(4) Interview and Learn from the People who are in Direct Contact with Users</h3>
<p>As we progress in the list we get further apart from direct contact, but that doesn&#8217;t mean the value of the information decreases in any way.  One of the most effective ways of getting valuable information about your users (their likes, dislikes, issues, and wishes) is by asking the people who are in constant contact with them.</p>
<p>Go and talk to Sales people, Support people, Professional Services people, to everyone who is involved with the users and can tell you about them.  Gather the feedback from them and use it in order to generate your own <a href="http://http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/" target="_blank">User Profiles</a>.</p>
<p><br/></p>
<h3>(5) Read What Users Say About Your Product and Company On-Line</h3>
<p>Last but not least, look for comments from your users on-line.  Most products and companies have user forums, support sites, and even communities; even better if they are independently run since they will be impartial.</p>
<p>In these places you will mostly see the 2 extremes: customers who think your product is &#8220;the greatest invention since sliced bread&#8221;, and those who think it simply sucks!<br />
Filtering out the emotions (and emoticons) and you will be able to understand what is good and what is bad; and if you pay special attention you will even get to understand a little about the why&#8230;</p>
<p><br/></p>
<h2>What do you do with all this information?</h2>
<p>Once you are able to gather inputs be careful not to run too fast and reach quick conclusions.  Take some time to investigate the reasons and to correlate between the information you gathered, look for the patterns that will help you reach the deep conclusions about your user, product, company, etc</p>
<p>Your objective by gathering this data needs to be clear: you want to have a better understanding of your users and to paint a picture in your mind of how they see your product.  What do they like and why?  And what they think needs to be improved and how?</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://qablog.practitest.com/2010/04/become-an-expert-customer-advocate-in-5-steps/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://qablog.practitest.com/2010/04/become-an-expert-customer-advocate-in-5-steps/&amp;title=Become+an+Expert+Customer-Advocate+in+5+Steps" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://qablog.practitest.com/2010/04/become-an-expert-customer-advocate-in-5-steps/&amp;title=Become+an+Expert+Customer-Advocate+in+5+Steps" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://qablog.practitest.com/2010/04/become-an-expert-customer-advocate-in-5-steps/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://qablog.practitest.com/2010/04/become-an-expert-customer-advocate-in-5-steps/&amp;title=Become+an+Expert+Customer-Advocate+in+5+Steps" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://qablog.practitest.com/2010/04/become-an-expert-customer-advocate-in-5-steps/&amp;title=Become+an+Expert+Customer-Advocate+in+5+Steps" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://qablog.practitest.com/2010/04/become-an-expert-customer-advocate-in-5-steps/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Become+an+Expert+Customer-Advocate+in+5+Steps+-+http://bit.ly/9xcEnB&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://qablog.practitest.com/2010/04/become-an-expert-customer-advocate-in-5-steps/&amp;t=Become+an+Expert+Customer-Advocate+in+5+Steps" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://qablog.practitest.com/2008/10/qa-as-customer-representatives-within-the-rd/' rel='bookmark' title='Permanent Link: QA as Customer Representatives within the R&amp;D'>QA as Customer Representatives within the R&amp;D</a></li>
<li><a href='http://qablog.practitest.com/2008/05/where-does-it-hurt/' rel='bookmark' title='Permanent Link: Where does it hurt?'>Where does it hurt?</a></li>
<li><a href='http://qablog.practitest.com/2008/06/business-process-testing-are-you-doing-it-already/' rel='bookmark' title='Permanent Link: Business Process Testing &#8211; are you doing it already?'>Business Process Testing &#8211; are you doing it already?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://qablog.practitest.com/2010/04/become-an-expert-customer-advocate-in-5-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Ideas on how &#8220;User Profiles&#8221; can Improve Your Testing</title>
		<link>http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/</link>
		<comments>http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 08:16:02 +0000</pubDate>
		<dc:creator>Joel Montvelisky</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Test Process]]></category>
		<category><![CDATA[Test Methodologies]]></category>
		<category><![CDATA[User Profiles]]></category>

		<guid isPermaLink="false">http://www.practitest.com/qablog/?p=108</guid>
		<description><![CDATA[User Profiles is a powerful tool to use when testing.  Following are 5 ideas you can implement as part of your process that will increase the value and effectiveness of your testing process.


Related posts:<ol><li><a href='http://qablog.practitest.com/2008/08/how-to-use-easy-to-find-bug-information-to-improve-the-quality-of-your-testing/' rel='bookmark' title='Permanent Link: How to use easy to find bug information to improve the quality of your testing'>How to use easy to find bug information to improve the quality of your testing</a></li>
<li><a href='http://qablog.practitest.com/2010/04/become-an-expert-customer-advocate-in-5-steps/' rel='bookmark' title='Permanent Link: Become an Expert Customer-Advocate in 5 Steps'>Become an Expert Customer-Advocate in 5 Steps</a></li>
<li><a href='http://qablog.practitest.com/2008/06/business-process-testing-are-you-doing-it-already/' rel='bookmark' title='Permanent Link: Business Process Testing &#8211; are you doing it already?'>Business Process Testing &#8211; are you doing it already?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As testers we always look for ways to test better, to find the critical bugs first and to focus on the most important areas of the application under test; after all we have limited time to test and we need to make the most out of it.</p>
<p>One of the most important tools a tester has in his &#8220;virtual toolbox&#8221; is the use of <em>User Profiles</em>.<br />
<br/></p>
<h2>What is a User Profile?</h2>
<p>A User Profile is the representation of a generic user of your system.  It does not relate to any specific user but to the way you can describe the average user(/s) of your application.<br />
In practice, most real applications have a number of relevant User   Profiles such as regular user, managers, system administrators,   external users, etc.; and for each of them you will want to create a separate Profile.</p>
<p>When creating a User Profile you will define all the personal and professional traits that are relevant to the work this person does with your application.  For example:<br />
- Years of experience in the field<br />
- Knowledge of your tool, or similar tools<br />
- The way in which he/she works: on a desk in his office, in the field while walking, on a store behind a counter, does the person access the application from his iPhone or BlackBerry?<br />
- Interactions with other users of your tool or other tools with which they need to communicate and collaborate<br />
- You may even want to define some demographic information if relevant such as age, nationality, language, etc</p>
<p><img class="aligncenter size-full wp-image-690" title="1093122-homer_20mugshot_1__large" src="http://qablog.practitest.com/wp-content/uploads/2010/04/1093122-homer_20mugshot_1__large.jpg" alt="1093122-homer_20mugshot_1__large" width="300" height="208" /></p>
<p>Some companies (and I really like that approach) go as far as creating big posters with the description of their User Profiles, including their Name and even a Picture.  Even though this may sound unimportant and even childish it will help you to relate to your User Profiles and to remember who is who better and faster.<br />
<br/></p>
<h2>5 simple and powerful things you can do with User Profiles</h2>
<p><br/></p>
<h3>(1)  Write Testing Requirements and Documentation with User Profiles</h3>
<p>User Profiles as part of your requirement and design documents allow you to create more concrete scenarios of what the application should do based on the needs and characteristics of concrete individuals, this in turn will allow you as a tester to find problems faster during your learning and review process.</p>
<p>By providing feedback and comments based on User Profiles you also help others to understand you better and to agree or disagree with you based not on their personal assumptions but on what was already agreed upon by the whole team.<br />
<br/></p>
<h3>(2)  Test Scenarios based on User Profiles</h3>
<p>One of the most powerful things you can do with User Profiles is to leverage them when creating your testing scenarios.<br />
Profiles will allow you to work always based on realistic scenarios, allowing you to test the things that will surely happen in the outside world once you release your product.</p>
<p>You should use Profiles not only to create your positive scenarios but also to think about the wrong things or negative scenarios that your users run into based on their constraints and the ways they work with your product.<br />
<br/></p>
<h3>(3) Test Prioritization based on Profiles</h3>
<p>Once your tests take into account User Profiles it will be easier for you to prioritize them based on their importance, risk and even on how common the scenario is and how many user will fall into a bug located on this area.<br />
You obviously want to run all our tests, but just in case you start running out of time this is an additional way to know what not to test&#8230;<br />
<br/></p>
<h3>(4) Calculate coverage based on User Profiles</h3>
<p>User Profiles are a simple and more effective way to communicate your testing coverage to external stakeholders.<br />
For example when you talk to your Marketing or Sales guys, it will make more sense to them if you talk about what you&#8217;ve tested and haven&#8217;t tested based on User Profiles; it will allow them to understand the implications and the risks faster and easier.<br />
<br/></p>
<h3>(5) Work with realistic test data based on your User Profiles</h3>
<p>Profiles can be used to generate more realistic data and not to use sentences and phrases such as &#8220;this is a test&#8221; and &#8220;hello world&#8221;, and data entries such as &#8220;asdf&#8217; or &#8220;123456&#8243;.<br />
When you work with realistic and varied data you have a better chance of running into important bugs that will happen in the field.<br />
<br/></p>
<p>In PractiTest we constantly leverage &#8220;User Profiles&#8221; as one of our main sources for testing.  They&#8217;ve proven to be effective and to provide great value for the limited amount of effort needed to create them.</p>
<p>Try them out and let me know how they worked for you.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/&amp;title=5+Ideas+on+how+%22User+Profiles%22+can+Improve+Your+Testing" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/&amp;title=5+Ideas+on+how+%22User+Profiles%22+can+Improve+Your+Testing" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/&amp;title=5+Ideas+on+how+%22User+Profiles%22+can+Improve+Your+Testing" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/&amp;title=5+Ideas+on+how+%22User+Profiles%22+can+Improve+Your+Testing" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=5+Ideas+on+how+%22User+Profiles%22+can+Improve+Your+Testing+-+http://bit.ly/cRcyuq&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/&amp;t=5+Ideas+on+how+%22User+Profiles%22+can+Improve+Your+Testing" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://qablog.practitest.com/2008/08/how-to-use-easy-to-find-bug-information-to-improve-the-quality-of-your-testing/' rel='bookmark' title='Permanent Link: How to use easy to find bug information to improve the quality of your testing'>How to use easy to find bug information to improve the quality of your testing</a></li>
<li><a href='http://qablog.practitest.com/2010/04/become-an-expert-customer-advocate-in-5-steps/' rel='bookmark' title='Permanent Link: Become an Expert Customer-Advocate in 5 Steps'>Become an Expert Customer-Advocate in 5 Steps</a></li>
<li><a href='http://qablog.practitest.com/2008/06/business-process-testing-are-you-doing-it-already/' rel='bookmark' title='Permanent Link: Business Process Testing &#8211; are you doing it already?'>Business Process Testing &#8211; are you doing it already?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://qablog.practitest.com/2010/04/5-ideas-on-how-user-profiles-can-improve-your-testing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The hardest step to improving your tests is the first one!</title>
		<link>http://qablog.practitest.com/2010/03/the-hardest-step-to-improving-your-tests-is-the-first-one/</link>
		<comments>http://qablog.practitest.com/2010/03/the-hardest-step-to-improving-your-tests-is-the-first-one/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 12:19:13 +0000</pubDate>
		<dc:creator>Joel Montvelisky</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[On-Going Improvement]]></category>
		<category><![CDATA[Test Process]]></category>

		<guid isPermaLink="false">http://qablog.practitest.com/?p=634</guid>
		<description><![CDATA[The most difficult step when starting an improvement project is the first one.  Many times we fall into the trap of working on monumental changes, other times we simply let everyday things stand in the way.
The only solution is to stop thinking about change and start doing the change RIGHT NOW!


Related posts:<ol><li><a href='http://qablog.practitest.com/2009/04/on-going-improvement-running-a-marathon-one-step-at-a-time/' rel='bookmark' title='Permanent Link: On-Going Improvement &#8211; running a Marathon one step at a time'>On-Going Improvement &#8211; running a Marathon one step at a time</a></li>
<li><a href='http://qablog.practitest.com/2008/10/the-pesticide-paradox-how-to-keep-your-tests-relevant/' rel='bookmark' title='Permanent Link: The Pesticide Paradox: how to keep your tests relevant.'>The Pesticide Paradox: how to keep your tests relevant.</a></li>
<li><a href='http://qablog.practitest.com/2008/07/good-project-retrospectives/' rel='bookmark' title='Permanent Link: Good Project Retrospectives'>Good Project Retrospectives</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-644" title="baby_steps" src="http://qablog.practitest.com/wp-content/uploads/2010/03/baby_steps-200x300.png" alt="baby_steps" width="200" height="300" /></p>
<p>Look back and think about the last time you tried to improve something in your life; when you decided to quit smoking, or when you said that it was time to start going to the gym, or even when you decided to stop drinking too much coffee during the day in the office.<br />
Realizing that you needed to make the change was easy, but the first challenging test you had was to take the initial step and start the journey towards your personal improvement.</p>
<h2 style="font-size: 112%; color: #800000;">Fighting the power of inertia -<br />
<em>it&#8217;s not really your fault since it is always circumstantial</em>&#8230; NOT!</h2>
<p>When you start a testing improvement project you run into this same kind of situation.</p>
<p>You start by realizing that something you are doing is not right and it requires improvements.  You call a number of your colleagues and have a chat with them to consult what needs to be modified and even pen down a high level improvement plan.</p>
<p>Up to now all good &amp; fine, but up to now you also were only working on the theoretical pane of things.  Now is time to move from theory to practice&#8230;</p>
<p>So you come in to the office on Monday morning (all improvement projects start on Mondays) and you sit to work according to your plan <img src='http://qablog.practitest.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#8230;  But by around 10:30 AM one of your development colleagues drops by to inform you there is a regression bug on a production project and a fix is coming your way, a fix that needs to be tested and deployed ASAP!</p>
<p>Tuesday comes and you tell yourself that since yesterday there was an emergency today you will start to work based on your improvement plan.  Then while going through your email you see one from your boss letting you know that Scott in the next department is running late in his testing, and you and Sally are going to help him finish his regression suit until the end-of-day tomorrow&#8230;</p>
<p>Going back to your original testing-improvement plan; the idea was to take the first half of this week to improve the way you were running your tests, this based on the fact that on Thursday morning you need to start working on the first testable build of your new product.</p>
<p>So Thursday morning is here and you did not have a chance to even start working on the modifications you had planned so there is no choice but to continue working &#8220;the old fashion way&#8221; and leave the improvement plan for the next time you have a chance to &#8220;make it happen!&#8221;.</p>
<p>It&#8217;s nobody&#8217;s fault, after all you really wanted to make the change but circumstances stood in your way and did not let you make all the things you had planned.</p>
<h2 style="font-size: 112%; color: #800000;">Stop thinking about big changes, make small changes and make them all the time</h2>
<p>Rome was not built in one day!  Story says it started with 2 brothers fighting and then it took hundreds of years of gradual building to make it a city and even more to form the Roman Empire.<br />
What does this have to do with Testing Improvements?  EVERYTHING!</p>
<p>If your project is already running, chances are you will not have time to make any ground-shattering change, so instead of thinking and planning based on big changes, break your improvement-plan down into gradual baby-step modifications.</p>
<p>The advantage of small changes over big ones is triple:<br />
1.  Smaller changes take less time and efforts so you can make them practically at any time.<br />
2. Your team will find it easier to &#8220;swallow&#8221; smaller changes than larger ones.  Remember that humans like habits, and people don&#8217;t like it when you suddenly come asking them to change what they are doing and start working differently out of the blue.<br />
3. In case your change is not successful and you decide you want to go back to the way things were done before, it is easier and less &#8220;problematic&#8221; to roll-it-back than if you were talking about a big and revolutionary change.</p>
<h2 style="font-size: 112%; color: #800000;">Make an effort to re-use and improve, instead of constantly re-inventing the wheel.</h2>
<p>This is one of the hardest parts of any improvement process, and it is also linked to human nature.  Many times we feel that what we need is something completely new, to take what we have and throw it out the window with a chance to start from scratch and stop &#8220;living&#8221; with the errors we committed last time around.</p>
<p>This approach is very poetic but not too realistic when working in on-going projects.  Simply enough you won&#8217;t have the time to do it, and no manager will allow you to throw away man-years or even man-months of work simply because you want a &#8220;fresh-start&#8221;.  So the alternative is to take what you have and look at what to improve and how.</p>
<p>In some occasions you may have a case for starting all over again (new technology or some exceptional cost calculation) but don&#8217;t build on it&#8230;</p>
<h2 style="font-size: 112%; color: #800000;">Map your changes based on the value you will gain from them</h2>
<p>Finally the question is how to plan and schedule your changes and improvements.  Here the criteria is relatively simple, you need to look at the list of things you can do and always start by the one(/s) that will provide the higher value in the shortest time span.</p>
<p>I am not talking about *only* focusing on the quick gains while sacrificing the long range value, but if you need to choose between the 2 projects it is better to concentrate on the one that has a shorter time span and will generate value and credibility in a shorter period of time.</p>
<p>Ideally you should try to work in parallel and search for the improvements that will bring you both short and long range gains, but if you cannot find stuff like this then my choice is to go for the quicker and safer wins, since when you start a long range improvement you never know for sure what will happen in the middle and if you will be able to even finish it at all.</p>
<h2 style="font-size: 112%; color: #800000;">Stop thinking about it and start working on it</h2>
<p>We all have a list of things we&#8217;d like to change.</p>
<p>The best, and maybe the only, way to make it happen is stop thinking about it and start working on it.  There is no reason why improvements should start on a Monday, so if you have something on your mind you might as well start NOW.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://qablog.practitest.com/2010/03/the-hardest-step-to-improving-your-tests-is-the-first-one/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://qablog.practitest.com/2010/03/the-hardest-step-to-improving-your-tests-is-the-first-one/&amp;title=The+hardest+step+to+improving+your+tests+is+the+first+one%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://qablog.practitest.com/2010/03/the-hardest-step-to-improving-your-tests-is-the-first-one/&amp;title=The+hardest+step+to+improving+your+tests+is+the+first+one%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://qablog.practitest.com/2010/03/the-hardest-step-to-improving-your-tests-is-the-first-one/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://qablog.practitest.com/2010/03/the-hardest-step-to-improving-your-tests-is-the-first-one/&amp;title=The+hardest+step+to+improving+your+tests+is+the+first+one%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://qablog.practitest.com/2010/03/the-hardest-step-to-improving-your-tests-is-the-first-one/&amp;title=The+hardest+step+to+improving+your+tests+is+the+first+one%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://qablog.practitest.com/2010/03/the-hardest-step-to-improving-your-tests-is-the-first-one/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=The+hardest+step+to+improving+your+tests+is+the+first+one%21+-+http://bit.ly/94aOdb&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://qablog.practitest.com/2010/03/the-hardest-step-to-improving-your-tests-is-the-first-one/&amp;t=The+hardest+step+to+improving+your+tests+is+the+first+one%21" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://qablog.practitest.com/2009/04/on-going-improvement-running-a-marathon-one-step-at-a-time/' rel='bookmark' title='Permanent Link: On-Going Improvement &#8211; running a Marathon one step at a time'>On-Going Improvement &#8211; running a Marathon one step at a time</a></li>
<li><a href='http://qablog.practitest.com/2008/10/the-pesticide-paradox-how-to-keep-your-tests-relevant/' rel='bookmark' title='Permanent Link: The Pesticide Paradox: how to keep your tests relevant.'>The Pesticide Paradox: how to keep your tests relevant.</a></li>
<li><a href='http://qablog.practitest.com/2008/07/good-project-retrospectives/' rel='bookmark' title='Permanent Link: Good Project Retrospectives'>Good Project Retrospectives</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://qablog.practitest.com/2010/03/the-hardest-step-to-improving-your-tests-is-the-first-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find a testing smiley and put it in your desk!</title>
		<link>http://qablog.practitest.com/2010/02/find-a-testing-smiley-and-put-it-in-your-desk/</link>
		<comments>http://qablog.practitest.com/2010/02/find-a-testing-smiley-and-put-it-in-your-desk/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 06:51:18 +0000</pubDate>
		<dc:creator>Joel Montvelisky</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Management]]></category>

		<guid isPermaLink="false">http://qablog.practitest.com/?p=582</guid>
		<description><![CDATA[There&#8217;s a weird believe that we Testers need to be pessimistic in order to be good / professional / successful. In a course I impart (where I am required to use slides made by a colleague) there is even a bullet saying that good testers require &#8220;professional pessimism&#8221; as one of our main traits. I <a href="http://qablog.practitest.com/2010/02/find-a-testing-smiley-and-put-it-in-your-desk/" class="more-link">More &#62;</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-medium wp-image-583" title="600px-Smiley" src="http://qablog.practitest.com/wp-content/uploads/2010/02/600px-Smiley-300x300.png" alt="600px-Smiley" width="180" height="180" /></p>
<p>There&#8217;s a weird believe that we Testers need to be pessimistic in order to be good / professional / successful.</p>
<p>In a course I impart (where I am required to use slides made by a colleague) there is even a bullet saying that good testers require &#8220;professional pessimism&#8221; as one of our main traits.</p>
<p>I apologize to the person who came up with this notion, but <strong>what a bunch of crap!<br />
</strong>Most of the greatest testers I know are Fearless Optimists, and I think this is actually one of the trait that makes them exceptional testers.</p>
<p>Testers need to be optimistic in order to be able to find a huge showstopper bug and instead of saying &#8220;This is it, this App is Busted!&#8221; and turn to another task, continue our testing task with even more strength to find additional issues that require fixing and make sure the App is released correctly.</p>
<p>A person needs to be first of all an optimist in order to be a dreamer, and only a dreamer can sit with a design document or a screen sketch and come up with user profiles and scenarios that will allow her to test the AUT realistically.</p>
<p>And maybe most importantly, only an optimist can come to work each day to find bugs and look for flaws in the work of others, and do this convinced that he is doing it for the greater good of his team, his friends, and his company.</p>
<p>So next time you hear someone saying that you need to be a pessimist in order to be a (good) tester do all of us a favor and correct this person, and remember to do it with a smile on your face <img src='http://qablog.practitest.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://qablog.practitest.com/2010/02/find-a-testing-smiley-and-put-it-in-your-desk/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://qablog.practitest.com/2010/02/find-a-testing-smiley-and-put-it-in-your-desk/&amp;title=Find+a+testing+smiley+and+put+it+in+your+desk%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://qablog.practitest.com/2010/02/find-a-testing-smiley-and-put-it-in-your-desk/&amp;title=Find+a+testing+smiley+and+put+it+in+your+desk%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://qablog.practitest.com/2010/02/find-a-testing-smiley-and-put-it-in-your-desk/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://qablog.practitest.com/2010/02/find-a-testing-smiley-and-put-it-in-your-desk/&amp;title=Find+a+testing+smiley+and+put+it+in+your+desk%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://qablog.practitest.com/2010/02/find-a-testing-smiley-and-put-it-in-your-desk/&amp;title=Find+a+testing+smiley+and+put+it+in+your+desk%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://qablog.practitest.com/2010/02/find-a-testing-smiley-and-put-it-in-your-desk/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Find+a+testing+smiley+and+put+it+in+your+desk%21+-+http://bit.ly/a245YV&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://qablog.practitest.com/2010/02/find-a-testing-smiley-and-put-it-in-your-desk/&amp;t=Find+a+testing+smiley+and+put+it+in+your+desk%21" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://qablog.practitest.com/2010/02/find-a-testing-smiley-and-put-it-in-your-desk/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What Software Testing can learn from Basketball, games are won with a Great Defense</title>
		<link>http://qablog.practitest.com/2010/02/what-software-testing-can-learn-from-basketball-games-are-won-with-a-great-defense/</link>
		<comments>http://qablog.practitest.com/2010/02/what-software-testing-can-learn-from-basketball-games-are-won-with-a-great-defense/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 06:54:26 +0000</pubDate>
		<dc:creator>Joel Montvelisky</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[On-Going Improvement]]></category>
		<category><![CDATA[Test Process]]></category>

		<guid isPermaLink="false">http://qablog.practitest.com/?p=549</guid>
		<description><![CDATA[I beg forgiveness to all NBA fans, since this post relates mainly to all the rest of the basketball leagues (College-league, Euro-league, etc.) where most players are mere mortals I read a comment on a newspaper this weekend saying that &#8220;Team X&#8221; had won a game due to its defense.  This reminded me of a <a href="http://qablog.practitest.com/2010/02/what-software-testing-can-learn-from-basketball-games-are-won-with-a-great-defense/" class="more-link">More &#62;</a>


Related posts:<ol><li><a href='http://qablog.practitest.com/2008/06/agile-testing-the-side-of-the-story-rd-managers-tend-to-forget/' rel='bookmark' title='Permanent Link: Agile Testing &#8211; the side of the story R&amp;D Managers tend to forget'>Agile Testing &#8211; the side of the story R&amp;D Managers tend to forget</a></li>
<li><a href='http://qablog.practitest.com/2009/08/coffee-nature-software-testing/' rel='bookmark' title='Permanent Link: Coffee, Nature &#038; Software Testing&#8230;'>Coffee, Nature &#038; Software Testing&#8230;</a></li>
<li><a href='http://qablog.practitest.com/2009/03/great-testers-not-so-great-cvs/' rel='bookmark' title='Permanent Link: Great testers, not so great CVs&#8230;'>Great testers, not so great CVs&#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I beg forgiveness to all NBA fans, since this post relates mainly to all the rest of the basketball leagues (College-league, Euro-league, etc.) where most players are mere mortals <img src='http://qablog.practitest.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I read a comment on a newspaper this weekend saying that &#8220;Team X&#8221; had won a game due to its defense.  This reminded me of a game I saw last week while I was *running* in the gym where 2 college teams were playing and it was obvious that the team that was winning, and not by a short margin, did not really have a better percentage from the field but they were &#8220;kicking-ass&#8221; on Defense, specially winning almost every single defensive.</p>
<p><img class="aligncenter size-medium wp-image-553" title="1060basketball_game" src="http://qablog.practitest.com/wp-content/uploads/2010/02/1060basketball_game-300x300.jpg" alt="1060basketball_game" width="300" height="300" /></p>
<p>If you ever played basketball you know that you need to have talent to play good offense.  But in order to play defense you don&#8217;t need talent, you need physical endurance and most importantly you need DETERMINATION.  I learned this in my high-school basketball team where all my friends had talent and I decided I also wanted to be part of the team&#8230;</p>
<p>But what the heck has this to do with Software Testing???  <strong>Everything!</strong></p>
<p>It is true that you can have a natural talent to &#8220;attract bugs to you&#8221; whenever you log into your Application Under Test, this will certainly not harm you as a tester.<br />
But a great tester is the person who is 110% determined to do the best possible testing job all the time; who&#8217;ll work with all his heart even when the task may be less &#8220;glamorous&#8221; than the one being done by the developer sitting next to him; and who&#8217;ll play with his &#8220;eye on the ball&#8221; but with his head focused on the objectives and goals of the whole team all the time and specially during the hard times.</p>
<p>I think that in the same way as basketball games are won with points but lost with a bad defense, and the teams who succeed in the long run are those with a strong and stable defense; our companies and products sell in the short run with fast features and cool functionality, but in the long run the ones that succeed are those with a high quality and stable product.</p>
<p>So just like in basketball, you need to keep your eye on the ball but your head focused on the objective of the team; and&#8230;</p>
<p><strong>DEFENSE &#8211; DEFENSE &#8211; DEFENSE!!!!</strong></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://qablog.practitest.com/2010/02/what-software-testing-can-learn-from-basketball-games-are-won-with-a-great-defense/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://qablog.practitest.com/2010/02/what-software-testing-can-learn-from-basketball-games-are-won-with-a-great-defense/&amp;title=What+Software+Testing+can+learn+from+Basketball%2C+games+are+won+with+a+Great+Defense" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://qablog.practitest.com/2010/02/what-software-testing-can-learn-from-basketball-games-are-won-with-a-great-defense/&amp;title=What+Software+Testing+can+learn+from+Basketball%2C+games+are+won+with+a+Great+Defense" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://qablog.practitest.com/2010/02/what-software-testing-can-learn-from-basketball-games-are-won-with-a-great-defense/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://qablog.practitest.com/2010/02/what-software-testing-can-learn-from-basketball-games-are-won-with-a-great-defense/&amp;title=What+Software+Testing+can+learn+from+Basketball%2C+games+are+won+with+a+Great+Defense" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://qablog.practitest.com/2010/02/what-software-testing-can-learn-from-basketball-games-are-won-with-a-great-defense/&amp;title=What+Software+Testing+can+learn+from+Basketball%2C+games+are+won+with+a+Great+Defense" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://qablog.practitest.com/2010/02/what-software-testing-can-learn-from-basketball-games-are-won-with-a-great-defense/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=What+Software+Testing+can+learn+from+Basketball%2C+games+are+won+with+a+Great+Defe%5B..%5D+-+http://bit.ly/99SDf1&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://qablog.practitest.com/2010/02/what-software-testing-can-learn-from-basketball-games-are-won-with-a-great-defense/&amp;t=What+Software+Testing+can+learn+from+Basketball%2C+games+are+won+with+a+Great+Defense" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://qablog.practitest.com/2008/06/agile-testing-the-side-of-the-story-rd-managers-tend-to-forget/' rel='bookmark' title='Permanent Link: Agile Testing &#8211; the side of the story R&amp;D Managers tend to forget'>Agile Testing &#8211; the side of the story R&amp;D Managers tend to forget</a></li>
<li><a href='http://qablog.practitest.com/2009/08/coffee-nature-software-testing/' rel='bookmark' title='Permanent Link: Coffee, Nature &#038; Software Testing&#8230;'>Coffee, Nature &#038; Software Testing&#8230;</a></li>
<li><a href='http://qablog.practitest.com/2009/03/great-testers-not-so-great-cvs/' rel='bookmark' title='Permanent Link: Great testers, not so great CVs&#8230;'>Great testers, not so great CVs&#8230;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://qablog.practitest.com/2010/02/what-software-testing-can-learn-from-basketball-games-are-won-with-a-great-defense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When your message is &#8220;clear as mud&#8221;</title>
		<link>http://qablog.practitest.com/2010/01/when-your-message-is-clear-as-mud/</link>
		<comments>http://qablog.practitest.com/2010/01/when-your-message-is-clear-as-mud/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 13:49:51 +0000</pubDate>
		<dc:creator>Joel Montvelisky</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Testing Intelligence]]></category>

		<guid isPermaLink="false">http://qablog.practitest.com/?p=410</guid>
		<description><![CDATA[There is a Marketing Saying along the lines of: &#8220;If you do something but you don&#8217;t advertise it, it&#8217;s like you didn&#8217;t do it at all&#8221; This saying is also very accurate in the case of testing, where if you do a test that finds critical issues but then you fail to report them it <a href="http://qablog.practitest.com/2010/01/when-your-message-is-clear-as-mud/" class="more-link">More &#62;</a>


Related posts:<ol><li><a href='http://qablog.practitest.com/2007/12/the-art-of-transforming-testing-data-into-project-information/' rel='bookmark' title='Permanent Link: The art of transforming testing data into project information'>The art of transforming testing data into project information</a></li>
<li><a href='http://qablog.practitest.com/2008/01/testing-outputs-that-generate-added-value-to-the-organization/' rel='bookmark' title='Permanent Link: Testing Outputs that generate added value to the Organization'>Testing Outputs that generate added value to the Organization</a></li>
<li><a href='http://qablog.practitest.com/2009/01/pair-testing-a-practical-solution-for-getting-out-of-the-mud/' rel='bookmark' title='Permanent Link: Pair-Testing a practical solution for getting out of the mud'>Pair-Testing a practical solution for getting out of the mud</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There is a Marketing Saying along the lines of:<br />
<strong>&#8220;If you do something but you don&#8217;t advertise it, it&#8217;s like you didn&#8217;t do it at all&#8221;</strong></p>
<p>This saying is also very accurate in the case of testing, where if you do a test that finds critical issues but then you fail to report them it is as if you had not done a thing (or worst!).</p>
<p>So the trivial lesson is: <em>Find a bug, make sure you report it</em>.</p>
<p>But as Test Managers our problem is more complex than this.  At times, even if we work right and report all our findings to the rest of the team, we see them disregarding our warnings and acting as if we had not said anything to them (e.g. choosing not to fix critical issues, or  releasing a product that is not ready for the market).</p>
<p>We can try to blame the rest of the Organization for failing to listen, but this would be &#8220;taking the easy way out&#8221;.  I think that most of the times when the rest of the team fails to understand what we are trying to say it is because we didn&#8217;t communicate correctly with them.  Or as a friend of mine once said, because our message was &#8220;<strong>clear as mud</strong>&#8220;.</p>
<p><img class="aligncenter size-medium wp-image-417" title="Mud Pool" src="http://qablog.practitest.com/wp-content/uploads/2010/01/mud1-300x225.jpg" alt="Mud Pool" width="300" height="225" /></p>
<p><br/><br />
<strong>Thinking about your audience before writing</strong></p>
<p>Providing information is about telling people what they need to know, when they need to know it, and in a way that will be useful to them.  We need to think about our readers, in this case the rest of the Development or Management Team, and understand what information they need and in what format it will be useful to them.</p>
<p>Many times we write reports as if they were intended to be read by the QA team only.  They include information in a format and style that may not be easy to understand by people outside our team, or that can even be alienating for non-technical people.  In many cases we simply write too much information that is not useful to anyone!</p>
<p>Our external documents and reports need to be formatted based on the needs and customs of our readers, and include the important information in a way that will make immediate sense to them, and will allow them to make decisions quickly and easily without the need to decipher, analyze or in some cases even translate the information from our internal jargon to the non-techie language they understand.</p>
<p>Remember that many times, and specially in written reports, <em>Form is as Important as Content</em>.</p>
<p><br/><br />
<strong>Deciding what information <span style="text-decoration: underline;">should not go</span> into the report</strong></p>
<p>As I started writing above, one of the most important things is to decide what information to include and what to leave out of your reports and documents. Your audience (the people you want to read your stuff!) have limited time and they expect you to choose what information is relevant for their decisions.</p>
<p>People expect you to to understand what stuff is important and what is secondary to the decisions being made.  If you are not sure about this you can consult with one or two members of your audience, and try to understand not only what is important in your current report but what are the principles that make something important so that you won&#8217;t need to consult with them all the time.</p>
<p><em>Value your audience&#8217;s time and they will value your opinion.</em></p>
<p><br/><br />
<strong>When to speak up and when to keep quiet</strong></p>
<p>A critical aspect when taking part of a meeting or review process is to decide when to speak up and when to keep quiet.  What you are trying to avoid here is to be taken as the guy (or girl) who is always bringing forward the negatives points on each decision, and when there are not negatives points to make them up just for sport.</p>
<p>Even if your task is to bring forward the risks, bugs and drawbacks you need to make sure to point them out only when relevant and not to fall under the definition of &#8220;the boy who cried wolf&#8221; in your team.</p>
<p><br/><br />
<strong>Provide Information and Stop Being the Gate-Keeper</strong></p>
<p>To summarize, we need to keep in mind that our Job as Testers is to provide the information that will allow the Management Team to make the right decisions.</p>
<p>Management are not very interested in our tests, mostly in our information.  These guys want to know whether the product can be released.  If yes with what risks or potential bugs, and if no why and what needs to be achieved (or fixed) before we can do it.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://qablog.practitest.com/2010/01/when-your-message-is-clear-as-mud/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://qablog.practitest.com/2010/01/when-your-message-is-clear-as-mud/&amp;title=When+your+message+is+%22clear+as+mud%22" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://qablog.practitest.com/2010/01/when-your-message-is-clear-as-mud/&amp;title=When+your+message+is+%22clear+as+mud%22" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://qablog.practitest.com/2010/01/when-your-message-is-clear-as-mud/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://qablog.practitest.com/2010/01/when-your-message-is-clear-as-mud/&amp;title=When+your+message+is+%22clear+as+mud%22" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://qablog.practitest.com/2010/01/when-your-message-is-clear-as-mud/&amp;title=When+your+message+is+%22clear+as+mud%22" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://qablog.practitest.com/2010/01/when-your-message-is-clear-as-mud/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=When+your+message+is+%22clear+as+mud%22+-+http://bit.ly/aUl5n1&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://qablog.practitest.com/2010/01/when-your-message-is-clear-as-mud/&amp;t=When+your+message+is+%22clear+as+mud%22" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://qablog.practitest.com/2007/12/the-art-of-transforming-testing-data-into-project-information/' rel='bookmark' title='Permanent Link: The art of transforming testing data into project information'>The art of transforming testing data into project information</a></li>
<li><a href='http://qablog.practitest.com/2008/01/testing-outputs-that-generate-added-value-to-the-organization/' rel='bookmark' title='Permanent Link: Testing Outputs that generate added value to the Organization'>Testing Outputs that generate added value to the Organization</a></li>
<li><a href='http://qablog.practitest.com/2009/01/pair-testing-a-practical-solution-for-getting-out-of-the-mud/' rel='bookmark' title='Permanent Link: Pair-Testing a practical solution for getting out of the mud'>Pair-Testing a practical solution for getting out of the mud</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://qablog.practitest.com/2010/01/when-your-message-is-clear-as-mud/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
