<?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: Testing in Rails: Introduction</title>
	<atom:link href="http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/</link>
	<description>Code for Coders</description>
	<pubDate>Fri, 12 Mar 2010 01:16:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Test Awareness Month: taylorbarstow</title>
		<link>http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/comment-page-1/#comment-1349</link>
		<dc:creator>Test Awareness Month: taylorbarstow</dc:creator>
		<pubDate>Thu, 08 Jan 2009 17:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/#comment-1349</guid>
		<description>[...] testing (I love it, and you should too), but here&#8217;s a super useful link if you are wondering how to go about testing Rails apps (it&#8217;s not always obvious; how should one test active record relationships, for [...]</description>
		<content:encoded><![CDATA[<p>[...] testing (I love it, and you should too), but here&#8217;s a super useful link if you are wondering how to go about testing Rails apps (it&#8217;s not always obvious; how should one test active record relationships, for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SohDubom</title>
		<link>http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/comment-page-1/#comment-1291</link>
		<dc:creator>SohDubom</dc:creator>
		<pubDate>Thu, 09 Oct 2008 01:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/#comment-1291</guid>
		<description>Great. Thanks for sharing your thoughts regarding Testing. That's going to be great to see a vid tutorial exclusive on testing and I'd also like to say that it's not a bad idea to see tutorials on specific subjects, eg: membership, nevigational menus ideas, rest, routes, etc maybe a very small app to cover a specific topic instead of full app trying to cover all aspects at once :-)</description>
		<content:encoded><![CDATA[<p>Great. Thanks for sharing your thoughts regarding Testing. That&#8217;s going to be great to see a vid tutorial exclusive on testing and I&#8217;d also like to say that it&#8217;s not a bad idea to see tutorials on specific subjects, eg: membership, nevigational menus ideas, rest, routes, etc maybe a very small app to cover a specific topic instead of full app trying to cover all aspects at once <img src='http://www.nullislove.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Skoglund</title>
		<link>http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/comment-page-1/#comment-1290</link>
		<dc:creator>Kevin Skoglund</dc:creator>
		<pubDate>Wed, 08 Oct 2008 17:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/#comment-1290</guid>
		<description>1. My informal assessment is that RoR teams use, in this order: no tests, traditional tests, TDD/BDD.

2. I use traditional tests.  I think TDD (Test Driven Development) and BDD work really well for some people.  It just suits the way they think and the way they like to work.  For me, it doesn't fit the way I like to work.  I code then write tests.  Experiment with both and decide which is right for you.

3. Correct, and it was on purpose.  There was enough material without including the very big subject of testing.  That's why I wrote this blog series--because I would love to eventually record a video tutorial on testing, but won't have the time for a few months at least.</description>
		<content:encoded><![CDATA[<p>1. My informal assessment is that RoR teams use, in this order: no tests, traditional tests, TDD/BDD.</p>
<p>2. I use traditional tests.  I think TDD (Test Driven Development) and BDD work really well for some people.  It just suits the way they think and the way they like to work.  For me, it doesn&#8217;t fit the way I like to work.  I code then write tests.  Experiment with both and decide which is right for you.</p>
<p>3. Correct, and it was on purpose.  There was enough material without including the very big subject of testing.  That&#8217;s why I wrote this blog series&#8211;because I would love to eventually record a video tutorial on testing, but won&#8217;t have the time for a few months at least.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SohDubom</title>
		<link>http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/comment-page-1/#comment-1289</link>
		<dc:creator>SohDubom</dc:creator>
		<pubDate>Wed, 08 Oct 2008 13:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/#comment-1289</guid>
		<description>Hi Kevin. Since the main topic here is Testing, I'd like to know what you, as a experienced Rails developer have to say regarding what I think about Testing in general. Well, I'm new to RoR, but not to programming. I'm working with Asp.Net for quite a long time and yes, there are test units, functionals, etc in .net too, but what I like to say is that I don't feel comfortable creating those test units at all, I feel some lack of fluidness between the real code and the equivalents for testing. Recently I saw a screencast showing the benefits of BDD - Behaviour Driven Development and then I finally saw the light. I still haven't done BDD. I'm learning RoR through books, but most through screencasts and vids which I think is faster and more productive. Most of these vids uses conventional test units and functionals. Some doubts I have are:

1. In the real world, what kind of testing approach is RoR teams using: traditional unit/functional/integration testing or BDD?

2. What about you? What do you use? What do you think is best?

3. I don't have you latest vid tutorial from Lynda.com [RoR beyond basics], but I think that in the tutorial you didn't use testing at all. Was that on purpose? because of BDD coming up?

...</description>
		<content:encoded><![CDATA[<p>Hi Kevin. Since the main topic here is Testing, I&#8217;d like to know what you, as a experienced Rails developer have to say regarding what I think about Testing in general. Well, I&#8217;m new to RoR, but not to programming. I&#8217;m working with Asp.Net for quite a long time and yes, there are test units, functionals, etc in .net too, but what I like to say is that I don&#8217;t feel comfortable creating those test units at all, I feel some lack of fluidness between the real code and the equivalents for testing. Recently I saw a screencast showing the benefits of BDD - Behaviour Driven Development and then I finally saw the light. I still haven&#8217;t done BDD. I&#8217;m learning RoR through books, but most through screencasts and vids which I think is faster and more productive. Most of these vids uses conventional test units and functionals. Some doubts I have are:</p>
<p>1. In the real world, what kind of testing approach is RoR teams using: traditional unit/functional/integration testing or BDD?</p>
<p>2. What about you? What do you use? What do you think is best?</p>
<p>3. I don&#8217;t have you latest vid tutorial from Lynda.com [RoR beyond basics], but I think that in the tutorial you didn&#8217;t use testing at all. Was that on purpose? because of BDD coming up?</p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby, RSpec and BDD Part I &#60; Ardekantur</title>
		<link>http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/comment-page-1/#comment-894</link>
		<dc:creator>Ruby, RSpec and BDD Part I &#60; Ardekantur</dc:creator>
		<pubDate>Wed, 16 Jan 2008 01:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/#comment-894</guid>
		<description>[...] Driven Development (BDD) with rspec in Ruby, based off the examples provided by this excellent Null Is Love series of posts. The only thing I know externally, in terms of BDD, is the process [...]</description>
		<content:encoded><![CDATA[<p>[...] Driven Development (BDD) with rspec in Ruby, based off the examples provided by this excellent Null Is Love series of posts. The only thing I know externally, in terms of BDD, is the process [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Skoglund</title>
		<link>http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/comment-page-1/#comment-892</link>
		<dc:creator>Kevin Skoglund</dc:creator>
		<pubDate>Tue, 15 Jan 2008 14:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/#comment-892</guid>
		<description>Tashi, thank you for the kind words.  No donations necessary--just let other people looking for help know about the training.  I will have more training coming in 2008.</description>
		<content:encoded><![CDATA[<p>Tashi, thank you for the kind words.  No donations necessary&#8211;just let other people looking for help know about the training.  I will have more training coming in 2008.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tashi samphel</title>
		<link>http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/comment-page-1/#comment-891</link>
		<dc:creator>tashi samphel</dc:creator>
		<pubDate>Tue, 15 Jan 2008 09:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/#comment-891</guid>
		<description>Dear Kevin

I really like your tutor ruby on rails.i did php and mysql course at one institution and i don't think fine to put the name of that institution there but from that i got a big lesson in future think before pay, as i pay lots of fees but in return i get nothing because the Instructor are not sharing there whole knowledge.they only teach limited to the course. but when i got your tutor i learned a lot really so i think spending money on tutor like your is much much benefit as compare to study in some bad institution. i encourage you and lynda.com  to produce more more project like this to the world. i really appreciate you and your team for making those tutor. i don't see any donation button here, if there is any donation box i happily contribute some for your further project.

thanks. lynda.com</description>
		<content:encoded><![CDATA[<p>Dear Kevin</p>
<p>I really like your tutor ruby on rails.i did php and mysql course at one institution and i don&#8217;t think fine to put the name of that institution there but from that i got a big lesson in future think before pay, as i pay lots of fees but in return i get nothing because the Instructor are not sharing there whole knowledge.they only teach limited to the course. but when i got your tutor i learned a lot really so i think spending money on tutor like your is much much benefit as compare to study in some bad institution. i encourage you and lynda.com  to produce more more project like this to the world. i really appreciate you and your team for making those tutor. i don&#8217;t see any donation button here, if there is any donation box i happily contribute some for your further project.</p>
<p>thanks. lynda.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roll A Monkey &#187; Blog Archive &#187; Get Fit - Part 3 - Unit testing the controller</title>
		<link>http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/comment-page-1/#comment-885</link>
		<dc:creator>Roll A Monkey &#187; Blog Archive &#187; Get Fit - Part 3 - Unit testing the controller</dc:creator>
		<pubDate>Sat, 12 Jan 2008 21:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/#comment-885</guid>
		<description>[...] can be found in the Rails manual and Kevin Skoglund at Null is Love is currently in the middle of a series of posts on Rails testing. Hopefully my sample code coupled with these links will be [...]</description>
		<content:encoded><![CDATA[<p>[...] can be found in the Rails manual and Kevin Skoglund at Null is Love is currently in the middle of a series of posts on Rails testing. Hopefully my sample code coupled with these links will be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RoR Tuesday 13/11/2007</title>
		<link>http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/comment-page-1/#comment-722</link>
		<dc:creator>RoR Tuesday 13/11/2007</dc:creator>
		<pubDate>Wed, 14 Nov 2007 03:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/11/10/testing-in-rails-introduction/#comment-722</guid>
		<description>[...] Skoglund has a very good start on a series of articles on Testing in Rails. It&#8217;s only an introduction at this point, but it&#8217;s very well put together and I [...]</description>
		<content:encoded><![CDATA[<p>[...] Skoglund has a very good start on a series of articles on Testing in Rails. It&#8217;s only an introduction at this point, but it&#8217;s very well put together and I [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
