<?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>Agile Testing with Lisa Crispin &#187; Transitioning to agile</title>
	<atom:link href="http://lisacrispin.com/wordpress/category/transitioning-to-agile/feed/" rel="self" type="application/rss+xml" />
	<link>http://lisacrispin.com/wordpress</link>
	<description>Providing Practical Agile Testing Guidance</description>
	<lastBuildDate>Sat, 05 May 2012 18:43:52 +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>&#8220;Where Should I Start Looking&#8230;.&#8221;</title>
		<link>http://lisacrispin.com/wordpress/2012/01/29/where-should-i-start-looking/</link>
		<comments>http://lisacrispin.com/wordpress/2012/01/29/where-should-i-start-looking/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 02:55:34 +0000</pubDate>
		<dc:creator>lcrispin</dc:creator>
				<category><![CDATA[agile testing]]></category>
		<category><![CDATA[test automation]]></category>
		<category><![CDATA[Transitioning to agile]]></category>
		<category><![CDATA[Whole Team Approach]]></category>
		<category><![CDATA[agile test automation]]></category>
		<category><![CDATA[getting started with test automation]]></category>

		<guid isPermaLink="false">http://lisacrispin.com/wordpress/?p=902</guid>
		<description><![CDATA[My friend and excellent agile coach Michele Sliger, co-author of The Software Project Manager’s Bridge to Agility ,  recently emailed me this question that she hears a lot: &#8220;Where should I start looking to learn more about test automation and tooling?&#8221; Naturally, I replied with a typically long-winded answer. She must have liked it though, [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #333399;">My friend and excellent agile coach <span style="text-decoration: underline;"><a href="http://www.sligerconsulting.com/" target="_blank"><span style="color: #333399; text-decoration: underline;">Michele Sliger</span></a></span>, co-author of<span style="text-decoration: underline;"><a href="http://www.sligerconsulting.com/resources/books/" target="_blank"><span style="color: #333399;"> <em>The Software Project Manager’s Bridge to Agility</em></span></a></span> ,  recently emailed me this question that she hears a lot: &#8220;Where should I start looking to learn more about test automation and tooling?&#8221;</span></p>
<p><span style="color: #333399;">Naturally, I replied with a typically long-winded answer. She must have liked it though, because she suggested I cut and paste my reply into a blog post. Here it is!</span></p>
<p><span style="color: #333399;">The key thing with a newbie agile team is to not say &#8220;move testers on all teams into automated testing&#8221; but &#8220;help all teams learn to take whole-team responsibility for quality and testing, and learn how programmers and testers collaborate to automate tests at all levels&#8221;. Automated test code is code, and generally, it&#8217;s much quicker and better in the long run for programmers to code the automation fixtures. Testers know what to test, and when programmers do the coding, testers have lots of time to help customers come up with examples of desired behavior to turn into tests. Then they can pair with the programmers to automate regression testing and any other types of tests (performance, load etc). Then they will still have time to do the all-important manual exploratory testing. </span></p>
<p><span style="color: #333399;"> If they read our book <span style="text-decoration: underline;"><a href="http://www.amazon.com/Agile-Testing-Practical-Guide-Testers/dp/0321534468/ref=sr_1_1?ie=UTF8&amp;qid=1327891879&amp;sr=8-1" target="_blank"><span style="color: #333399; text-decoration: underline;"><em>Agile Testing</em></span></a></span>, they will learn that they have to be patient and invest a lot of time in learning and experimenting with different test frameworks. And they should use Mike Cohn&#8217;s test automation pyramid concept to see where they&#8217;ll get the best ROI in automation. Generally, they should always start by learning how to do TDD and get traction on unit level tests. Then they can move on to API or service level tests, then GUI. But that&#8217;s not a rule, each team has to figure out what&#8217;s best for them.</span></p>
<p><span style="color: #333399;"> I highly recommend Gojko Adzic&#8217;s <span style="text-decoration: underline;"><a href="http://specificationbyexample.com" target="_blank"><span style="color: #333399;"><em>Specification by Example</em></span></a></span> book, and also his blog, <span style="text-decoration: underline;"><a href="http://gojko.net/"><span style="color: #333399; text-decoration: underline;">gojko.net</span></a></span>. <span style="text-decoration: underline;"><a href="http://shino.de" target="_blank"><span style="color: #333399; text-decoration: underline;">Markus Gaertner</span></a></span> has a great ATDD book coming out but it&#8217;s not published yet. </span></p>
<p><span style="color: #333399;"> There are SO many test frameworks, drivers, tools, it&#8217;s overwhelming. Recently we had to find a way to automate GUI regression tests for our new code that uses Dojo. Our existing GUI tools aren&#8217;t able to interpret the Dojo JS properly. It was truly a team effort, though not a smooth one. Our sys admin had earlier played around with Selenium, and we thought Webdriver might work. The sys admin did a spike and proved it did work, then he and our senior architect spiked a couple of different frameworks &#8211; one homegrown, one using Geb. They demo&#8217;ed it and got everyone&#8217;s opinions. For now we are going with the Geb framework, but down the road we might decide it&#8217;s not quite right and try something else.</span></p>
<p><span style="color: #333399;"> Anyway, that&#8217;s a long-winded answer. One good place to start getting an idea about functional test tools is the Agile Alliance Functional Test Tools group&#8217;s spreadsheet comparing various tools, at <span style="text-decoration: underline;"><a href="http://bit.ly/AgileTestTools"><span style="color: #333399; text-decoration: underline;">http://bit.ly/AgileTestTools</span></a></span>. When the teams are ready to think about functional testing, they might take a look and get an idea of all the choices. It&#8217;s a good idea to stop and plan a <span style="text-decoration: underline;"><a href="http://searchsoftwarequality.techtarget.com/tip/Devising-a-test-automation-strategy-Getting-started" target="_blank">test automation strategy</a></span>.<br />
</span></p>
<p><span style="color: #333399;">It is really, really hard to get started with test automation. There&#8217;s a period where it&#8217;s just extra work and no reward. But eventually they&#8217;ll cross over that Hump of Pain and start reaping the benefits, eating away at their technical debt!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://lisacrispin.com/wordpress/2012/01/29/where-should-i-start-looking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>More ACCUS Games Day</title>
		<link>http://lisacrispin.com/wordpress/2011/09/24/more-accus-games-day/</link>
		<comments>http://lisacrispin.com/wordpress/2011/09/24/more-accus-games-day/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 13:22:58 +0000</pubDate>
		<dc:creator>lcrispin</dc:creator>
				<category><![CDATA[agile testing training]]></category>
		<category><![CDATA[learning for testers]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[Transitioning to agile]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ACCUS]]></category>
		<category><![CDATA[Agile Coach Camp]]></category>
		<category><![CDATA[Agile Games Day]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://lisacrispin.com/wordpress/?p=833</guid>
		<description><![CDATA[This afternooon, I joined Mike Sutton&#8217;s Improv session. My takeaway: &#8220;It doesn&#8217;t hurt to collaborate&#8221;. The exercises were fun and funny, and gave insight into how teams worked together. I particularly liked that Mike used a task board to keep track of his session. We did a lot of fun exercises, and had lots of [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #333399;">This afternooon, I joined Mike Sutton&#8217;s Improv session. My takeaway: &#8220;It doesn&#8217;t hurt to collaborate&#8221;. The exercises were fun and funny, and gave insight into how teams worked together. I particularly liked that Mike used a task board to keep track of his session.</span></p>
<div id="attachment_834" class="wp-caption alignleft" style="width: 310px"><span style="color: #333399;"><a href="http://lisacrispin.com/wordpress/wp-content/uploads/2011/09/MikeSuttonTaskBoard.jpg"><span style="color: #333399;"><img class="size-medium wp-image-834" title="Mike Sutton moving cards on talk task board" src="http://lisacrispin.com/wordpress/wp-content/uploads/2011/09/MikeSuttonTaskBoard-300x225.jpg" alt="" width="300" height="225" /></span></a></span><p class="wp-caption-text">Mike Sutton moving cards on talk task board</p></div>
<p><span style="color: #333399;">We did a lot of fun exercises, and had lots of opportunities to do the &#8220;failure bow&#8221; (similar to &#8220;How Fascinating&#8221; in Language Hunters) we learned from Tobias in the warm-up this morning. We encountered so many things that happen on software projects. For example, when we had to draw a picture by committee, each person had a different viewpoint on the picture and a different idea of what we were drawing.</span></p>
<p><span style="color: #333399;"><strong>Ball Flow Game</strong></span></p>
<p><span style="color: #333399;">Next, I joined the Ball Flow Game facilitated by Olaf Lewitz and Gerry Kirk. This turned into a hilarious example of &#8220;too many cooks in the kitchen&#8221;, in my opinion. Just try to get a bunch of agile coaches together and get something done! We started out really well, producing the inventory of &#8220;magic balls&#8221; efficiently, in just over one minute. </span></p>
<p><span style="color: #333399;">Then, naturally, since we had done pretty well, we changed everything at once and came up with a totally new way to &#8220;deliver&#8221; the magic balls. My personal estimate of five minutes was not too far off the real result. It was a good opportunity to reinforce the fact that it is better to do small experiments and only change one thing at a time than to do a drastic reorganization.</span></p>
<p><span style="color: #333399;"><strong>Attempted Game Development</strong></span></p>
<p><span style="color: #333399;">Paul Boos, one of the ACCUS organizers, was kind enough to let me take a slot in the agenda to get help in trying to develop a game that would teach tester-developer collaboration. My goal was a quick game that would teach testers that it&#8217;s not a bad thing to test early and often, and teach programmers that it&#8217;s valuable to have testers involved throughout development. I can&#8217;t afford Legos and I don&#8217;t like to check my bag when I travel, so I wanted to do something with a construction kit that uses plastic straws (similar to drinking straws) and connectors.</span></p>
<div id="attachment_836" class="wp-caption alignleft" style="width: 310px"><span style="color: #333399;"><a href="http://lisacrispin.com/wordpress/wp-content/uploads/2011/09/Straws2.jpg"><span style="color: #333399;"><img class="size-medium wp-image-836" title="Straw Art" src="http://lisacrispin.com/wordpress/wp-content/uploads/2011/09/Straws2-300x225.jpg" alt="" width="300" height="225" /></span></a></span><p class="wp-caption-text">Some participants created works of art!</p></div>
<p><span style="color: #333399;">A wonderful group of people came to help. They started throwing out ideas, and it first, it seemed there was no way I could create the kind of game I wanted with the straw kit. While they brainstormed, participants built some awesome straw constructions, proving that using our hands does help us learn and think! </span></p>
<p><span style="color: #333399;">It turned out that you can build a lot of two-dimensional shapes with the straws: squares, rectangles, circles, arches, hexagons, lips. The group proposed that the first part of the game would be for each team to build all the shapes. These could be &#8220;tested&#8221;. In the second phase, each team would put the 2D shapes together into 3D shapes, and try to build the biggest structure that could hold its own weight when picked up. This also would encourage incremental testing.</span></p>
<p><span style="color: #333399;">An additional idea was to throw in &#8220;hidden requirements&#8221;. For example, when the facilitator comes around to verify the 2D shapes, she could say, &#8220;That is indeed a square, but I forgot to tell you, all the straws in the square must be blue.&#8221; This would simulate a real-life project.</span></p>
<p><span style="color: #333399;">This isn&#8217;t the quick game I envisioned, but it has potential, and I think it&#8217;s worth trying out. Thanks to everyone who helped me, I&#8217;d never have thought of this on my own! Collaboration rules!</span></p>
<p><span style="color: #333399;">I&#8217;m looking forward to Agile Coach Camp and more learning, insights, and friends.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://lisacrispin.com/wordpress/2011/09/24/more-accus-games-day/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What I&#8217;ve been writing instead of blog posts!</title>
		<link>http://lisacrispin.com/wordpress/2011/09/20/what-ive-been-writing-instead-of-blog-posts/</link>
		<comments>http://lisacrispin.com/wordpress/2011/09/20/what-ive-been-writing-instead-of-blog-posts/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 18:25:51 +0000</pubDate>
		<dc:creator>lcrispin</dc:creator>
				<category><![CDATA[agile testing]]></category>
		<category><![CDATA[experiments]]></category>
		<category><![CDATA[learning for testers]]></category>
		<category><![CDATA[TechTarget articles]]></category>
		<category><![CDATA[Transitioning to agile]]></category>
		<category><![CDATA[Whole Team Approach]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[agile teams]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[developers and testers]]></category>
		<category><![CDATA[whole team approach]]></category>

		<guid isPermaLink="false">http://lisacrispin.com/wordpress/?p=820</guid>
		<description><![CDATA[I have been doing some writing in the past six weeks, in addition to rehabilitating my broken-and-now-healed ankle. But it&#8217;s all been published elsewhere. Here are some links: Software Quality Connection, &#8220;How to Improve Communication between QA and Development&#8220; SearchSoftwareQuality.com, &#8220;Agile development: The whole-team approach&#8221; Also on SearchSoftwareQuality.com, &#8220;The whole-team approach to Agile development: Examples [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><span style="color: #333399;">I have been doing some writing in the past six weeks, in addition to rehabilitating my broken-and-now-healed ankle. But it&#8217;s all been published elsewhere. Here are some links:</span></p>
<p style="text-align: left;"><span style="color: #333399;">Software Quality Connection, &#8220;<span style="color: #0000ff;"><a href="http://www.softwarequalityconnection.com/2011/08/how-to-improve-communication-between-qa-and-development/" target="_blank"><span style="color: #0000ff;">How to Improve Communication between QA and Development</span></a></span>&#8220;</span></p>
<p style="text-align: left;"><span style="color: #333399;">SearchSoftwareQuality.com, &#8220;<span style="color: #0000ff;"><a href="http://searchsoftwarequality.techtarget.com/tip/Agile-development-The-whole-team-approach" target="_blank"><span style="color: #0000ff;">Agile development: The whole-team approach</span></a></span>&#8221; </span></p>
<p style="text-align: left;"><span style="color: #333399;">Also on SearchSoftwareQuality.com, &#8220;<span style="color: #0000ff;"><a href="http://searchsoftwarequality.techtarget.com/tip/The-whole-team-approach-to-Agile-development-Examples-and-benefits" target="_blank"><span style="color: #0000ff;">The whole-team approach to Agile development: Examples and benefits</span></a></span>&#8220;</span></p>
<p style="text-align: left;"><span style="color: #333399;">I&#8217;ve got a bunch of tips and Ask the Expert Q&amp;A on<span style="color: #0000ff;"><a href="http://searchsoftwarequality.techtarget.com/expert/Lisa-Crispin" target="_blank"><span style="color: #0000ff;"> SearchSoftwareQuality.com</span></a></span>, please check them out</span>!<span style="color: #333399;"> I&#8217;d appreciate feedback.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://lisacrispin.com/wordpress/2011/09/20/what-ive-been-writing-instead-of-blog-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Newly Available Online</title>
		<link>http://lisacrispin.com/wordpress/2011/04/01/newly-available-online/</link>
		<comments>http://lisacrispin.com/wordpress/2011/04/01/newly-available-online/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 21:05:43 +0000</pubDate>
		<dc:creator>lcrispin</dc:creator>
				<category><![CDATA[agile testing]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[planning]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[Selling Agile]]></category>
		<category><![CDATA[Transitioning to agile]]></category>
		<category><![CDATA[agile requirements]]></category>
		<category><![CDATA[articles]]></category>

		<guid isPermaLink="false">http://lisacrispin.com/wordpress/?p=683</guid>
		<description><![CDATA[My Software Quality Connection article, Selling Agile to the CFO, has been reformatted by ITBusinessEdge into a nice little slide deck. I think it is really easy to read &#38; digest in this new format. I have a new article on TechTarget&#8217;s SearchSoftwareQuality.com site, &#8220;Getting on the Same Page: How Testers Can Help Clarify Requirements&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #333399;">My Software Quality Connection article, S<a href="http://www.softwarequalityconnection.com/2011/01/selling-agile-to-the-cfo-a-guide-for-development-teams/" target="_blank">elling Agile to the CFO</a>, has been reformatted by ITBusinessEdge into a nice little <a href="http://www.itbusinessedge.com/slideshows/show.aspx?c=88276" target="_blank">slide deck</a>. I think it is really easy to read &amp; digest in this new format.</span></p>
<p><span style="color: #333399;">I have a new article on TechTarget&#8217;s SearchSoftwareQuality.com site, <a href="http://searchsoftwarequality.techtarget.com/tip/On-the-same-page-Bring-software-development-programming-and-business-expertise-together?asrc=EM_NLN_13551034&amp;track=NL-498&amp;ad=823208" target="_blank">&#8220;Getting on the Same Page: How Testers Can Help Clarify Requirements&#8221;</a>. I&#8217;d love to hear of your own experiences in this area.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://lisacrispin.com/wordpress/2011/04/01/newly-available-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Documentation</title>
		<link>http://lisacrispin.com/wordpress/2011/03/14/agile-documentation/</link>
		<comments>http://lisacrispin.com/wordpress/2011/03/14/agile-documentation/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 21:35:55 +0000</pubDate>
		<dc:creator>lcrispin</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[Stickyminds Blog]]></category>
		<category><![CDATA[Transitioning to agile]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[agile documentation]]></category>

		<guid isPermaLink="false">http://lisacrispin.com/wordpress/?p=671</guid>
		<description><![CDATA[If you&#8217;ve ever wondered how much documentation is enough in an agile project, or you&#8217;ve heard you don&#8217;t even need documentation with agile, please check out my article on StickyMinds about how my teams have approached agile documentation.]]></description>
			<content:encoded><![CDATA[<p><span style="color: #333399;">If you&#8217;ve ever wondered how much documentation is enough in an agile project, or you&#8217;ve heard you don&#8217;t even need documentation with agile, please check out my article on StickyMinds about how my teams have approached <a href="http://www.stickyminds.com/sitewide.asp?Function=edetail&amp;ObjectType=COL&amp;ObjectId=16698&amp;tth=DYN&amp;tt=siteemail&amp;iDyn=2" target="_blank">agile documentation</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://lisacrispin.com/wordpress/2011/03/14/agile-documentation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Agile in a Flash!</title>
		<link>http://lisacrispin.com/wordpress/2011/03/10/agile-in-a-flash/</link>
		<comments>http://lisacrispin.com/wordpress/2011/03/10/agile-in-a-flash/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 17:42:33 +0000</pubDate>
		<dc:creator>lcrispin</dc:creator>
				<category><![CDATA[book review]]></category>
		<category><![CDATA[donkeys]]></category>
		<category><![CDATA[Transitioning to agile]]></category>
		<category><![CDATA[Agile in a Flash]]></category>

		<guid isPermaLink="false">http://lisacrispin.com/wordpress/?p=662</guid>
		<description><![CDATA[I was an early adopter of the terrific Agile in a Flash cards by Jeff Langr and Tim Ottinger, but left in the dust in the new fashion of having one&#8217;s photo taken with the card deck! I have remedied that situation with help from my friend Anna Blake, who was my photo shoot Art [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #333399;">I was an early adopter of the terrific <a href="http://agileinaflash.blogspot.com/" target="_blank">Agile in a Flash</a> cards by Jeff Langr and Tim Ottinger, but left in the dust in the new fashion of having one&#8217;s <a href="http://agileinaflash.blogspot.com/" target="_blank">photo</a> taken with the card deck! I have remedied that situation with help from my friend <a href="http://annablakeblog.wordpress.com/" target="_blank">Anna Blake</a>, who was my photo shoot Art Director and photographer. We got up bright and early today on a cold Colorado morning, put on our Carrharts and Elmer Fudd hats, and showed the cards to the donkeys and goats.</span></p>
<p style="text-align: center;">
<div id="attachment_663" class="wp-caption alignleft" style="width: 534px"><a href="http://lisacrispin.com/wordpress/wp-content/uploads/2011/03/AgileFlashJoLg.jpg"><img class="size-large wp-image-663 " title="Agile Goats/Donkeys in a Flash" src="http://lisacrispin.com/wordpress/wp-content/uploads/2011/03/AgileFlashJoLg-1024x764.jpg" alt="" width="524" height="391" /></a><p class="wp-caption-text">Jo, Edgar and Chester are keen to get up to speed on Agile</p></div>
<div id="attachment_664" class="wp-caption alignleft" style="width: 534px"><a href="http://lisacrispin.com/wordpress/wp-content/uploads/2011/03/AgileFlashErnLg.jpg"><img class="size-large wp-image-664  " title="AgileFlashErnLg" src="http://lisacrispin.com/wordpress/wp-content/uploads/2011/03/AgileFlashErnLg-1024x764.jpg" alt="" width="524" height="391" /></a><p class="wp-caption-text">Ernest is the cautious late adopter, but he is moving in for more</p></div>
]]></content:encoded>
			<wfw:commentRss>http://lisacrispin.com/wordpress/2011/03/10/agile-in-a-flash/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Selling Agile to the CFO</title>
		<link>http://lisacrispin.com/wordpress/2011/02/24/selling-agile-to-the-cfo/</link>
		<comments>http://lisacrispin.com/wordpress/2011/02/24/selling-agile-to-the-cfo/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 14:41:58 +0000</pubDate>
		<dc:creator>lcrispin</dc:creator>
				<category><![CDATA[Selling Agile]]></category>
		<category><![CDATA[Transitioning to agile]]></category>
		<category><![CDATA[agile transitions]]></category>
		<category><![CDATA[benefits of agile]]></category>

		<guid isPermaLink="false">http://lisacrispin.com/wordpress/?p=634</guid>
		<description><![CDATA[Are you a developer who&#8217;s trying to be a change agent, getting your company to try agile development? Surprisingly, it can be fairly easy to get the CFO on your side. Check out my article on Selling Agile to the CFO on Software Quality Connection.]]></description>
			<content:encoded><![CDATA[<p><span style="color: #333399;">Are you a developer who&#8217;s trying to be a change agent, getting your company to try agile development? Surprisingly, it can be fairly easy to get the CFO on your side. Check out my article on Selling Agile to the CFO on <a href="http://www.softwarequalityconnection.com/2011/01/selling-agile-to-the-cfo-a-guide-for-development-teams/" target="_blank">Software Quality Connection</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://lisacrispin.com/wordpress/2011/02/24/selling-agile-to-the-cfo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What My Donkeys Taught Me</title>
		<link>http://lisacrispin.com/wordpress/2010/09/29/what-my-donkeys-taught-me/</link>
		<comments>http://lisacrispin.com/wordpress/2010/09/29/what-my-donkeys-taught-me/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 20:09:36 +0000</pubDate>
		<dc:creator>lcrispin</dc:creator>
				<category><![CDATA[agile testing]]></category>
		<category><![CDATA[donkeys]]></category>
		<category><![CDATA[learning for testers]]></category>
		<category><![CDATA[Transitioning to agile]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[agile development]]></category>
		<category><![CDATA[agile record]]></category>

		<guid isPermaLink="false">http://lisacrispin.com/wordpress/?p=528</guid>
		<description><![CDATA[The new issue of Agile Record has an article of mine, one I&#8217;ve been wanting to write for a long time. It&#8217;s not the best-crafted article I ever wrote &#8211; I was in a rush to make the deadline (actually I missed the deadline, but the editors were nice and included my article anyway). However, [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #333399;">The new issue of <a title="Agile Record Issue #4" href="http://agilerecord.com/agilerecord_04.pdf" target="_blank">Agile Record</a> has an article of mine, one I&#8217;ve been wanting to write for a long time. It&#8217;s not the best-crafted article I ever wrote &#8211; I was in a rush to make the deadline (actually I missed the deadline, but the editors were nice and included my article anyway). However, it&#8217;s an article that&#8217;s close to my heart.</p>
<div id="attachment_529" class="wp-caption alignright" style="width: 310px"><a href="http://lisacrispin.com/wordpress/wp-content/uploads/2010/09/Chester-at-5-022.jpg"><img class="size-medium wp-image-529" title="Lisa and Chester" src="http://lisacrispin.com/wordpress/wp-content/uploads/2010/09/Chester-at-5-022-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Lisa and Chester</p></div>
<p></span></p>
<p><span style="color: #333399;">If you&#8217;ve ever heard me speak, you&#8217;ve probably heard me refer to my donkeys as an example of the importance of trust, or enjoyment of work. I wanted to explain all the insights I&#8217;ve gained from my donkeys and applied to agile software development, and I finally sat down and wrote this article. Please enjoy it, and let me know what you think.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://lisacrispin.com/wordpress/2010/09/29/what-my-donkeys-taught-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The One Right Thing</title>
		<link>http://lisacrispin.com/wordpress/2010/03/10/the-one-right-thing/</link>
		<comments>http://lisacrispin.com/wordpress/2010/03/10/the-one-right-thing/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 15:37:52 +0000</pubDate>
		<dc:creator>lcrispin</dc:creator>
				<category><![CDATA[agile testing]]></category>
		<category><![CDATA[Transitioning to agile]]></category>
		<category><![CDATA[acceptance tests]]></category>
		<category><![CDATA[ATDD]]></category>
		<category><![CDATA[customer facing tests]]></category>
		<category><![CDATA[test automation]]></category>

		<guid isPermaLink="false">http://lisacrispin.com/wordpress/?p=424</guid>
		<description><![CDATA[During a flurry of tweets and blog posts about whether or not ATDD is a good thing, I posted a blog on Stickyminds with my opinion. I&#8217;ve gotten some great comments, please add yours!]]></description>
			<content:encoded><![CDATA[<p><span style="color: #333399;">During a flurry of tweets and blog posts about whether or not ATDD is a good thing, I posted a blog on <a href="http://blogs.stickyminds.com/Blogs/tabid/91/EntryId/172/The-One-Right-Way.aspx" target="_blank">Stickyminds</a> with my opinion. I&#8217;ve gotten some great comments, please add yours!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://lisacrispin.com/wordpress/2010/03/10/the-one-right-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grow Yourself with Rachel Davies and Liz Sedley</title>
		<link>http://lisacrispin.com/wordpress/2010/01/02/grow-yourself-with-rachel-davies-and-liz-sedley/</link>
		<comments>http://lisacrispin.com/wordpress/2010/01/02/grow-yourself-with-rachel-davies-and-liz-sedley/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 20:37:25 +0000</pubDate>
		<dc:creator>lcrispin</dc:creator>
				<category><![CDATA[agile testing]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[Transitioning to agile]]></category>
		<category><![CDATA[agile coaching]]></category>
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://lisacrispin.com/wordpress/?p=366</guid>
		<description><![CDATA[Agile Coaching, in my opinion, isn&#8217;t only for people who coach agile teams. If you&#8217;re in the software business, you&#8217;ll learn something valuable from this book. Start with the last chapter &#8211; &#8220;Growing You&#8221;. The only way to succeed in our industry is to continually learn and improve, and this chapter gives great suggestions how [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #333399;"><a title="Agile Coaching" href="http://pragprog.com/titles/sdcoach/agile-coaching" target="_blank">Agile Coaching</a>, in my opinion, isn&#8217;t only for people who coach agile teams. If you&#8217;re in the software business, you&#8217;ll learn something valuable from this book. Start with the last chapter &#8211; &#8220;Growing You&#8221;. The only way to succeed in our industry is to continually learn and improve, and this chapter gives great suggestions how to do that. </span></p>
<p><span style="color: #333399;">This book is a model of concise, clear writing. It&#8217;s packed with information in the form of narrative, bullet points, graphics, photos, stories of real teams and projects, exercises, tips and examples. The authors have been walking their talk for a long time, so you can feel confident about following their advice. Their flair for language makes the book fun to read. It could be a quick read, except you&#8217;ll find yourself stopping to reflect on your own experiences, and thinking about how you could apply the technique you just read about on your own team. Each chapter includes hurdles you may face, and a checklist summarizing action items for you, the reader. </span></p>
<p><span style="color: #333399;">I particularly enjoyed the little vignettes with dialog from a typical team illustrating topics such as &#8220;Not Quite Done Yet&#8221; and &#8220;Getting Ready to Demo&#8221;. The authors have insight into all aspects of coding, testing, and managing software teams. You&#8217;ll find advice you might not expect in a software-related book, such as &#8220;Be kind to yourself&#8221;. The focus on people and teams will make you a better person and team member.<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://lisacrispin.com/wordpress/2010/01/02/grow-yourself-with-rachel-davies-and-liz-sedley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

