<?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>thoughts from the test eye &#187; Michael Bolton</title>
	<atom:link href="http://thetesteye.com/blog/tag/michael-bolton/feed/" rel="self" type="application/rss+xml" />
	<link>http://thetesteye.com/blog</link>
	<description>by rikard edgren, henrik emilsson and martin jansson - with torbjörn ryber and henrik andersson</description>
	<lastBuildDate>Sun, 13 May 2012 17:27:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>More thoughts on checks</title>
		<link>http://thetesteye.com/blog/2012/04/more-thoughts-on-checks/</link>
		<comments>http://thetesteye.com/blog/2012/04/more-thoughts-on-checks/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 07:10:57 +0000</pubDate>
		<dc:creator>Martin Jansson</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[checking]]></category>
		<category><![CDATA[Michael Bolton]]></category>
		<category><![CDATA[test case management]]></category>
		<category><![CDATA[testing vs. checking]]></category>

		<guid isPermaLink="false">http://thetesteye.com/blog/?p=2550</guid>
		<description><![CDATA[<img src="http://thetesteye.com/blog/wp-content/uploads/ideas.png" width="48" height="48" alt="" title="Ideas" /><br/>Scripted testing vs exploratory testing approach I agree with the idea of a polarization between the scripted test approach and exploratory test approach. These approaches include how you perceive testing and a tester. Almost in the same sentence, some say that you do a bit of both scripted and exploratory testing. The perception on testing [...]]]></description>
			<content:encoded><![CDATA[<img src="http://thetesteye.com/blog/wp-content/uploads/ideas.png" width="48" height="48" alt="" title="Ideas" /><br/><h2>Scripted testing vs exploratory testing approach</h2>
<p>I agree with the idea of a polarization between the scripted test approach and exploratory test approach. These approaches include how you perceive testing and a tester. Almost in the same sentence, some say that you do a bit of both scripted and exploratory testing. The perception on testing and how you conduct testing are two different things. I believe that by discussing them together and especially with the polarization example, it more than often confuse the listener.</p>
<p>Instead of saying that you do both scripted and exploratory testing, I think it is more fruitful to talk about testing and checking. M. Bolton and James Bach states that “A check is a component of a confirmatory approach to testing.” in the blog article Elements of Testing and Checking [<a title="Elements of Testing and Checking" href="http://www.developsense.com/blog/2009/09/elements-of-testing-and-checking/" target="_blank">1</a>]. We might even be so bold to say that it is the main component, but then we might say that another part is smaller and that might not really be true.</p>
<h2>The Checklist</h2>
<p>One aspect of checks could be something similar to what the co-pilot does when assisting the pilot. If we see the pilot as the explorer, reacting to input and performing based on the current context. In certain situations the co-pilot brings up checklists to help go through a situation that is too complex to remember all the details about. It is up to the pilot and co-pilot to know when the checks are relevant or not. The same situation can be found at the operating table where you have several types assisting personnel that help perform a complex surgery. The use of a checklist in those cases would help avoid the easiest mistakes or misunderstandings. See The Checklist Manifesto [<a title="The Checklist Manifesto" href="http://www.amazon.com/The-Checklist-Manifesto-Things-Right/dp/0805091742" target="_blank">2</a>] for more ideas for testing.</p>
<p>How does this apply to testing then? When we do pair testing there is usually one driver while the other is a bit more passive and documents. What if the driver is the pilot/explorer and the other is the co-tester handling documentation, checklists and checks? When doing collaborative test planning, group exploratory testing or other collaborative test activities, do we then split up in roles such as tester/explorer, co-tester, checker etc to help us define what we do and focus on? Does it provide value to do so?</p>
<h2>Types of Checks</h2>
<p>Here is a definition of a check [<a title="Elements of Testing and Checking" href="http://www.developsense.com/blog/2009/09/elements-of-testing-and-checking/" target="_blank">1</a>]:</p>
<blockquote><p>a check itself has three elements:<br />
1) It involves an observation.<br />
2) The observation is linked to a decision rule.<br />
3) Both the observation and the decision rule can be performed without sapience (that is, without a human brain).</p></blockquote>
<p>But could we split checks in different parts? What types of checks are there? M. Bolton describes questions that has to do with confirmation, verification, etc. Could we also break down checks into other categories such as checklists, test/quality patterns, guided checks and one-liner checks.</p>
<p>A checklist is a list of items that help you through a complex situation. The items in the checklist could be checks that need to be confirmed or verified to a certain extent.<br />
A test/quality pattern is something that repeatedly gives suspicion that it might be broken so that you need to check it.<br />
A guided check is what we previously called a scripted test. A set of steps that end with something that you wish to verify or confirm, something with a binary answer.<br />
A one-liner check or a check idea is a brief statement of something that should be checked in a certain context that would give a binary answer, such as true/false, ok/nok or yes/no.</p>
<p>Checking clarifies an aspect of what testing is or is not, do these sub-categories help us clarify what we do with the checks? Could we find more types of checks?</p>
<h2>Test Management Tools</h2>
<p>Based on the assumption that there are at least two types of questions and at least two different types of answers, how do we structure and manage these today? The traditional management tools for testing can often handle all the above categories for checks, but they are unable to handle the answers from testing.</p>
<p>But what do we mean when we say handle in this case? Well, you can structure the checks, plan when you do them and report the result of them. You can then make reports on the overall progress and the overall quality of the system. You can also state what build, system or setup you used in the test. But since the tools cannot really handle the testing part, the progress and the picture on quality really becomes obsolete.</p>
<p>If we look at tools and techniques that are more aligned with testing such as SBTM, they are good at handling the testing story. They are not as good at handling checks, or rather the tools I have seen so far.</p>
<p>Can we and do we want to handle the result from our testing and checking in the same system? When working in small teams where there are fewer stakeholders to work for, the need for information sharing in a big system can be less important. But if you are working in an organization where you have teams in several countries and where the overall development organization can be thousands of people, it can be more important to share information in a bigger system. Still, are you actually able to share information to that many people in an efficient way just because you use an advanced management system? When a lot of people are involved in creating and sharing information there is also a bigger chance that the actual meaning is lost. You then oversimplify the situation that information sharing is easy. If the organisation is big, there is a big chance that the context changes over the organisation and that the information changes meaning over the organisation.</p>
<p>I’ve seen so many test management tools that try to solve the whole test process. By focusing on all aspects they also become quite crappy at all aspects. Picking the tools that are excellent at solving one problem can then be a lot more efficient even if you get to work with several tools. When working with test coverage, communicating your test ideas, reporting status, reporting progress and showing details on what you tested there is a big chance that one tool really cannot solve this for you. We know that we find new techniques from other disciplines that can solve a problem for us when testing. So why do many limit themselves to test case management systems?</p>
<h2>Summary</h2>
<p>Michael Bolton and many other great minds have explored and delved into this concept, I think we can find more pieces that we can shed some light on. I&#8217;ve identified a few areas and there are more to come.</p>
<h2>References</h2>
<p>[1] Elements of Testing and Checking &#8211; http://www.developsense.com/blog/2009/09/elements-of-testing-and-checking/<br />
[2] The Checklist Manifesto &#8211; How to Get Things Right - <a href="http://www.amazon.com/The-Checklist-Manifesto-Things-Right/dp/0805091742">http://www.amazon.com/The-Checklist-Manifesto-Things-Right/dp/0805091742</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fthetesteye.com%2Fblog%2F2012%2F04%2Fmore-thoughts-on-checks%2F&amp;title=More%20thoughts%20on%20checks" id="wpa2a_2"><img src="http://thetesteye.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://thetesteye.com/blog/2012/04/more-thoughts-on-checks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Michael Bolton on Testing vs. Checking</title>
		<link>http://thetesteye.com/blog/2009/08/michael-bolton-on-testing-vs-checking/</link>
		<comments>http://thetesteye.com/blog/2009/08/michael-bolton-on-testing-vs-checking/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 09:00:31 +0000</pubDate>
		<dc:creator>Henrik Emilsson</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Machines]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[exploratory testing]]></category>
		<category><![CDATA[Michael Bolton]]></category>
		<category><![CDATA[test automation]]></category>
		<category><![CDATA[testing explained]]></category>

		<guid isPermaLink="false">http://thetesteye.com/blog/?p=476</guid>
		<description><![CDATA[<img src="http://thetesteye.com/blog/wp-content/uploads/ideas.png" width="48" height="48" alt="" title="Ideas" /><img src="http://thetesteye.com/blog/wp-content/uploads/machines.png" width="48" height="48" alt="" title="Machines" /><img src="http://thetesteye.com/blog/wp-content/uploads/people.png" width="48" height="48" alt="" title="People" /><br/>I just want to promote a really good blog post written by Michael Bolton where he describes the difference between Testing and Checking: http://www.developsense.com/2009/08/testing-vs-checking.html I wish that many managers, testers and developers read this post&#8230; Cheers, Henrik]]></description>
			<content:encoded><![CDATA[<img src="http://thetesteye.com/blog/wp-content/uploads/ideas.png" width="48" height="48" alt="" title="Ideas" /><img src="http://thetesteye.com/blog/wp-content/uploads/machines.png" width="48" height="48" alt="" title="Machines" /><img src="http://thetesteye.com/blog/wp-content/uploads/people.png" width="48" height="48" alt="" title="People" /><br/><p>I just want to promote a really good blog post written by <a title="Michael Bolton" href="http://www.developsense.com" target="_blank">Michael Bolton</a> where he describes the difference between Testing and Checking:<br />
<a title="Testing vs. Checking" href="http://www.developsense.com/2009/08/testing-vs-checking.html" target="_blank">http://www.developsense.com/2009/08/testing-vs-checking.html</a></p>
<p>I wish that many managers, testers and developers read this post&#8230;</p>
<p>Cheers,<br />
Henrik</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fthetesteye.com%2Fblog%2F2009%2F08%2Fmichael-bolton-on-testing-vs-checking%2F&amp;title=Michael%20Bolton%20on%20Testing%20vs.%20Checking" id="wpa2a_4"><img src="http://thetesteye.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://thetesteye.com/blog/2009/08/michael-bolton-on-testing-vs-checking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Notes from EuroSTAR 2008</title>
		<link>http://thetesteye.com/blog/2008/11/notes-from-eurostar-2008/</link>
		<comments>http://thetesteye.com/blog/2008/11/notes-from-eurostar-2008/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 15:21:29 +0000</pubDate>
		<dc:creator>Rikard Edgren</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[EuroSTAR]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Michael Bolton]]></category>
		<category><![CDATA[the future]]></category>

		<guid isPermaLink="false">http://thetesteye.com/wordpress/?p=65</guid>
		<description><![CDATA[<img src="http://thetesteye.com/blog/wp-content/uploads/people.png" width="48" height="48" alt="" title="People" /><br/>This years EuroSTAR took place in den Haag, a city that had quite some rain, but also beautiful autumn leaves, and big churches. The theme of the conference was &#8220;The Future of Software Testing&#8221;, and a recurring image was a traffic sign informing that the future is next turn to the right. I always thought [...]]]></description>
			<content:encoded><![CDATA[<img src="http://thetesteye.com/blog/wp-content/uploads/people.png" width="48" height="48" alt="" title="People" /><br/><p>This years EuroSTAR took place in den Haag, a city that had quite some rain, but also beautiful autumn leaves, and big churches.<br />
The theme of the conference was &#8220;The Future of Software Testing&#8221;, and a recurring image was a traffic sign informing that the future is next turn to the right. I always thought the future was right ahead of us.</p>
<p>James Whittaker started with a really good and entertaining keynote where he argued that software is extremely important, and that the standard software testing will disappear (see <a href="http://blogs.msdn.com/james_whittaker/" target="_blank">http://blogs.msdn.com/james_whittaker/</a> for details.) On the other hand, he didn&#8217;t mention users or value (as Michael Bolton pointed out at the next sessions (sic!) questions), and he didn&#8217;t mention that testers do more than just verify requirements on different environments. We perform low-level and high-level validation and verification simultaneously.</p>
<p>Next I saw Derk-Jan de Grood who presented a mix of Exploratory Testing and structured process-focused testing. It didn&#8217;t feel revolutionary, since we Swedes have known about both these concepts for quite some time now.<br />
The Austrian Strasser was a pleasant surprise. He told about Borland&#8217;s route from V-Model to Agile, and he stressed the people aspect many times. E.g. the teams themselves could decide if they would be split in smaller groups, and how. They have come a long way, and has a lot of unit test collaboration between developers and testers. &#8220;1 + 1 = 3&#8243;.<br />
Tuesday ended with a keynote from the Google guys behind Testing On the Toilet (<a href="http://googletesting.blogspot.com/2007/01/introducing-testing-on-toilet.html" target="_blank">http://googletesting.blogspot.com/2007/01/introducing-testing-on-toilet.html</a>) who has a really good story to tell. And it is a lot bigger than the Toilet, they have done a lot of things for more than three years in order to raise the awareness about testing at their company. A big accomplishment that I think is difficult to repeat at companies that don&#8217;t have &#8220;20% Time&#8221; (At twenty percent of your working time on Google you can do something completely outside your normal activities.)<br />
After the presentation they were asked: &#8220;Do you have any objective metrics that can show your results?&#8221;<br />
And I was really happy about the answer: &#8220;Metrics are difficult, there are so many factors involved. We rely on anecdotal information.&#8221;<br />
They also stated: &#8220;There will never be a time when you don&#8217;t need a solid QA group.&#8221;<br />
Wednesday started with Randall Rice sharing his thoughts on the trends that may shape the near future. Some general and good information, but not so much to write home about.<br />
He recommended howtosplitanatom.com for articles on Web 2.0/3.0 and he said that a drawback of SaaS (Software as a Service) is that customers won&#8217;t have any control over which version they are running.<br />
Julian Bensaid talked about outsourcing, and how to avoid, and quickly get out of &#8220;The Damage Zone&#8221;, the phase when thing are going a bit too bad for too long. He stressed &#8220;One Team&#8221; and said that &#8220;You have to innovate to make outsourcing successful.&#8221; &#8220;Devil&#8217;s Square&#8221;: quality, time, functionality, money. At question time, he let the audience answer their questions!</p>
<p>Then it was time for Michael Bolton&#8217;s double session workshop on Heuristics, which was the next best event for me at the whole conference. He really knows how to talk, he has important things to say, and the exercises stimulated good conversations with the other attendants. (The results are available at <a href="http://www.flickr.com/photos/23076491@N02/sets/72157608997920373" target="_blank">http://www.flickr.com/photos/23076491@N02/sets/72157608997920373</a>)<br />
Also, a good presentation stimulates your thinking to new ideas; and I thought of a new definition: &#8220;A good tester knows when to break the rules&#8221; and I&#8217;m wondering if some very good heuristics could be created at your company, where you have the details.<br />
&#8220;Maybe testing isn&#8217;t supposed to be easy&#8221;, &#8220;We have to look complexity in the eye&#8221;, and he recommended positivedeviance.org.</p>
<p>Next it was my own presentation: Testing is an Island &#8211; A Software Testing Dystopia(link!). It went really well, except for one moment when I just couldn&#8217;t find any words. I excused myself, took a sip of water, and just started talking again; and after that I really can&#8217;t remember exactly what I said. I remember I said the important things, that I referenced some earlier presentations in the way I intended, but I can&#8217;t remember any details. I&#8217;m pretty sure I explained something in a completely new way that was really good, but I don&#8217;t know what it was. I see this as a good thing; my mind was in a state of flow.<br />
Of course you only hear from the positive ones, but it seemed like people agreed that the human element is very important for us testers. I was also happy to hear that my presentation was very different from the other sessions, and that they like this different, thought-provoking angle.<br />
I guess the introduction movie Mårten Ivert and Henrik Emilsson did was very helpful, just because it is so good!<br />
One question afterwards was if/how I could convince people who think that emotions is a bad thing when testing. I said something about not having any proof, but that I might try by saying that we like emotions in life; so why shouldn&#8217;t we have them at work as well (Work is a part of our life.) Testers should also in some sense mimic users, that has feelings. I didn&#8217;t think about referencing Boltons excellent lightning talk on Emotions (<a href="http://www.developsense.com/2007/05/lightning-talk-on-emotions-and-oracles.html" target="_blank">http://www.developsense.com/2007/05/lightning-talk-on-emotions-and-oracles.html</a>)<br />
There was also a questioning regarding Agile development contradicting my dystopia; wasn&#8217;t that a way towards testers being more integrated in software development. I agreed, but also said that if the testers are brought in, in order to create unit tests instead of the developers, maybe it&#8217;s not totally positive. We need to look at many aspects.<br />
Another good input was that testers who changes projects and companies, get a more holistic view, since they see more different things.<br />
That&#8217;s a valid objection, and my defense was the team aspect, which is lost if people switch companies often. Best of both worlds might be to spend some time at a different place, and then come back.<br />
Questions are the best part of presenting your ideas.</p>
<p>After this I went to a &#8220;Manifest Workshop&#8221;: Can the Past tell us the Future? This was nice because you got to spend some time talking to people about what has happened with our profession over the years. There are a lot of agreement and good ideas, but you also hear some things you can&#8217;t agree with, e.g. &#8220;Testers should have the mandate to change&#8221;, &#8220;Testers must have a special education with a title&#8221; etc.<br />
This Manifesto extended over several workshops, and will be available at <a href="http://www.softwaretestingmanifesto.org/" target="_blank">www.softwaretestingmanifesto.org</a>; but I didn&#8217;t sign the acknowledgement list, even though they had an idea of &#8220;Anti-Manifesto&#8221; statements.<br />
Wednesday ended with a casual session that generated some laughs: The EuroSTAR Testing Quiz.<br />
Erik van Veenendal started Thursday with a keynote on TMMi. This is not my favorite subject, since &#8220;process-only&#8221; doesn&#8217;t say anything about how good the content is.<br />
So I was glad that Erik started with saying that process isn&#8217;t enough; you need skilled people and a good infrastructure as well.<br />
I also liked his statement that if you can take a Test Policy and apply it on a similar company; then the Policy isn&#8217;t worth anything. <br />
To succeed with a Process Improvement you need to have Management on board; and unfortunately they only listen to numbers (how long will that be true?)<br />
You also need to spend a lot more time than Friday afternoons (Erik said 60% was necessary); and you need to focus on why you are doing it; what isn&#8217;t working good enough?<br />
But Erik sometimes goes back to the Dutch formalized approach: the testing lifecycle should be Test Plan -&gt; Test Design -&gt; Test Script -&gt; Execution.<br />
&#8220;People want to change, but they don&#8217;t want to be changed.&#8221;<br />
It was a good presentation, but unfortunately Test Process Improvement schemes aren&#8217;t generally good; most of all because it lacks aspects like creativity, and the ability to find all important errors.<br />
I didn&#8217;t ask if there is a risk of becoming too mature, over-ripe, rotten.<br />
On the other hand; you can read TPI, TMMi etc. and get really good ideas on what to do.</p>
<p>Egbert Bouman had presented his five favorite inspirational management Gurus, and how they could be applied to testing.<br />
E.g. &#8220;Make company and personal interests run in parallel&#8221;, &#8220;People are complex.&#8221;<br />
But I think it might be dangerous to transfer ideas from different areas without critical thinking. For instance, Collins Hedgehog Concept is about a company in the market that stick to doing what they are great at.<br />
But in testing, we aren&#8217;t market-driven, we rather provide services/information to the project; and wouldn&#8217;t it be a bad idea to test software in the same way year after year?<br />
He agreed a bit on this at the Gala Award Dinner, but also said that it differs if you are employed by a company, or if you are a consultant. But we discovered that we both were fans of Kierkegaard, and Morten Hougaard joined in this appraisal. &#8220;The truth is the subjectivity.&#8221;</p>
<p>I skipped Stuart Reid&#8217;s workshop on ISO29119. I was interested in how they are working, but I was sure I wouldn&#8217;t like the result; too much focus on standardization is killing creativity.<br />
Tim Koomen jumped in at last minute and gave an overview of the testing industry in the past, present and future. He has a good understanding, and talked a bit about Pairwise (I don&#8217;t like it), Exploratory (I like it) and Model-based Testing (Surely good in the very few situations it is truly applicable.)<br />
He also had survey results showing that only 1/3 of software testers are using Test Design Techniques (on the other hand; who isn&#8217;t implicitly using Equivalence Partitioning all the time?)<br />
&#8220;Let&#8217;s use the existing techniques a little bit more.&#8221;<br />
It was also nice that he brought up the classic Triangle Exercise.</p>
<p>John Kent have created a better Entity Model for Software Testing. &#8220;All models are wrong, but some models are useful.&#8221;<br />
He used the name Test Condition for Test Ideas, which I think are central in our universe.<br />
He showed a Test Case example, and I really feel sorry for all those testers that has to write or follow Expected Results for each and every test step in a Test Script.<br />
He had a Real World Waterfall Model that started with &#8220;Produce requirements which are incomplete and slightly wrong.&#8221;<br />
And he ended with the idea that in some situations you might better throw out these Entities and go for only Test Ideas; the tester will know what to do.</p>
<p>After lunch break Michael Bolton gave probably the best testing presentation I have ever seen: Two Futures of Software Testing.<br />
He was wearing horns when talking about the Dark Future that is static and mechanic, and a halo when talking about the Light Future that has the testers human skills in the centre.<br />
His message is very close to my own, with the difference that he has a lot more to say, and he does it extremely well.<br />
It was so good, so I didn&#8217;t have time to write down any of all the good things he said, an old version of the presentation is available at <a href="http://www.developsense.com/presentations/twofuturesofsoftwaretesting.pdf" target="_blank">http://www.developsense.com/presentations/twofuturesofsoftwaretesting.pdf</a>.</p>
<p>The last keynote was James Lyndsay: Becoming Agile &#8211; Reshaping Testing for an Agile Team.<br />
Agile exists, it is growing, and often succeeds with its projects, independent of the inclusion of testers or not!<br />
But the testing performed is confirmatory, and that isn&#8217;t enough, so the tester approach is needed.<br />
And in some ways; Agility and Testing is conflicting. Agile is highly optimistic, and testing is perceived as the opposite. Testing is used to be independent, must now be part of a team commitment. To explore for dangerous information might need feel good.<br />
It is not necessary for a tester to know programming to enter an Agile team, but it is an invaluable asset.<br />
He showed some statistics from <a href="http://www.ambysoft.com/surveys/agileFebruary2008.html" target="_blank">www.ambysoft.com/surveys/agileFebruary2008.html</a>.<br />
And his main point in a very good presentation was that testers should help the team learn more about what they are building.</p>
<p>The conference was concluded with dinner in Grote Kerk where I sat next to a penetration tester; and beers at a pub, which really encourages many conversations.</p>
<p>Top 3 themes on the conference as I saw it was: People, Complexity and Agile.<br />
EuroSTAR is a good conference, it has a nice aura of knowledge sharing.<br />
Other things: Hoegaarden in Holland has so much more aroma than in Sweden.<br />
Stuart Reid was walking around with a yo-yo.<br />
My main attraction on the EXPO was the company that had a chess board. I played a game, won, and was thereby included in a lottery; and since only one other person won, I had the 50% luck of actually winning an IPhone!<br />
I didn&#8217;t have the chance to see: Mieke Gevers, my nice Track Chair; The good title &#8220;Imagination is more important than Knowledge&#8221;; Fabian Scarano who in his paper and presentation mention serendipity.<br />
It was a tie between really good Mexican and Argentinian dinner.<br />
Isn&#8217;t it true that good testing should create low-hanging fruit?</p>
<p>Next Year EuroSTAR will be held in Stockholm, again! A bit boring; Barcelona seems like a more exotic place at least for me.<br />
My current idea is to create a presentation consisting only of images; have a good name like &#8220;7 Ways to Explain Software Testing&#8221;, and then write a fluffy and nice abstract&#8230;<br />
Or maybe try titles like Test Ideas &#8211; the Center of the testing universe; Generic Test Ideas for Data Types; What I Learned After 9 Years At Spotfire; The Holistic-Subjective School of Testing; The Eye of a Skilled Software Tester; Verification, Validation, and Everything In Between.<br />
/Rikard</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fthetesteye.com%2Fblog%2F2008%2F11%2Fnotes-from-eurostar-2008%2F&amp;title=Notes%20from%20EuroSTAR%202008" id="wpa2a_6"><img src="http://thetesteye.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://thetesteye.com/blog/2008/11/notes-from-eurostar-2008/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

