<?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; Conferences &amp; Seminars</title>
	<atom:link href="http://qablog.practitest.com/category/conferences-seminars/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>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>It&#8217;s out, it&#8217;s out, it&#8217;s finally out!!!</title>
		<link>http://qablog.practitest.com/2010/02/its-out-its-out-its-finally-out/</link>
		<comments>http://qablog.practitest.com/2010/02/its-out-its-out-its-finally-out/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 07:59:08 +0000</pubDate>
		<dc:creator>Joel Montvelisky</dc:creator>
				<category><![CDATA[Conferences & Seminars]]></category>
		<category><![CDATA[Curious & Off-Topic]]></category>

		<guid isPermaLink="false">http://qablog.practitest.com/?p=495</guid>
		<description><![CDATA[For the last couple of months the SoftwareTestingClub has been working on its magazine and now it&#8217;s out!!! You can download it here: What we like most about the magazine is that it&#8217;s fresh, cool and different.  Starting from the large number of new names who published their articles and all the way to the <a href="http://qablog.practitest.com/2010/02/its-out-its-out-its-finally-out/" class="more-link">More &#62;</a>


Related posts:<ol><li><a href='http://qablog.practitest.com/2008/06/testing-experience-magazine-second-edition/' rel='bookmark' title='Permanent Link: Testing Experience Magazine &#8211; Second Edition'>Testing Experience Magazine &#8211; Second Edition</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>For the last couple of months the <a href="http://www.softwaretestingclub.com/" target="_blank">SoftwareTestingClub</a> has been working on its magazine and now it&#8217;s out!!!<br />
You can download it here:<a href="http://wiki.softwaretestingclub.com/The+Software+Testing+Club+Magazine+-+No+1" target="_blank"><img class="aligncenter size-medium wp-image-496" title="stc_mag_1" src="http://qablog.practitest.com/wp-content/uploads/2010/02/stc_mag_1-235x300.png" alt="stc_mag_1" width="235" height="300" /></a></p>
<p>What we like most about the magazine is that it&#8217;s fresh, cool and different.  Starting from the large number of new names who published their articles and all the way to the fun stuff such as the tester cartoons by Andy Glover, the blogs and even the conversations that are included inside inside.</p>
<p>A lot of people worked hard to make it happen, from the authors who submitted the articles and the rest of the pieces, and all the way to <a href="http://rosiesherry.com/ " target="_blank">Rosie</a> and <a href="http://thesocialtester.posterous.com/" target="_blank">Rob</a> who literally spent days and nights to get it published.</p>
<p>THANKS, YOU DID A GREAT JOB!</p>
<p>Now I can&#8217;t wait to see what will come out in the next edition&#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/02/its-out-its-out-its-finally-out/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/its-out-its-out-its-finally-out/&amp;title=It%27s+out%2C+it%27s+out%2C+it%27s+finally+out%21%21%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/its-out-its-out-its-finally-out/&amp;title=It%27s+out%2C+it%27s+out%2C+it%27s+finally+out%21%21%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/its-out-its-out-its-finally-out/&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/its-out-its-out-its-finally-out/&amp;title=It%27s+out%2C+it%27s+out%2C+it%27s+finally+out%21%21%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/its-out-its-out-its-finally-out/&amp;title=It%27s+out%2C+it%27s+out%2C+it%27s+finally+out%21%21%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/its-out-its-out-its-finally-out/" 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=It%27s+out%2C+it%27s+out%2C+it%27s+finally+out%21%21%21+-+http://bit.ly/a8zWWs&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/its-out-its-out-its-finally-out/&amp;t=It%27s+out%2C+it%27s+out%2C+it%27s+finally+out%21%21%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/2008/06/testing-experience-magazine-second-edition/' rel='bookmark' title='Permanent Link: Testing Experience Magazine &#8211; Second Edition'>Testing Experience Magazine &#8211; Second Edition</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://qablog.practitest.com/2010/02/its-out-its-out-its-finally-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I had a really good time presenting at the SIGiST mini-track last night</title>
		<link>http://qablog.practitest.com/2009/11/i-had-a-really-good-time-presenting-at-the-sigist-mini-track-last-night/</link>
		<comments>http://qablog.practitest.com/2009/11/i-had-a-really-good-time-presenting-at-the-sigist-mini-track-last-night/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 08:44:40 +0000</pubDate>
		<dc:creator>Joel Montvelisky</dc:creator>
				<category><![CDATA[Bug Reporting]]></category>
		<category><![CDATA[Conferences & Seminars]]></category>
		<category><![CDATA[Metrics & Statistics]]></category>
		<category><![CDATA[Test Process]]></category>

		<guid isPermaLink="false">http://qablog.practitest.com/?p=352</guid>
		<description><![CDATA[Last night I was invited to give a presentation on the subject of Bugs as part of a SIGiST mini-track. It&#8217;s not uncommon to enjoy a good presentation from the audience perspective. I mean, you can find the subject of the presentation interesting and new, you can enjoy the way the presenter conveys the message, <a href="http://qablog.practitest.com/2009/11/i-had-a-really-good-time-presenting-at-the-sigist-mini-track-last-night/" class="more-link">More &#62;</a>


Related posts:<ol><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/2008/02/improving-the-efficiency-by-keeping-track-of-your-waste/' rel='bookmark' title='Permanent Link: Improving the efficiency by keeping track of your waste'>Improving the efficiency by keeping track of your waste</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Last night I was invited to give a presentation on the subject of Bugs as part of a SIGiST mini-track.</p>
<p>It&#8217;s not uncommon to enjoy a good presentation from the audience perspective.<br />
I mean, you can find the subject of the presentation interesting and new, you can enjoy the way the presenter conveys the message, you can even relate to the person standing in front of the room and feel good only because it could be you instead of him conveying the same &#8220;intelligent message&#8221; to the audience.</p>
<p>But yesterday I had one of those special occasions when you feel good with the presentation and its dynamic from the Presenter perspective.  And don&#8217;t get me wrong, it is not that I have not had good presentations before, but yesterday it felt something slightly better; it was one of those sessions when you feel that you didn&#8217;t provide a presentation so much as you were able to facilitate a group discussion around a specific topic.</p>
<p>The subject was not new or particularly exhilarating, what more can you say or discuss about Bugs in Software Testing?  But mainly because of this reason and due to the dynamic I tried to carry throughout the session I think we managed to take this subject and instead of reviewing it from 20,000 feet in 45 minutes, we examined specific points of it with microscopic precision and based on the points of view and experience from some pretty sharp people (some of whom I knew previously, but other who I didn&#8217;t and was glad to meet for the first time).</p>
<p>So I wanted to thank Alon and guys from SIGiST and Sela for organizing the event; but I also wanted to thank the people who took part of it and made it a fun and learning experience for all of us.  Gil, Gaby, Tal, Yoav, Yaron, Avi, and the rest of the participants who I am obviously forgetting&#8230; thanks for the time and the experience.</p>
<p>Also, as promised, I am posting the presentation in the <a href="http://www.practitest.com/resources/" target="_blank">QA Resources</a> page of our site in case you want to take a look at 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/2009/11/i-had-a-really-good-time-presenting-at-the-sigist-mini-track-last-night/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/2009/11/i-had-a-really-good-time-presenting-at-the-sigist-mini-track-last-night/&amp;title=I+had+a+really+good+time+presenting+at+the+SIGiST+mini-track+last+night" 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/2009/11/i-had-a-really-good-time-presenting-at-the-sigist-mini-track-last-night/&amp;title=I+had+a+really+good+time+presenting+at+the+SIGiST+mini-track+last+night" 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/2009/11/i-had-a-really-good-time-presenting-at-the-sigist-mini-track-last-night/&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/2009/11/i-had-a-really-good-time-presenting-at-the-sigist-mini-track-last-night/&amp;title=I+had+a+really+good+time+presenting+at+the+SIGiST+mini-track+last+night" 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/2009/11/i-had-a-really-good-time-presenting-at-the-sigist-mini-track-last-night/&amp;title=I+had+a+really+good+time+presenting+at+the+SIGiST+mini-track+last+night" 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/2009/11/i-had-a-really-good-time-presenting-at-the-sigist-mini-track-last-night/" 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=I+had+a+really+good+time+presenting+at+the+SIGiST+mini-track+last+night+-+http://bit.ly/bYYhHQ&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/2009/11/i-had-a-really-good-time-presenting-at-the-sigist-mini-track-last-night/&amp;t=I+had+a+really+good+time+presenting+at+the+SIGiST+mini-track+last+night" 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/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/2008/02/improving-the-efficiency-by-keeping-track-of-your-waste/' rel='bookmark' title='Permanent Link: Improving the efficiency by keeping track of your waste'>Improving the efficiency by keeping track of your waste</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://qablog.practitest.com/2009/11/i-had-a-really-good-time-presenting-at-the-sigist-mini-track-last-night/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 updates &amp; 1 invitation</title>
		<link>http://qablog.practitest.com/2009/11/3-updates-1-invitation/</link>
		<comments>http://qablog.practitest.com/2009/11/3-updates-1-invitation/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 09:15:33 +0000</pubDate>
		<dc:creator>Joel Montvelisky</dc:creator>
				<category><![CDATA[Conferences & Seminars]]></category>
		<category><![CDATA[Curious & Off-Topic]]></category>

		<guid isPermaLink="false">http://qablog.practitest.com/?p=319</guid>
		<description><![CDATA[OK, so it&#8217;s been some 3 very busy weeks Let&#8217;s start with the QA&#38;Test conference in Bilbao, Spain. One of the warmest conferences I&#8217;ve been as a presenter; in-spite of the rain and cold weather outside in the city, the sessions and the hallways were a great and warm place to meet fellow testers and <a href="http://qablog.practitest.com/2009/11/3-updates-1-invitation/" class="more-link">More &#62;</a>


Related posts:<ol><li><a href='http://qablog.practitest.com/2009/10/testing-intelligence-in-qatest-09-bilbao/' rel='bookmark' title='Permanent Link: Testing Intelligence in QA&#038;Test &#8217;09 &#8211; Bilbao'>Testing Intelligence in QA&#038;Test &#8217;09 &#8211; Bilbao</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>OK, so it&#8217;s been some 3 very busy weeks</p>
<p>Let&#8217;s start with the <strong>QA&amp;Test conference in Bilbao, Spain</strong>.<br />
One of the warmest conferences I&#8217;ve been as a presenter; in-spite of the rain and cold weather outside in the city, the sessions and the hallways were a great and warm place to meet fellow testers and exchange information and knowledge.</p>
<div id="attachment_334" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-334" title="Guggenheim in Bilbao" src="http://qablog.practitest.com/wp-content/uploads/2009/11/guggenheim_bilbao.jpg" alt="Guggenheim Museum in Bilbao" width="450" height="300" /><p class="wp-caption-text">Guggenheim Museum in Bilbao</p></div>
<p>If you are up to the challenge and understand Spanish you are welcome to check <a href="http://www.youtube.com/watch?v=FjECarvR_7Q&amp;feature=PlayList&amp;p=A6571E6038DB5169&amp;index=3" target="_blank">this short interview</a> they did of me (Mae, I was expecting you to cut the bad parts&#8230;)<br />
In short, QA&amp;Test is a truly recommended conference.</p>
<p>Then I got back to the office where we really turned up the heat on our development (&amp; testing!) process in order to release PractiTest&#8217;s latest update that included the first version of our <a href="http://www.practitest.com/blog/2009/11/practitest-update-sunday-november-8th/" target="_blank"><strong>Jira integration</strong></a>.  By popular demand (of a large number of our users!) this was the first integration we created.<br />
So for all you Jira fans out there, come and get it!!!</p>
<p>The third update is that I am starting to get involved in a very interesting test automation project taking place on a company where Agile is not only their newest fad, but where they are really leveraging this philosophy in order to change the way they develop (and test!) software.<br />
So, expect to read some stuff coming from that arena soon.</p>
<p>And finally <strong>the invitation</strong>.</p>
<p><img class="alignleft size-full wp-image-342" title="SiGiST" src="http://qablog.practitest.com/wp-content/uploads/2009/11/SiGiST.png" alt="SiGiST" width="110" height="127" />I am honored to have being invited to provide a Mini-Track session on the upcoming Israel-SIGiST meeting taking place on November 24th.</p>
<p>The name of my session is &#8220;<em><strong>A bug is only a bug, right?  Wrong!</strong></em>&#8221; and I promise to provide some food for thought around the things we do and some we don&#8217;t with one of the main outputs of our work as testers, our bugs.</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/2009/11/3-updates-1-invitation/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/2009/11/3-updates-1-invitation/&amp;title=3+updates+%26+1+invitation" 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/2009/11/3-updates-1-invitation/&amp;title=3+updates+%26+1+invitation" 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/2009/11/3-updates-1-invitation/&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/2009/11/3-updates-1-invitation/&amp;title=3+updates+%26+1+invitation" 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/2009/11/3-updates-1-invitation/&amp;title=3+updates+%26+1+invitation" 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/2009/11/3-updates-1-invitation/" 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=3+updates+%26+1+invitation+-+http://bit.ly/9dBfg0&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/2009/11/3-updates-1-invitation/&amp;t=3+updates+%26+1+invitation" 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/10/testing-intelligence-in-qatest-09-bilbao/' rel='bookmark' title='Permanent Link: Testing Intelligence in QA&#038;Test &#8217;09 &#8211; Bilbao'>Testing Intelligence in QA&#038;Test &#8217;09 &#8211; Bilbao</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://qablog.practitest.com/2009/11/3-updates-1-invitation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Intelligence in QA&amp;Test &#8217;09 &#8211; Bilbao</title>
		<link>http://qablog.practitest.com/2009/10/testing-intelligence-in-qatest-09-bilbao/</link>
		<comments>http://qablog.practitest.com/2009/10/testing-intelligence-in-qatest-09-bilbao/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 06:06:22 +0000</pubDate>
		<dc:creator>Joel Montvelisky</dc:creator>
				<category><![CDATA[Conferences & Seminars]]></category>
		<category><![CDATA[Testing Intelligence]]></category>

		<guid isPermaLink="false">http://qablog.practitest.com/?p=310</guid>
		<description><![CDATA[Hola! I&#8217;m currently in the QA&#38;Test &#8217;09 conference in Bilbao, Spain. The conference started yesterday with some tutorials in the morning and presentations in the afternoon, where among other things I presented the concept of Testing Intelligence, with good comments and approvals from the session participants. I was happy to see that concepts and approaches <a href="http://qablog.practitest.com/2009/10/testing-intelligence-in-qatest-09-bilbao/" class="more-link">More &#62;</a>


Related posts:<ol><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/2008/11/testing-intelligence%e2%84%a2-your-deliverable-and-product-as-a-qa-profesional/' rel='bookmark' title='Permanent Link: Testing Intelligence™ &#8211; your deliverable and product as a QA Profesional'>Testing Intelligence™ &#8211; your deliverable and product as a QA Profesional</a></li>
<li><a href='http://qablog.practitest.com/2009/02/testing-intelligence-a-case-for-intelligent-testing/' rel='bookmark' title='Permanent Link: Testing Intelligence, a case for Intelligent Testing'>Testing Intelligence, a case for Intelligent Testing</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Hola!<br />
I&#8217;m currently in the <a href="http://www.qatest.org/es/index.php" target="_blank">QA&amp;Test &#8217;09</a> conference in Bilbao, Spain.</p>
<p>The conference started yesterday with some tutorials in the morning and presentations in the afternoon, where among other things I presented the concept of <a href="http://qablog.practitest.com/category/testing-intelligence/" target="_blank">Testing Intelligence</a>, with good comments and approvals from the session participants.</p>
<p>I was happy to see that concepts and approaches similar to Testing Intelligence are been developed in parallel by multiple QA Specialist who, same as myself, are realizing that Testing is not only about coverage, bugs, and AUT&#8217;s; but about information, stakeholders, and working within a team focused on developing a product.<br />
One of these people is Derk-Jan de Grood from the The Netherlands who gave a great tutorial about Results Driven Testing, with some parallel lines of thought to the ones around Testing Intelligence.</p>
<p>I&#8217;m looking forward to a couple of more days of great sessions, starting today with a keynote from Mary Poppendieck&#8230;  Will post more in the following days, so stay tuned <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/2009/10/testing-intelligence-in-qatest-09-bilbao/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/2009/10/testing-intelligence-in-qatest-09-bilbao/&amp;title=Testing+Intelligence+in+QA%26Test+%2709+-+Bilbao" 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/2009/10/testing-intelligence-in-qatest-09-bilbao/&amp;title=Testing+Intelligence+in+QA%26Test+%2709+-+Bilbao" 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/2009/10/testing-intelligence-in-qatest-09-bilbao/&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/2009/10/testing-intelligence-in-qatest-09-bilbao/&amp;title=Testing+Intelligence+in+QA%26Test+%2709+-+Bilbao" 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/2009/10/testing-intelligence-in-qatest-09-bilbao/&amp;title=Testing+Intelligence+in+QA%26Test+%2709+-+Bilbao" 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/2009/10/testing-intelligence-in-qatest-09-bilbao/" 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=Testing+Intelligence+in+QA%26Test+%2709+-+Bilbao+-+http://bit.ly/cShFlp&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/2009/10/testing-intelligence-in-qatest-09-bilbao/&amp;t=Testing+Intelligence+in+QA%26Test+%2709+-+Bilbao" 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/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/2008/11/testing-intelligence%e2%84%a2-your-deliverable-and-product-as-a-qa-profesional/' rel='bookmark' title='Permanent Link: Testing Intelligence™ &#8211; your deliverable and product as a QA Profesional'>Testing Intelligence™ &#8211; your deliverable and product as a QA Profesional</a></li>
<li><a href='http://qablog.practitest.com/2009/02/testing-intelligence-a-case-for-intelligent-testing/' rel='bookmark' title='Permanent Link: Testing Intelligence, a case for Intelligent Testing'>Testing Intelligence, a case for Intelligent Testing</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://qablog.practitest.com/2009/10/testing-intelligence-in-qatest-09-bilbao/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Coffee, Nature &amp; Software Testing&#8230;</title>
		<link>http://qablog.practitest.com/2009/08/coffee-nature-software-testing/</link>
		<comments>http://qablog.practitest.com/2009/08/coffee-nature-software-testing/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 12:15:14 +0000</pubDate>
		<dc:creator>Joel Montvelisky</dc:creator>
				<category><![CDATA[Conferences & Seminars]]></category>
		<category><![CDATA[Testing Intelligence]]></category>

		<guid isPermaLink="false">http://qablog.practitest.com/?p=183</guid>
		<description><![CDATA[It&#8217;s been a while since my last post, I&#8217;ve been a little busy on a couple of projects and some Testing &#38; QA Seminars. But now we&#8217;re back, or not&#8230; I&#8217;m actually in Costa Rica, as some of you might know I was born &#38; raised here so this is kind of a friends &#38; <a href="http://qablog.practitest.com/2009/08/coffee-nature-software-testing/" class="more-link">More &#62;</a>


Related posts:<ol><li><a href='http://qablog.practitest.com/2010/03/do-you-think-software-testing-is-still-in-the-dark-ages-turn-on-the-lights/' rel='bookmark' title='Permanent Link: Do you think software testing is still in the Dark Ages?  Turn on the lights!!!'>Do you think software testing is still in the Dark Ages?  Turn on the lights!!!</a></li>
<li><a href='http://qablog.practitest.com/2009/10/testing-intelligence-in-qatest-09-bilbao/' rel='bookmark' title='Permanent Link: Testing Intelligence in QA&#038;Test &#8217;09 &#8211; Bilbao'>Testing Intelligence in QA&#038;Test &#8217;09 &#8211; Bilbao</a></li>
<li><a href='http://qablog.practitest.com/2010/02/what-software-testing-can-learn-from-basketball-games-are-won-with-a-great-defense/' rel='bookmark' title='Permanent Link: What Software Testing can learn from Basketball, games are won with a Great Defense'>What Software Testing can learn from Basketball, games are won with a Great Defense</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since my last post, I&#8217;ve been a little busy on a couple of projects and some Testing &amp; QA Seminars.  But now we&#8217;re back, or not&#8230;</p>
<p>I&#8217;m actually in Costa Rica, as some of you might know I was born &amp; raised here so this is kind of a friends &amp; family trip but not only that.<br />
The last time I was here a friend commented about the growing local software development industry and this got me thinking, so a couple of months ago I started doing a little research and decided to put together a half-day seminar around <a href="http://qablog.practitest.com/category/testing-intelligence/" target="_blank">Testing Intelligence</a> and some additional topics making waves in the world of testing today.</p>
<p>The &#8220;<em>event</em>&#8221; took place this last Friday and I was really surprised to see the amount of people who showed up.  We got to fill the conference room with close to 50 people (Testers, Managers, Developers, Analysts, etc) from about 20 different companies (Banks, Development Firms, Outsourcing Companies, Consultants, etc) who were all interested in learning more about how to develop their products more effectively by applying their Tests in a more focused and coordinated way.</p>
<p>For me it was a blast!  To be able to talk about Testing Intelligence and other testing topics with people from Costa Rica was really great; specially to understand that here, in a country that up to now I had linked only to Great Coffee and Breath-Taking Nature there is also a growing community of testers who share the same dilemmas, challenges and issues that I get to see all over the world.</p>
<p>I am really hopping to continue contributing and working with this testing community to help it grow and expand.  As I told them during the session, they are keeping awfully quite and they need open-up to online communities and all the additional sources of information around the Internet&#8230;</p>
<p>So here goes for Costa Rica!  Here goes for excellent coffee, for green tracks along the volcanoes &amp; beaches, and for a growing community of IT professionals (and specially their testers!).</p>
<p>Lastly I wanted to thank all the people who helped out on the organization of the seminar, and specially to <em>Melissa Castillo</em> who quietly and firmly made everything happen smoothly.  THANKS!!!</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/2009/08/coffee-nature-software-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/2009/08/coffee-nature-software-testing/&amp;title=Coffee%2C+Nature+%26+Software+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/2009/08/coffee-nature-software-testing/&amp;title=Coffee%2C+Nature+%26+Software+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/2009/08/coffee-nature-software-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/2009/08/coffee-nature-software-testing/&amp;title=Coffee%2C+Nature+%26+Software+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/2009/08/coffee-nature-software-testing/&amp;title=Coffee%2C+Nature+%26+Software+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/2009/08/coffee-nature-software-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=Coffee%2C+Nature+%26+Software+Testing...+-+http://bit.ly/by1mHQ&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/2009/08/coffee-nature-software-testing/&amp;t=Coffee%2C+Nature+%26+Software+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/2010/03/do-you-think-software-testing-is-still-in-the-dark-ages-turn-on-the-lights/' rel='bookmark' title='Permanent Link: Do you think software testing is still in the Dark Ages?  Turn on the lights!!!'>Do you think software testing is still in the Dark Ages?  Turn on the lights!!!</a></li>
<li><a href='http://qablog.practitest.com/2009/10/testing-intelligence-in-qatest-09-bilbao/' rel='bookmark' title='Permanent Link: Testing Intelligence in QA&#038;Test &#8217;09 &#8211; Bilbao'>Testing Intelligence in QA&#038;Test &#8217;09 &#8211; Bilbao</a></li>
<li><a href='http://qablog.practitest.com/2010/02/what-software-testing-can-learn-from-basketball-games-are-won-with-a-great-defense/' rel='bookmark' title='Permanent Link: What Software Testing can learn from Basketball, games are won with a Great Defense'>What Software Testing can learn from Basketball, games are won with a Great Defense</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://qablog.practitest.com/2009/08/coffee-nature-software-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There really is a difference to CAST</title>
		<link>http://qablog.practitest.com/2009/07/there-really-is-a-difference-to-cast/</link>
		<comments>http://qablog.practitest.com/2009/07/there-really-is-a-difference-to-cast/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 11:47:58 +0000</pubDate>
		<dc:creator>Joel Montvelisky</dc:creator>
				<category><![CDATA[Conferences & Seminars]]></category>
		<category><![CDATA[Curious & Off-Topic]]></category>

		<guid isPermaLink="false">http://qablog.practitest.com/?p=161</guid>
		<description><![CDATA[I just got back (alive) from CAST2009 in Colorado Springs, where I did a presentation on Testing Intelligence. It was my first CAST and thus I wanted to share some of my observations and comments. My presentation itself went pretty well (I think) and many people agreed with the TI approach, no surprises there.  But <a href="http://qablog.practitest.com/2009/07/there-really-is-a-difference-to-cast/" class="more-link">More &#62;</a>


Related posts:<ol><li><a href='http://qablog.practitest.com/2009/07/in-the-cast-conference-this-week/' rel='bookmark' title='Permanent Link: In the CAST conference this week'>In the CAST conference this week</a></li>
<li><a href='http://qablog.practitest.com/2009/11/i-had-a-really-good-time-presenting-at-the-sigist-mini-track-last-night/' rel='bookmark' title='Permanent Link: I had a really good time presenting at the SIGiST mini-track last night'>I had a really good time presenting at the SIGiST mini-track last night</a></li>
<li><a href='http://qablog.practitest.com/2009/06/the-value-of-peer-reviews-why-we-dont-use-it-more/' rel='bookmark' title='Permanent Link: The Value of Peer Reviews (&#038; why we don&#8217;t use it more!)'>The Value of Peer Reviews (&#038; why we don&#8217;t use it more!)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I just got back (alive) from CAST2009 in Colorado Springs, where I did a presentation on Testing Intelligence.<br />
It was my first CAST and thus I wanted to share some of my observations and comments.</p>
<p>My presentation itself went pretty well (I think) and many people agreed with the <a href="http://qablog.practitest.com/category/testing-intelligence/">TI approach</a>, no surprises there.  But the real value for me came from the people who initially thought the method was not doable (or even realistic!) for their workplaces since it involved to many changes and education of their management on this new approach.</p>
<p>Reviewing the subject together with them I got to understand that the best approach for deploying TI on large organizations is to do it gradually and from within, based on a slowly-progressing plan that would allow the organization to learn and adapt to it, enhancing the chances for success in these environments.</p>
<p>The Testing Intelligence <a href="http://www.practitest.com/page_attachments/0000/0125/Testing_Intelligence_Whitepaper.pdf">paper</a> and the <a href="http://www.practitest.com/page_attachments/0000/0124/Testing_Intelligence_CAST.pdf">presentation</a> I gave are posted on the CAST2009 site.<br />
If you get to read them and have any comments, please make sure to send them to me.</p>
<p>I also wanted to talk about my CAST experience.<br />
I have been in many conferences in the past (both as a presenter and an organizer) and so I can point to some stuff that really made a difference on the impact and the value I got from CAST.  I invite the people organizing these types of conferences in the future to contact the CAST Team and try to learn from them.</p>
<p><strong>1.  Achieving real constructive criticism via facilitated sessions.<br />
</strong>The methodology at CAST is that each session (from the largest keynote to the shortest presentation) are divided into 2 parts:<br />
The frontal presentation &#8211; where the presenter talks about his subject.<br />
and<br />
The open season &#8211; where the audience asks questions, bring forward comments, and even refute the whole argument based on their experience and points of view.</p>
<p>The open season is made possible due to the active moderation of a &#8220;trained facilitator&#8221; who is constantly making sure the session is kept alive and on a positive and constructive note.</p>
<p>As a presenter, it is a bit scary at first.<br />
Only after you understand that the audience doesn&#8217;t want to take you down but wants to help you out, can you participate from the interaction and even enjoy it.</p>
<p><strong> 2.  Real eye-level interactions between all the participants (and I mean all the participants!!) </strong><br />
It doesn&#8217;t really matter if you are a junior tester or a published expert, it always felt right to approach a person and talk to him or to take part in an open discussion (with cups of coffee or bottles of beer!).</p>
<p>Some of the biggest names in the world of testing took part in the conference (Caner, Bach, Weinberg, etc) and at no time did you feel that any of them showed nothing but the most sincere sympathy (or at least respect!) for everyone else.<br />
I don&#8217;t know if it was the blend of informal activities or simply the attitude of the organizers, but it was amazing.</p>
<p><strong>3.  The feeling of a peer-organized conference. </strong><br />
Again, this was a &#8220;feeling&#8221; more than something concrete, but at no time did you sensed any hidden agendas or sponsor oriented activities that made you feel someone was trying to sell something.</p>
<p>I don&#8217;t think I saw a single person in the conference that was not related in one way or another with the art of testing or at least teaching testing, and this made a whole lot of difference.<br />
A conference from testers, by testers and to testers&#8230; what a refreshing idea <img src='http://qablog.practitest.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>There were also the regular things you get from any &#8220;large&#8221; conference: a constant brainstorm of amazing ideas, camaraderie and genuine will to share and learn, and the chance to expand your circle of friends and colleagues.</p>
<p>One last thing to mention about this CAST was the fact that it was a relatively small conference, apparently affected by the &#8220;current economic crisis&#8221; that made an important number of people not to come to the conference.<br />
I don&#8217;t know if this affected the conference itself, or if it actually helped to create an environment of a close and connected family of testing professionals that would not have been achieved by a group twice as big.</p>
<p>In any case I wanted to give my sincere thanks to the CAST Organization Committee who invited me to participate and allowed me to take part in the event.  Having had the experience of organizing similar events I can appreciate their work and performance.</p>
<p>I would start thanking by specific names but this will only make me leave out some people out, so as I already thanked each of you on the last day of the conference I wanted to thank you again as a group, for the great work and for the successful conference you allowed me to participate in.</p>
<p>I hope to see you all again in CAST2010!</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/2009/07/there-really-is-a-difference-to-cast/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/2009/07/there-really-is-a-difference-to-cast/&amp;title=There+really+is+a+difference+to+CAST" 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/2009/07/there-really-is-a-difference-to-cast/&amp;title=There+really+is+a+difference+to+CAST" 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/2009/07/there-really-is-a-difference-to-cast/&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/2009/07/there-really-is-a-difference-to-cast/&amp;title=There+really+is+a+difference+to+CAST" 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/2009/07/there-really-is-a-difference-to-cast/&amp;title=There+really+is+a+difference+to+CAST" 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/2009/07/there-really-is-a-difference-to-cast/" 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=There+really+is+a+difference+to+CAST+-+http://bit.ly/9B4aJi&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/2009/07/there-really-is-a-difference-to-cast/&amp;t=There+really+is+a+difference+to+CAST" 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/07/in-the-cast-conference-this-week/' rel='bookmark' title='Permanent Link: In the CAST conference this week'>In the CAST conference this week</a></li>
<li><a href='http://qablog.practitest.com/2009/11/i-had-a-really-good-time-presenting-at-the-sigist-mini-track-last-night/' rel='bookmark' title='Permanent Link: I had a really good time presenting at the SIGiST mini-track last night'>I had a really good time presenting at the SIGiST mini-track last night</a></li>
<li><a href='http://qablog.practitest.com/2009/06/the-value-of-peer-reviews-why-we-dont-use-it-more/' rel='bookmark' title='Permanent Link: The Value of Peer Reviews (&#038; why we don&#8217;t use it more!)'>The Value of Peer Reviews (&#038; why we don&#8217;t use it more!)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://qablog.practitest.com/2009/07/there-really-is-a-difference-to-cast/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
