<?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>Gojko Adzic &#187; concordion</title>
	<atom:link href="http://gojko.net/tag/concordion/feed/" rel="self" type="application/rss+xml" />
	<link>http://gojko.net</link>
	<description>Building software that matters</description>
	<lastBuildDate>Tue, 31 Jan 2012 09:07:39 +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>Is Concordion good for testers?</title>
		<link>http://gojko.net/2009/12/16/is-concordion-good-for-testers/</link>
		<comments>http://gojko.net/2009/12/16/is-concordion-good-for-testers/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 19:16:20 +0000</pubDate>
		<dc:creator>gojko</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[acceptance testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[concordion]]></category>

		<guid isPermaLink="false">http://gojko.net/?p=1499</guid>
		<description><![CDATA[I got this question today from a blog reader: They are thinking about using Concordion here. I remember you made some comments about using it. Can it be used sensibly by a tester without lots of dev experience? Concordion is a great tool for acceptance testing as support for development....]]></description>
			<content:encoded><![CDATA[<p>I got this question today from a blog reader:</p>
<blockquote><p>
They are thinking about using Concordion here. I remember you made some comments about using it. Can it be used sensibly by a tester without lots of dev experience?
</p></blockquote>
<p>Concordion is a great tool for acceptance testing as support for development. Whether it can be used sensibly by a tester without lots of development experience, that depends on what the intended use is. Concordion tests/results are HTML files, so anyone can read them using a browser. I&#8217;ve never tried to write Concordion tests using Word or anything similar, only by hand-coding HTML, so I don&#8217;t know whether tests can be maintained with a visual tool. However, anyone with basic HTML knowledge should be able to write tests as well. In terms of running the tests, Concordion runs within JUnit/NUnit, so this should be fairly simple as well.</p>
<p>Concordion does not have a test management tool and intentionally doesn&#8217;t allow you to reuse or share automation components, so it requires a fair bit of cooperation between developers and testers. I think this is very good for tests that support development, but it might be a problem for retro-fitting regression test packs into an existing product if testers are expected to do the bulk of work.</p>
<p>I wrote a <a href="http://gojko.net/2008/08/25/concordion-agile-acceptance-testing-with-free-form-text/">review of concordion last year</a>, which will give you a bit more detail on how it works. I also have a <a href="http://gojko.net/2009/09/01/acceptance-testing-in-plain-english-with-concordion-net/<br />
">short video about it</a> (.NET oriented but still a good introduction to capabilities):</p>
<p>David Peterson, the author of Concordion, spoke about it at the agile acceptance testing tools round-up event, and that <a href="http://gojko.net/2009/06/04/agile-acceptance-testing-tools-roundup-videos/<br />
">video is also online</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gojko.net/2009/12/16/is-concordion-good-for-testers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acceptance testing in plain English with Concordion .NET</title>
		<link>http://gojko.net/2009/09/01/acceptance-testing-in-plain-english-with-concordion-net/</link>
		<comments>http://gojko.net/2009/09/01/acceptance-testing-in-plain-english-with-concordion-net/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 08:20:06 +0000</pubDate>
		<dc:creator>gojko</dc:creator>
				<category><![CDATA[presentations]]></category>
		<category><![CDATA[acceptance testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[concordion]]></category>

		<guid isPermaLink="false">http://gojko.net/?p=1093</guid>
		<description><![CDATA[Concordion is an acceptance testing tool that enables developers, testers and business analysts to build executable specifications in free-form HTML. In this talk, I introduces Concordion.NET acceptance testing tool, the .NET port of Concordion, and demonstrate it with examples. The video was filmed during the third OpenSource .NET Exchange in...]]></description>
			<content:encoded><![CDATA[<div align="left" style="border: 1px solid black; margin: 5px; float: left;">
<object width="300px" height="279px"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5803546&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5803546&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="300px" height="279px"></embed></object>
</div>
<p>Concordion is an acceptance testing tool that enables developers, testers and business analysts to build executable specifications in free-form HTML. In this talk, I introduces Concordion.NET acceptance testing tool, the .NET port of Concordion, and demonstrate it with examples. The video was filmed during the <a href="http://skillsmatter.com/event/open-source-dot-net/open-source-dot-net-exchange-iii">third OpenSource .NET Exchange</a> in July this year.<br />
<br clear="all" /></p>
]]></content:encoded>
			<wfw:commentRss>http://gojko.net/2009/09/01/acceptance-testing-in-plain-english-with-concordion-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Agile acceptance testing tools roundup videos</title>
		<link>http://gojko.net/2009/06/04/agile-acceptance-testing-tools-roundup-videos/</link>
		<comments>http://gojko.net/2009/06/04/agile-acceptance-testing-tools-roundup-videos/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 13:58:40 +0000</pubDate>
		<dc:creator>gojko</dc:creator>
				<category><![CDATA[presentations]]></category>
		<category><![CDATA[agile acceptance testing]]></category>
		<category><![CDATA[atdd]]></category>
		<category><![CDATA[concordion]]></category>
		<category><![CDATA[fitnesse]]></category>
		<category><![CDATA[jbehave]]></category>
		<category><![CDATA[robot framework]]></category>
		<category><![CDATA[texttest]]></category>

		<guid isPermaLink="false">http://gojko.net/?p=948</guid>
		<description><![CDATA[Here are the videos from the Agile acceptance testing tools round-up event held on May 27th at Skills Matter in London. David Peterson on Concordion. Grab the slides. Elizabeth Keogh on JBehave2 My presentation on FitNesse, TextTest and Robot Framework. You can grab the slides or read the Robot framework...]]></description>
			<content:encoded><![CDATA[<p>Here are the videos from the <a href="http://gojko.net/2009/05/28/acceptance-testing-tools-round-up">Agile acceptance testing tools</a> round-up event held on May 27th at Skills Matter in London.<br clear="all"/>  </p>
<div align="left" style="border: 1px solid black; margin: 5px; float: left;">
<object width="300" height="279"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="http://vimeo.com/moogaloop.swf?clip_id=4913356&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" name="movie"/><embed width="300" height="279" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" src="http://vimeo.com/moogaloop.swf?clip_id=4913356&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1"/><br />
</object>
</div>
<p>David Peterson on Concordion. Grab the <a href="http://skillsmatter.com/custom/presentations/intro-to-concordion-1_27-05.ppt">slides</a>.</p>
<p><br clear="all"/></p>
<div align="left" style="border: 1px solid black; margin: 5px; float: left;">
<object width="300" height="279"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="http://vimeo.com/moogaloop.swf?clip_id=4913374&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" name="movie"/><embed width="300" height="279" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" src="http://vimeo.com/moogaloop.swf?clip_id=4913374&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1"/><br />
</object>
</div>
<p>Elizabeth Keogh on JBehave2</p>
<p><br clear="all"/></p>
<div align="left" style="border: 1px solid black; margin: 5px; float: left;">
<object width="300" height="279"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="http://vimeo.com/moogaloop.swf?clip_id=4913599&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" name="movie"/><embed width="300" height="279" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" src="http://vimeo.com/moogaloop.swf?clip_id=4913599&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1"/><br />
</object>
</div>
<p>My presentation on FitNesse, TextTest and Robot Framework.<br />
You can grab the <a href="http://gojko.net/resources/skillsmatter_20090527_aattools.pdf">slides</a> or <a href="http://gojko.net/2009/05/28/robot-framework-review/">read the Robot framework</a> review.
</p>
<p><br clear="all"/></p>
]]></content:encoded>
			<wfw:commentRss>http://gojko.net/2009/06/04/agile-acceptance-testing-tools-roundup-videos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Acceptance testing tools round-up</title>
		<link>http://gojko.net/2009/05/28/acceptance-testing-tools-round-up/</link>
		<comments>http://gojko.net/2009/05/28/acceptance-testing-tools-round-up/#comments</comments>
		<pubDate>Thu, 28 May 2009 08:37:03 +0000</pubDate>
		<dc:creator>gojko</dc:creator>
				<category><![CDATA[presentations]]></category>
		<category><![CDATA[acceptance testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[agile testing]]></category>
		<category><![CDATA[atdd]]></category>
		<category><![CDATA[concordion]]></category>
		<category><![CDATA[fitnesse]]></category>
		<category><![CDATA[jbehave]]></category>
		<category><![CDATA[robot framework]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[texttest]]></category>

		<guid isPermaLink="false">http://gojko.net/?p=920</guid>
		<description><![CDATA[It was a great pleasure to present yesterday on agile testing tools together with Elizabeth Keogh and David Peterson. Here are the links to the tools that we presented: JBehave FitNesse Concordion TextTest Robot Framework You can download my slides from http://gojko.net/resources/skillsmatter_20090527_aattools.pdf. David and Elizabeth will probably publish their slides...]]></description>
			<content:encoded><![CDATA[<p>It was a great pleasure to present yesterday on agile testing tools together with <a target="_blank" href="http://lunivore.com/">Elizabeth Keogh</a> and <a target="_blank" href="http://www.davidpeterson.co.uk/">David Peterson</a>.  Here are the links to the tools that we presented:</p>
<ul>
<li><a href="http://jbehave.org" target="_blank">JBehave</a></li>
<li><a href="http://fitnesse.org" target="_blank">FitNesse</a></li>
<li><a href="http://concordion.org" target="_blank">Concordion</a></li>
<li><a href="http://www.texttest.org" target="_blank">TextTest</a></li>
<li><a href="http://www.robotframework.org" target="_blank">Robot Framework</a></li>
</ul>
<p>You can download my slides from <a href="http://gojko.net/resources/skillsmatter_20090527_aattools.pdf">http://gojko.net/resources/skillsmatter_20090527_aattools.pdf</a>. David and Elizabeth will probably publish their slides soon on their blogs, <a href="http://blog.davidpeterson.co.uk/">http://blog.davidpeterson.co.uk/</a> and <a href="http://lizkeogh.com/">http://lizkeogh.com/</a>. </p>
<p>Thanks a lot to everyone who attended, and I&#8217;m really impressed that the room was almost full especially as we had to compete with the final of the Champions league. As more than half of the people were at the previous agile testing events as well, it seems to me that we&#8217;re creating a nice community and I hope that you&#8217;ll keep coming to future events as well.  The plan for the next few months is this:</p>
<ul>
<li>23/6: Testable Software is Good Software by (David Evans and Mike Scott from SQS UK). </li>
<li>22/7: Agile Testing: Tools and Approaches (Nathan Bain and Anand Ramdeo)</li>
<li>26/8: Fast Track Test-Driven Development &#8211; Testify your project (David Evans and Mike Scott)</li>
</ul>
<p>All events will be free, but up-front registration is required for capacity planning. You can sign up now for the June event at <a href="http://skillsmatter.com/event/design-architecture/testable-software-is-good-software">http://skillsmatter.com/event/design-architecture/testable-software-is-good-software</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gojko.net/2009/05/28/acceptance-testing-tools-round-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opensource .NET Exchange III Lineup</title>
		<link>http://gojko.net/2009/05/22/opensource-net-exchange-iii-lineup/</link>
		<comments>http://gojko.net/2009/05/22/opensource-net-exchange-iii-lineup/#comments</comments>
		<pubDate>Fri, 22 May 2009 08:42:34 +0000</pubDate>
		<dc:creator>gojko</dc:creator>
				<category><![CDATA[presentations]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[alt.net]]></category>
		<category><![CDATA[altdotnet]]></category>
		<category><![CDATA[altdotnetuk]]></category>
		<category><![CDATA[altnetuk]]></category>
		<category><![CDATA[boo]]></category>
		<category><![CDATA[concordion]]></category>
		<category><![CDATA[f#]]></category>
		<category><![CDATA[mpi.net]]></category>
		<category><![CDATA[msdeploy]]></category>
		<category><![CDATA[openrasta]]></category>
		<category><![CDATA[opensource .net exchange]]></category>
		<category><![CDATA[spark]]></category>

		<guid isPermaLink="false">http://gojko.net/?p=913</guid>
		<description><![CDATA[The next OpenSource .NET Exchange will take place in central London (the Crypt as usual) on July 16th, starting at 6:30 PM and ending around 10 PM. OpenSource .NET Exchange is a community event aimed at promoting opensource .NET tools and progressive .NET ideas and practices. It is a chance...]]></description>
			<content:encoded><![CDATA[<p>The next OpenSource .NET Exchange will take place in central London (the Crypt as usual) on July 16th, starting at 6:30 PM and ending around 10 PM. OpenSource .NET Exchange is a community event aimed at promoting opensource .NET tools and progressive .NET ideas and practices. It is a chance for UK .NET enthusiasts to network and keep an eye on recent advancements in the community.</p>
<p>This mini-conference is free, but up-front registration is required. Last event attracted more than 200 people, so I suggest registering quickly if you plan to attend. Register on <a href="http://skillsmatter.com/event/open-source-dot-net/open-source-dot-net-exchange-iii">http://skillsmatter.com/event/open-source-dot-net/open-source-dot-net-exchange-iii</a></p>
<p>The line-up so far looks like this:</p>
<p><b>Ian Cooper: A First Look at Boo</b></p>
<p>Boo is a &#8216;wrist-friendly language&#8217; for the CLR that reduces the &#8216;noise&#8217; of other CLR languages. It&#8217;s also a favorite for writing Internal DSLs In this session Ian Cooper will talk about the Boo language from his recent &#8216;first look&#8217; at the language. As well as covering the basics of why Boo is different Ian will look at the best way for you to get started learning Boo.</p>
<p><b>Dylan Beattie: Managing Websites with Web Platform Installer and msdeploy</b></p>
<p>In this talk, Dylan Beattie will show you how to kickstart your web projects using Microsoft&#8217;s new Web Platform Installer, and how you can deploy your websites and manage your servers using msdeploy.exe.</p>
<p>The Microsoft Web Platform Installer is a free tool that gives you everything you need to build and host web applications on Windows. It&#8217;ll configure your web server and database, install developer tools like Visual Studio and the .NET framework, and supports many popular Web application frameworks including ASP.NET MVC, PHP, Drupal, SubText, WordPress and DotNetNuke.</p>
<p><b>Scott Cowan: Spark View Engine</b></p>
<p>Spark is a view engine for the ASP.Net Mvc and MonoRail frameworks. It allows the html to dominate the view in a way your front end developer will love.</p>
<p><b>David Ross: Introduction to MPI.NET</b></p>
<p>MPI.NET is a .NET wrapper around the Message Passing Interface which is a used by the majority of super computers and compute clusters for supporting sharing data between compute nodes.</p>
<p><b>Gojko Adzic: Acceptance testing in English with Concordion .NET</b></p>
<p>Concordion is an acceptance testing tool that enables developers, testers and business analysts to build executable specifications in free-form HTML. In this talk, Gojko Adzic introduces Concordion.NET, the .NET port of Concordion, and demonstrates it with examples.</p>
<p><b>Sebastien Lambla: What OpenRasta does other frameworks can’t</b></p>
<p>Sebastien Lambla will showcase a few strange usages of OpenRasta.</p>
<p><b>Phil Trelford: F# Units of Measure</b></p>
<p>The F# programming language has full support for static checking and inference of units-of-measure. In the process Phil show its use with a sample of retro game Lunar Lander.</p>
]]></content:encoded>
			<wfw:commentRss>http://gojko.net/2009/05/22/opensource-net-exchange-iii-lineup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

