<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Martijn de Vrieze</title>
	<atom:link href="http://martijndevrieze.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://martijndevrieze.net</link>
	<description>Martijn de Vrieze, Father, husband and Test consultant - blogging about life as a test consultant</description>
	<lastBuildDate>Tue, 15 Nov 2011 07:21:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='martijndevrieze.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9a2878019fc78c114d6740c0d2605fee?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Martijn de Vrieze</title>
		<link>http://martijndevrieze.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://martijndevrieze.net/osd.xml" title="Martijn de Vrieze" />
	<atom:link rel='hub' href='http://martijndevrieze.net/?pushpress=hub'/>
		<item>
		<title>Where are the technically inclined testers?</title>
		<link>http://martijndevrieze.net/2011/10/27/where-are-the-technically-inclined-testers/</link>
		<comments>http://martijndevrieze.net/2011/10/27/where-are-the-technically-inclined-testers/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 08:28:22 +0000</pubDate>
		<dc:creator>Martijn de Vrieze</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software testing]]></category>
		<category><![CDATA[technical knowledge]]></category>
		<category><![CDATA[technical testing]]></category>
		<category><![CDATA[tester qualities]]></category>

		<guid isPermaLink="false">http://martijndevrieze.net/?p=2002</guid>
		<description><![CDATA[&#8211;Edit&#8211; This would have been better had it been called something towards &#8220;Where are the technically curious testers&#8221; as Anna Baik pointed out. The wording is not perfect. //Edit// Over the years I have worked with a whole range of testers, both functional and technical, who have shown different levels of comfort with the technology [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martijndevrieze.net&amp;blog=10016433&amp;post=2002&amp;subd=martijndevrieze&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8211;Edit&#8211;</p>
<p>This would have been better had it been called something towards &#8220;Where are the technically curious testers&#8221; as <a href="http://twitter.com/testerab" target="_blank">Anna Baik</a> pointed out. The wording is not perfect.</p>
<p>//Edit//</p>
<p>Over the years I have worked with a whole range of testers, both functional and technical, who have shown different levels of comfort with the technology under test. Some were good, some were great and others I simply never want to work with ever again. The latter ones, to me, are a problem we are currently facing in software testing. There seem to be too many software testers with a lack of understanding how software is actually built, how the internals of a program work.</p>
<p>I have never understood how one can be working in technology, or to be more specific in information technology and not have at least a base grip on how things you are supposed to test work? Even when you are purely focussed on functional testing, I really do not understand how you can not grasp the basics this entire industry is based on.</p>
<p>How come that even now, when it is becoming more and more clear that software testing is an important specialisation within the IT industry we still see a lot of testers with no technical knowledge what so ever in this industry? I realize that historically there was the idea that &#8220;anyone can be a software tester&#8221;.  I am just not convinced that statement still holds true.</p>
<p>Take for example a building inspector, that is also a tester of sorts, no? He verifies whether all the rules have been followed of proper architecture, the design has been implemented as promised etc. Imagine you are having your own house constructed and this building inspector comes by. You put your hopes on this person to validate that your house is what you want it to be: warm, safe and as you requested.</p>
<p>This building inspector, upon arriving, grabs his excel sheet with the requirements for the house and checks the ones he can verify, without needing any knowledge of architecture or constructing a house for that matter. He then gives you this checklist and tells you he has functionally covered all things of your house.</p>
<p>Considering that you live in an area with lots of snowfall in winter you ask this person whether the roof can manage with a load of snow on it in winter and the heating will not collapse under the strain of having to heat the entire house in a snow-storm.</p>
<p>He says: I don&#8217;t know, I am not an architect nor a construction worker, I am merely the building inspector. I just go through this list of things I need to check, why would I know anything about building a roof for a house or what the heating can take? You should probably ask the construction workers what they think.</p>
<p>Would this give you faith in his verdict that the house is indeed what you wanted?</p>
<p>I believe not, yet this is a practice that i see happening fairly often in software testing. So where does it still go wrong in software testing? How come there is still this tendency to believe there is no need for understanding software when you test it?</p>
<p>How often do you see the same bug coming by when testing an application, once you see a bug more than once, in a very similar form, you should be able to come up with the idea that there might be an underlying issue going on. Instead what I  often see is that for every occurrence a new bug is created in the bugtracker. To understand that there quite likely is one underlying problem, the tester doesn&#8217;t need to know how to program, you should however have a basic idea of how a program is (or should be) built up and if you are not certain whether it indeed might be one and the same issue in the code, how about talking to the developer?</p>
<p>When exchanging ideas and thoughts with other testers on twitter and forums etc I quite often see an amazing lack of knowledge in this area. To make things even worse, a fair share of testers seems to have a degree (bachelor or master) in computer science yet have no clue what, for example, a regular expression is. Is it just me, or is this indeed a worrying thing? When reading through the Computer Science curriculum of an average university here in the Netherlands, I do see all kinds of interesting subjects and descriptions that would lead me to believe basic programming is part of what you get taught, however when talking to the graduates that end up in software testing I see nothing of that knowledge.</p>
<p>Where are the technically strong testers? The ones that can have a discussion with developers about how the structure of a program was setup, who can tell a developer that the SQL query he wrote is extremely inefficient? I know I see some of them online, these are the testers I enjoy following on twitter and on blogs, but there must be more than these happy and noisy few. Where are they hiding? In my experience there are not enough of them, at least not in the Netherlands.</p>
<p>&#8211; Edit&#8211;</p>
<p>There is a nice article dealing with similar questions and frustrations on testnieuws.nl: <a href="http://www.testnieuws.nl/2011/06/06/tester-praat-ook-eens-met-een-ontwikkelaar/">http://www.testnieuws.nl/2011/06/06/tester-praat-ook-eens-met-een-ontwikkelaar/</a> (sorry, it is in Dutch, if you do want to attempt have a look at the <a href="http://translate.google.com/translate?hl=en&amp;sl=nl&amp;tl=en&amp;u=http%3A%2F%2Fwww.testnieuws.nl%2F2011%2F06%2F06%2Ftester-praat-ook-eens-met-een-ontwikkelaar%2F" target="_blank">google-translated version</a>)</p>
<p>&nbsp;</p>
<p>&#8211;Edit 03/11/2011 &#8211;</p>
<p>Really nice to read Elisabeth Hendrikson&#8217;s article on a similar subject, but from a different point of view: <a href="http://testobsessed.com/blog/2010/10/20/testers-code/">http://testobsessed.com/blog/2010/10/20/testers-code/</a></p>
<p>I am sad to see though that there are people commenting on her article and are calling QTP and especially Selenium basically record/playback tools. If you have ever used either you know that QTP is a hell of a lot more than just record playback and Selenium is clearly NOT a record playback tool (unless you mean the Selenium IDE rather than the entire toolset of Selenium.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martijndevrieze.wordpress.com/2002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martijndevrieze.wordpress.com/2002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martijndevrieze.wordpress.com/2002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martijndevrieze.wordpress.com/2002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martijndevrieze.wordpress.com/2002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martijndevrieze.wordpress.com/2002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martijndevrieze.wordpress.com/2002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martijndevrieze.wordpress.com/2002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martijndevrieze.wordpress.com/2002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martijndevrieze.wordpress.com/2002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martijndevrieze.wordpress.com/2002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martijndevrieze.wordpress.com/2002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martijndevrieze.wordpress.com/2002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martijndevrieze.wordpress.com/2002/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martijndevrieze.net&amp;blog=10016433&amp;post=2002&amp;subd=martijndevrieze&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martijndevrieze.net/2011/10/27/where-are-the-technically-inclined-testers/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		<georss:point>52.356607 4.947349</georss:point>
		<geo:lat>52.356607</geo:lat>
		<geo:long>4.947349</geo:long>
		<media:content url="http://1.gravatar.com/avatar/9631454148d04570357e8745c0c25d62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">martijndevrieze</media:title>
		</media:content>
	</item>
		<item>
		<title>Is it more difficult to learn something new as an adult than when we were kids</title>
		<link>http://martijndevrieze.net/2011/10/21/is-it-more-difficult-to-learn-something-new-as-an-adult-than-when-we-were-kids/</link>
		<comments>http://martijndevrieze.net/2011/10/21/is-it-more-difficult-to-learn-something-new-as-an-adult-than-when-we-were-kids/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 07:55:17 +0000</pubDate>
		<dc:creator>Martijn de Vrieze</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[experiential learning]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[learning strategy]]></category>
		<category><![CDATA[softwaretesting]]></category>

		<guid isPermaLink="false">http://martijndevrieze.net/?p=1984</guid>
		<description><![CDATA[Over the last 3 years I have continually been amazed when watching our son learn new skills. It seems to come so natural to kids, learning. They go about it with extreme ease and are absolutely not dissuaded by initial failure, or even by repeated failure, in stead, they change their approach and try again, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martijndevrieze.net&amp;blog=10016433&amp;post=1984&amp;subd=martijndevrieze&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Over the last 3 years I have continually been amazed when watching our son learn new skills. It seems to come so natural to kids, learning. They go about it with extreme ease and are absolutely not dissuaded by initial failure, or even by repeated failure, in stead, they change their approach and try again, but now from a different angle or point of view (usually literally a different angle or point of view).</p>
<p>This has kept me thinking,  why is it so difficult for adults to learn something new?</p>
<div class="wp-caption alignleft" style="width: 380px"><a href="http://www.unce.unr.edu/4H/volunteers/education/"><img title="Experiential learning" src="http://www.unce.unr.edu/4H/volunteers/images/ExperientialLearningModel.jpg" alt="Experiential learning" width="370" height="345" /></a><p class="wp-caption-text">Experiential Learning Model</p></div>
<p>Kids have a big advantage when trying to learn things, they (often) look at them for the very first time. This helps them to not worry about what it is supposed to do, but to instead figure out what it <em>does</em> do. Whether it is the intended function or not, the child learns what the object can and cannot do in a rapid and fun way.</p>
<p>Whenever us adults encounter something new we always will try to draw from the past, look for something that may have been similar and go forward based on assumptions rather than intuition. In quite a few things it helps, but in as many things I also believes it hampers us. Most adults have a form of built-in &#8220;best practices&#8221; which they will use when they encounter something new (as described in the concept of experiential learning).</p>
<p>So how can we, as software testers try to not use our default boxed-in thinking? Is there a way to break through the barriers experience builds and look at something as if you see this truly for the first time?</p>
<p>One way I try to ensure I do not get blocked by my knowledge when starting on a new piece of software is by exploring it as I believe my child would do it. Rather than guess what it is supposed to do I try to figure out what I can do with it.</p>
<p>Fairly soon however, I tend to run into the feeling I have seen something like it before, or the feeling of recognizing a pattern which then triggers all kinds of things I have learned in the past. So, how do you get past this? Or should you want to get past it?</p>
<p>The fact that our mind works based on boxes seems a limiting factor, but apparently these boxes do come fairly natural for the human mind. One way I try to use for the so called &#8220;thinking outside of the box&#8221; is to expand the boxes in my head to contain several different boxes.</p>
<p>In the example above, where I start recognizing a pattern or have the feeling I know what I am looking at, I try to combine the two feelings, or hunches, and through that push my mind into a whole new trail of thought, thus breaking out of the original boxes, and shoving all of that into a bigger one. On top of that I try to change the context in which I know these patterns, transplant the feeling to my current situation and see how this could apply here, since I have to deal with a different situation, with different circumstances; different data, different programming language, different developers and designers, quite likely a totally different objective of the software I am looking at etc.</p>
<p>There have been all kinds of studies and theories that should help one think outside of the box, but what seems to work for me is a combination of things:</p>
<ul>
<li>try to apply knowledge I gain from reading books (and I read a fair amount) into a practical situation</li>
<li>try to combine the new experience and the &#8220;learned&#8221; responses into its own, separate context of the here and now (e.g. the context in which I am currently working)</li>
<li>try to find several points of recognition or deja-vu if you will, and mash these ideas together into a whole new thing, within the current context</li>
<li>and to top this all of: I try to think of what my son would do to figure out what this object (or software) can do for him.</li>
</ul>
<div>This approach may not always be the most efficient or for that matter the most effective, but it does ensure that whenever I try to learn something new, new software when testing it for example, that I expand my horizons yet a bit more beyond just this object under investigation. I quite often even get new insights into how I could have tackled a previous problem more effectively as well. Which then gets stored in memory and at some point gets reused yet again.</div>
<div>The vicious circle of learning is great, and finding new ways to expand your knowledge and the ways of learning new things is even greater!</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martijndevrieze.wordpress.com/1984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martijndevrieze.wordpress.com/1984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martijndevrieze.wordpress.com/1984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martijndevrieze.wordpress.com/1984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martijndevrieze.wordpress.com/1984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martijndevrieze.wordpress.com/1984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martijndevrieze.wordpress.com/1984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martijndevrieze.wordpress.com/1984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martijndevrieze.wordpress.com/1984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martijndevrieze.wordpress.com/1984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martijndevrieze.wordpress.com/1984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martijndevrieze.wordpress.com/1984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martijndevrieze.wordpress.com/1984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martijndevrieze.wordpress.com/1984/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martijndevrieze.net&amp;blog=10016433&amp;post=1984&amp;subd=martijndevrieze&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martijndevrieze.net/2011/10/21/is-it-more-difficult-to-learn-something-new-as-an-adult-than-when-we-were-kids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>52.356607 4.947349</georss:point>
		<geo:lat>52.356607</geo:lat>
		<geo:long>4.947349</geo:long>
		<media:content url="http://1.gravatar.com/avatar/9631454148d04570357e8745c0c25d62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">martijndevrieze</media:title>
		</media:content>

		<media:content url="http://www.unce.unr.edu/4H/volunteers/images/ExperientialLearningModel.jpg" medium="image">
			<media:title type="html">Experiential learning</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting a junior up to speed on test automation with FitNesse</title>
		<link>http://martijndevrieze.net/2011/10/12/getting-a-noob-up-to-speed-on-test-automation/</link>
		<comments>http://martijndevrieze.net/2011/10/12/getting-a-noob-up-to-speed-on-test-automation/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 13:01:05 +0000</pubDate>
		<dc:creator>Martijn de Vrieze</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[coaching]]></category>
		<category><![CDATA[fitnesse]]></category>
		<category><![CDATA[fixture]]></category>
		<category><![CDATA[software testing]]></category>
		<category><![CDATA[test automation]]></category>
		<category><![CDATA[webdriver]]></category>

		<guid isPermaLink="false">http://martijndevrieze.net/?p=1972</guid>
		<description><![CDATA[Last week we had the privilege of having a junior test engineer working with us for a few days to see what it would take to get him fully up and running with test automation as we have implemented it at our customer. Our intern, as I introduced him at our client, has a solid eduction [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martijndevrieze.net&amp;blog=10016433&amp;post=1972&amp;subd=martijndevrieze&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last week we had the privilege of having a junior test engineer working with us for a few days to see what it would take to get him fully up and running with test automation as we have implemented it at our customer.</p>
<p>Our intern, as I introduced him at our client, has a solid eduction in Civil Engineering and lacked any kind of knowledge of test automation or writing software. He has just finished his first project as a junior tester, which was testing a data warehouse migration.</p>
<p><strong>Motivation</strong></p>
<p>What drove us to try this was simple: curiosity and questioning of my personal coaching and explaining skills. Thus far I have had the feeling that I somewhat failed in showing how easy the setup of FitNesse with our custom fixture is to anyone who is not part of a management group. With this engineer I wanted to confirm whether this was me not explaining things clearly or people not following what I explained properly (e.g. me explaining things in the wrong wording).</p>
<p><strong>Starting point</strong></p>
<p>Our &#8220;intern&#8221;, as said, has little or no hard IT knowledge. He is one of the junior test engineers that came out of the group of trainees Polteq Test Services hired at the beginning of the year. With his degree in civil engineering he is for sure a smart guy, but considering he has never been on the construction side of software, he had some ways to go.</p>
<p>Considering that he had no prior knowledge of either the FitNesse/WebDriver setup nor the environment we are working on, we started with a morning session of explaining and overflowing him with information by answering the following questions.</p>
<ul>
<li>What do the applications under test do?</li>
<li>What is the service oriented architecture underneath?</li>
<li>How does this all tie together into what you see when you start using the applications?</li>
<li>What is <a href="http://fitnesse.org" target="_blank">FitNesse</a>?</li>
<li>What is <a href="http://seleniumhq.org/projects/webdriver/" target="_blank">WebDriver</a>?</li>
<li>How do these two work together?</li>
<li>What is the architecture of the Fixture?</li>
<li>What is a <a href="http://fitnesse.org/FitNesse.UserGuide.FixtureCode" target="_blank">fixture</a> and how does that relate to WebDriver and FitNesse?</li>
</ul>
<p>After this session he was set to work with FitNesse. The main thing that slowed him down somewhat was the getting used to the syntax as we force it through the use of our custom Slim fixture. At this point he still had only a minor base knowledge of what the application under test does or is supposed to do. Based on the existing functional testcases he managed to fairly rapidly automate a set of testcases, or more specifically, transform them from base functional descriptions into Slim tables which will run successfully as a test.</p>
<p><strong>The result</strong></p>
<p>Writing the testcases was easy work for him, he picked up the base syntax really fast and managed to pump out some 15 working tests in a very short period. It was time for a bit of a challenge.</p>
<p>Considering he had never written a line of code in his life I thought we might as well check to see how fast he would pick up writing a simple wrapper in C# around an Advanced Search page, which includes a set of dropdowns, textfields, radiobuttons and checkboxes which can be manipulated along with a submit and reset button.</p>
<p>The first two methods we wrote out together, him typing while I was explaining what is what. Why do you want the method to be public, why does it need to be a bool, what are arguments and how do you deal with that in FitNesse.  Where do you find the Identifier of the object you are trying to get the wrapper around, what do you do when there is no ID, how do you extract the xpath and make that work well. Once we got through the first few methods I set him at work to figure it out for himself.</p>
<p>The first question I received after a while was: ok, so now I&#8217;m done writing these things out in code, then what? How can I now see this working in FitNesse? After making an extremely feeble attempt at explaining what compiling is and deciding to just show where the compile button is, he then set to work to verify in FitNesse that his code indeed is capable of reaching and manipulating every element on the search page and getting to a sensible search result.</p>
<p><strong>Take away</strong></p>
<p>What did I learn in this week? For starters that when coached close enough it is very simple to get someone without experience up and running with FitNesse the way we set it up, which is good to have confirmed again, since that was the aim.</p>
<p>Another thing we have seen proven is that adding new methods to the fixture is dead-simple, changing the ID&#8217;s of objects on the pages should not lead to too much hassle maintaining the fixture. For the Base class quite some developer knowledge is still required, but once that part is standing expanding the testable part can be done with some of coaching. So technically we would need to start handing over maintenance of our Base classes to someone within Development and hand off maintaining the rest of the fixture to someone within the test teams here.</p>
<p>One of the things we might consider in making maintenance easier could be to split the leaf-nodes, e.g. the page level, off from the base and helper classes in order for these two to be complete independent of one another, which means that the developer can add and refactor in the base, without breaking the current functionality, once done refactoring or adding stuff, the new DLL can be used to talk to.</p>
<p>Maybe I am getting carried away with making things modular now though&#8230;</p>
<p>Overall, good to see our idea of making things easy to transfer indeed seem to work well, although I do not want to say that this one week was enough to hand over everything of course!</p>
<p>Based on this week I have started to explain things to the test team internally, which does seem to indeed be an improvement. I do believe that having this week gave me a chance to play around with the ways in which I explain stuff, especially on a non-technical level.</p>
<p>Erwin, thanks for being here and listening to my explanations, following instructions and asking questions! It was a joy working with you this week.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martijndevrieze.wordpress.com/1972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martijndevrieze.wordpress.com/1972/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martijndevrieze.wordpress.com/1972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martijndevrieze.wordpress.com/1972/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martijndevrieze.wordpress.com/1972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martijndevrieze.wordpress.com/1972/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martijndevrieze.wordpress.com/1972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martijndevrieze.wordpress.com/1972/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martijndevrieze.wordpress.com/1972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martijndevrieze.wordpress.com/1972/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martijndevrieze.wordpress.com/1972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martijndevrieze.wordpress.com/1972/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martijndevrieze.wordpress.com/1972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martijndevrieze.wordpress.com/1972/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martijndevrieze.net&amp;blog=10016433&amp;post=1972&amp;subd=martijndevrieze&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martijndevrieze.net/2011/10/12/getting-a-noob-up-to-speed-on-test-automation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>52.335604 4.888151</georss:point>
		<geo:lat>52.335604</geo:lat>
		<geo:long>4.888151</geo:long>
		<media:content url="http://1.gravatar.com/avatar/9631454148d04570357e8745c0c25d62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">martijndevrieze</media:title>
		</media:content>
	</item>
		<item>
		<title>Systems Thinking</title>
		<link>http://martijndevrieze.net/2011/10/06/systems-thinking/</link>
		<comments>http://martijndevrieze.net/2011/10/06/systems-thinking/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 19:55:06 +0000</pubDate>
		<dc:creator>Martijn de Vrieze</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[systems thinking]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[weinberg]]></category>

		<guid isPermaLink="false">http://martijndevrieze.net/?p=1962</guid>
		<description><![CDATA[While reading Weinbergs &#8220;Introduction to General System Thinking&#8221; I started doing a bit of research on the web on it and stumbled onto a few entertaining videos giving a (very) basic introduction to what you can consider system thinking. Since I quite liked this short series I thought I might as well share it with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martijndevrieze.net&amp;blog=10016433&amp;post=1962&amp;subd=martijndevrieze&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While reading Weinbergs &#8220;Introduction to General System Thinking&#8221; I started doing a bit of research on the web on it and stumbled onto a few entertaining videos giving a (very) basic introduction to what you can consider system thinking.</p>
<p>Since I quite liked this short series I thought I might as well share it with the world here. These are not my video&#8217;s I just ran across them on Youtube.</p>
<p>As the uploader of the videos states &#8220;Systems thinking is a way of appreciating complex social problems also known as wicked or messy problems&#8221;. I hope this collection of videos will help more people get interested in Systems Thinking.</p>
<p><strong>Introduction</strong>:</p>
<span style="text-align:center; display: block;"><a href="http://martijndevrieze.net/2011/10/06/systems-thinking/"><img src="http://img.youtube.com/vi/pElXE9DI9e4/2.jpg" alt="" /></a></span>
<p><strong>Stakeholder analysis:</strong></p>
<span style="text-align:center; display: block;"><a href="http://martijndevrieze.net/2011/10/06/systems-thinking/"><img src="http://img.youtube.com/vi/uKozswXz7qM/2.jpg" alt="" /></a></span>
<p><strong>T, O and P syntesis</strong>:</p>
<span style="text-align:center; display: block;"><a href="http://martijndevrieze.net/2011/10/06/systems-thinking/"><img src="http://img.youtube.com/vi/avwb1p9tt8Y/2.jpg" alt="" /></a></span>
<p><strong>Problem Picturing</strong>:</p>
<span style="text-align:center; display: block;"><a href="http://martijndevrieze.net/2011/10/06/systems-thinking/"><img src="http://img.youtube.com/vi/YHONXvSyHa8/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martijndevrieze.wordpress.com/1962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martijndevrieze.wordpress.com/1962/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martijndevrieze.wordpress.com/1962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martijndevrieze.wordpress.com/1962/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martijndevrieze.wordpress.com/1962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martijndevrieze.wordpress.com/1962/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martijndevrieze.wordpress.com/1962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martijndevrieze.wordpress.com/1962/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martijndevrieze.wordpress.com/1962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martijndevrieze.wordpress.com/1962/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martijndevrieze.wordpress.com/1962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martijndevrieze.wordpress.com/1962/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martijndevrieze.wordpress.com/1962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martijndevrieze.wordpress.com/1962/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martijndevrieze.net&amp;blog=10016433&amp;post=1962&amp;subd=martijndevrieze&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martijndevrieze.net/2011/10/06/systems-thinking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>52.356607 4.947349</georss:point>
		<geo:lat>52.356607</geo:lat>
		<geo:long>4.947349</geo:long>
		<media:content url="http://1.gravatar.com/avatar/9631454148d04570357e8745c0c25d62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">martijndevrieze</media:title>
		</media:content>
	</item>
		<item>
		<title>Anything can be a testtool</title>
		<link>http://martijndevrieze.net/2011/09/23/anything-can-be-a-testtool/</link>
		<comments>http://martijndevrieze.net/2011/09/23/anything-can-be-a-testtool/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 11:44:29 +0000</pubDate>
		<dc:creator>Martijn de Vrieze</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software testing]]></category>
		<category><![CDATA[test automation]]></category>
		<category><![CDATA[testtools]]></category>
		<category><![CDATA[tooling]]></category>

		<guid isPermaLink="false">http://martijndevrieze.net/?p=1953</guid>
		<description><![CDATA[Last night we had a meeting at Polteq where Test tooling was at the center of attention. Interestingly most participants consider test tooling immediately to be related to test automation, I think that with a little creative thinking most testers can get a lot more out of tools than just mere test automation. I see [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martijndevrieze.net&amp;blog=10016433&amp;post=1953&amp;subd=martijndevrieze&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last night we had a meeting at <a href="http://www.polteq.com" target="_blank">Polteq </a>where Test tooling was at the center of attention. Interestingly most participants consider test tooling immediately to be related to test automation, I think that with a little creative thinking most testers can get a lot more out of tools than just mere test automation. I see tools as just about anything I use in my work as a tester to get my work done. This may be an application like <a href="http://notepad-plus-plus.org" target="_blank">notepad++</a> to keep track of what I have done or quickly find and replace a word or phrase in several places;  <a href="http://seleniumhq.org" target="_blank">Selenium WebDriver</a> to remove a lot of repetitive work in testing; Excel to create data which can be inserted into DB directly from excel.</p>
<p>One of the things that I realized over the course of the conversation is that, not only are there a lot of different ideas on what tools might be, but there is also confusion about how to use tools.</p>
<p>I have always tried to be creative in my use of tools, in other words, abuse a tool, apparently not everyone thinks like that.</p>
<p>An idea was posed that we compile a list of tools and in what situations these tools can be used, which is an interesting idea, I am just not convinced this is the right approach. A list of tools can of course come in extremely handy, but will we be able to come up with a more useful or complete list than for example on <a href="http://www.opensourcetesting.org/" target="_blank">opensourcetesting.org</a> ? Plus, will this stimulate those testers that think tools are directly related to test automation to go look at the list? I am not sure.</p>
<p>I therefore proposed to come up with a list, of 10 or so, tools that are either by default installed on a Windows PC  or are easy to find and download and give some ideas of how you can make these tools work for you in a slightly unorthodox way.</p>
<p>While writing this post I realized how difficult it is to just think up ideas how to (mis)use tools. Generally my ideas for how to make life easier while testing come to me kind of naturally. For example when doing a major refactoring in FitNesse of the testcases, we tried at first to use the Refactor functionality within FitNesse.</p>
<p>This is a fairly simple regular expression find/replace. Works well enough when you do not really care what you are replacing. However when you need to know what you are replacing this refactor function is not good enough, it doesn&#8217;t give you any control since it just goes off and does the replace.</p>
<p>What we needed was a slightly more sophisticated way of doing the search and replace. That is where <a href="http://notepad-plus-plus.org/download/" target="_blank">Notepad++ </a>came knocking. This basic text editor is capable of searching within multiple files in a set of directories and showing you the results for this search, it is also capable of replacing all occurrences of these keywords in one big bang, while still showing you what it is doing.</p>
<p>When kicking off our current project, we needed some way to quickly build a hierarchical overview of the applications under test. We first thought of using the sitemap xml, importing that into Excel and using that. This would however, not give us the opportunity to play with it and use it as an inspiration to base the custom fixture on. We ended up using an extremely easy way to build a hierarchical overview, where all nodes can be moved, linked, collapsed and expanded at will: a mind mapping tool. We used <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page" target="_blank">Freemind</a>, it is a wonderful little tool, easy to use and free to download!</p>
<p>There probably are an unfathomable amount of other tools that can be abused in this way.  Please share them with me!</p>
<p>Tools are there to do stuff for you, to make life easier. Nobody is stopping you from abusing a tool to your advantage!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martijndevrieze.wordpress.com/1953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martijndevrieze.wordpress.com/1953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martijndevrieze.wordpress.com/1953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martijndevrieze.wordpress.com/1953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martijndevrieze.wordpress.com/1953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martijndevrieze.wordpress.com/1953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martijndevrieze.wordpress.com/1953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martijndevrieze.wordpress.com/1953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martijndevrieze.wordpress.com/1953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martijndevrieze.wordpress.com/1953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martijndevrieze.wordpress.com/1953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martijndevrieze.wordpress.com/1953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martijndevrieze.wordpress.com/1953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martijndevrieze.wordpress.com/1953/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martijndevrieze.net&amp;blog=10016433&amp;post=1953&amp;subd=martijndevrieze&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martijndevrieze.net/2011/09/23/anything-can-be-a-testtool/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9631454148d04570357e8745c0c25d62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">martijndevrieze</media:title>
		</media:content>
	</item>
	</channel>
</rss>
