<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: [ ATDD + TDD ] = Agile ++?</title>
	<atom:link href="http://mydailyvowels.com/atdd-tdd-agile/feed/" rel="self" type="application/rss+xml" />
	<link>http://mydailyvowels.com/atdd-tdd-agile/</link>
	<description>Journey of sharing fun &#38; knowledge in the QA world!!</description>
	<lastBuildDate>Sun, 28 Feb 2010 21:05:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tess Rupprecht</title>
		<link>http://mydailyvowels.com/atdd-tdd-agile/comment-page-1/#comment-47</link>
		<dc:creator>Tess Rupprecht</dc:creator>
		<pubDate>Sun, 21 Feb 2010 03:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://mydailyvowels.com/?p=471#comment-47</guid>
		<description>Great comments Todd! Thanks.

1. Every tool has its own plus and minus, and much of it depends on several factors foremost of which is the AUT. In this case, we will be testing a new REST apps that does not have a GUI that interacts with 2 enterprise applications whose inner architecture no one really knows ;-( The choice for the tool for the Acceptance Test was easier compared to the tool we will be using for Regression and Functional testing. I am leaning towards C#, SOAPUI but that is another story

2. Our customers are actually within the technical teams too, as our AUT is sandwiched between the 2 enterprise apps. 

3. I want a toolset that would save me time in writing code so the StoryQ&#039;s Converter comes in handy. My humble expertise is exploratory and usability testing so my time is really well spent outside of the automation area. 

I will check on StoryTeller, and give my feedback on it too.

Thanks once again, and would love to hear more from you guys!

Tess Rupprecht</description>
		<content:encoded><![CDATA[<p>Great comments Todd! Thanks.</p>
<p>1. Every tool has its own plus and minus, and much of it depends on several factors foremost of which is the AUT. In this case, we will be testing a new REST apps that does not have a GUI that interacts with 2 enterprise applications whose inner architecture no one really knows ;-( The choice for the tool for the Acceptance Test was easier compared to the tool we will be using for Regression and Functional testing. I am leaning towards C#, SOAPUI but that is another story</p>
<p>2. Our customers are actually within the technical teams too, as our AUT is sandwiched between the 2 enterprise apps. </p>
<p>3. I want a toolset that would save me time in writing code so the StoryQ&#8217;s Converter comes in handy. My humble expertise is exploratory and usability testing so my time is really well spent outside of the automation area. </p>
<p>I will check on StoryTeller, and give my feedback on it too.</p>
<p>Thanks once again, and would love to hear more from you guys!</p>
<p>Tess Rupprecht</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toddb</title>
		<link>http://mydailyvowels.com/atdd-tdd-agile/comment-page-1/#comment-45</link>
		<dc:creator>toddb</dc:creator>
		<pubDate>Sat, 20 Feb 2010 21:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://mydailyvowels.com/?p=471#comment-45</guid>
		<description>Tess,

Glad to hear that you have come across StoryQ. When we wrote StoryQ it was to tackle similar issues. But the main issue is how do we report out of the code base to the business. This is often the reverse that you find in theory - eg story-test driven development creates stories and acceptance up front. Because I work for a company that does project work on contract and in partnerships that daily link between the customer role and delivery team isn&#039;t as close. My problem had been that I can write a lot of acceptance criteria in the form of stories but that it was often difficult to always do this with the customer role and in fact often the person doing the customer role needed to sit down with them independently to think about all the scenarios. Add to that we needed to allow the acceptance tests to evolve and then be reviewed. In this case, I need to generate reports of working tests that we readable outside the code base. We were working in dotnet and hence the creation of storyq.

So my point here is that each of the toolsets you mentioned have their strength and should be used based on your interactions with people in the team and skillsets and actually, the size of the project. Fitnesse is great if the business/testers generate the acceptance and want to update the criteria - otherwise it seems a bit heavy if it is only developers who are reviewing the acceptance criteria. In contrast, the other tools tend to drive towards a developer focus because we review them in code or on the build server. (ps - I would go an have a look at StoryTeller by Jeremy Miller - he&#039;s got his own hybrid)

Personally, and even given what I have just said, I am less worried about the toolset because I can get any of these to work in my favour (with enough patience) because they all work to create an abstraction that talks to my SUT code; they all have a setup/teardown; they all have the notion of a suite of tests.

I am finding Mike Cohn&#039;s Test Automation Pyramid a good way to help explain the test/code strategy.</description>
		<content:encoded><![CDATA[<p>Tess,</p>
<p>Glad to hear that you have come across StoryQ. When we wrote StoryQ it was to tackle similar issues. But the main issue is how do we report out of the code base to the business. This is often the reverse that you find in theory &#8211; eg story-test driven development creates stories and acceptance up front. Because I work for a company that does project work on contract and in partnerships that daily link between the customer role and delivery team isn&#8217;t as close. My problem had been that I can write a lot of acceptance criteria in the form of stories but that it was often difficult to always do this with the customer role and in fact often the person doing the customer role needed to sit down with them independently to think about all the scenarios. Add to that we needed to allow the acceptance tests to evolve and then be reviewed. In this case, I need to generate reports of working tests that we readable outside the code base. We were working in dotnet and hence the creation of storyq.</p>
<p>So my point here is that each of the toolsets you mentioned have their strength and should be used based on your interactions with people in the team and skillsets and actually, the size of the project. Fitnesse is great if the business/testers generate the acceptance and want to update the criteria &#8211; otherwise it seems a bit heavy if it is only developers who are reviewing the acceptance criteria. In contrast, the other tools tend to drive towards a developer focus because we review them in code or on the build server. (ps &#8211; I would go an have a look at StoryTeller by Jeremy Miller &#8211; he&#8217;s got his own hybrid)</p>
<p>Personally, and even given what I have just said, I am less worried about the toolset because I can get any of these to work in my favour (with enough patience) because they all work to create an abstraction that talks to my SUT code; they all have a setup/teardown; they all have the notion of a suite of tests.</p>
<p>I am finding Mike Cohn&#8217;s Test Automation Pyramid a good way to help explain the test/code strategy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tess Rupprecht</title>
		<link>http://mydailyvowels.com/atdd-tdd-agile/comment-page-1/#comment-44</link>
		<dc:creator>Tess Rupprecht</dc:creator>
		<pubDate>Sat, 20 Feb 2010 18:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://mydailyvowels.com/?p=471#comment-44</guid>
		<description>It is great to see you in our blog Rob! Thanks for the invite to your forum to which I am already a recent poster ;-) 

Cheers, 

Tess Rupprech</description>
		<content:encoded><![CDATA[<p>It is great to see you in our blog Rob! Thanks for the invite to your forum to which I am already a recent poster <img src='http://mydailyvowels.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  </p>
<p>Cheers, </p>
<p>Tess Rupprech</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://mydailyvowels.com/atdd-tdd-agile/comment-page-1/#comment-43</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 20 Feb 2010 12:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://mydailyvowels.com/?p=471#comment-43</guid>
		<description>Hi Tess!

Found your blog because you mentioned StoryQ :)

I really enjoyed reading your posts, i didn&#039;t yet have any tester&#039;s blogs on my RSS feeds. All of this resonates with my attempts as a developer to make agile work.

I am particularly looking forward to your post on gaining management acceptance :)

If you do find that there&#039;s anything about storyQ you don&#039;t like, please head over to our discussion boards (http://storyq.codeplex.com/Thread/List.aspx), we are always looking for feedback.

Regards - Rob</description>
		<content:encoded><![CDATA[<p>Hi Tess!</p>
<p>Found your blog because you mentioned StoryQ <img src='http://mydailyvowels.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I really enjoyed reading your posts, i didn&#8217;t yet have any tester&#8217;s blogs on my RSS feeds. All of this resonates with my attempts as a developer to make agile work.</p>
<p>I am particularly looking forward to your post on gaining management acceptance <img src='http://mydailyvowels.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you do find that there&#8217;s anything about storyQ you don&#8217;t like, please head over to our discussion boards (<a href="http://storyq.codeplex.com/Thread/List.aspx)" rel="nofollow">http://storyq.codeplex.com/Thread/List.aspx)</a>, we are always looking for feedback.</p>
<p>Regards &#8211; Rob</p>
]]></content:encoded>
	</item>
</channel>
</rss>

