<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="0.92" xml:base="http://www.testingreflections.com">
<channel>
 <title>testingReflections.com - ruby</title>
 <link>http://www.testingreflections.com/taxonomy/view/or/79</link>
 <description></description>
 <language>en</language>
<item>
 <title>Mocha - a new twist on mocking in Ruby</title>
 <link>http://www.testingreflections.com/node/view/4092</link>
 <description>&lt;a href="http://mocha.rubyforge.org/"&gt;Mocha&lt;/a&gt; is a library for mocking and stubbing within tests using a syntax like that of &lt;a href="http://www.jmock.org"&gt;JMock&lt;/a&gt; and &lt;a href="http://rubyforge.org/projects/schmock"&gt;SchMock&lt;/a&gt;. The main difference between this mocking library and others like &lt;a href="http://onestepback.org/software/flexmock"&gt;FlexMock&lt;/a&gt; and &lt;a href="http://rspec.rubyforge.org"&gt;RSpec&lt;/a&gt; is that it allows you to mock and stub methods on real (non-mock) classes and instances.</description>
<pubDate>Fri, 01 Sep 2006 13:02:37 -0500</pubDate></item>
<item>
 <title>SOAP request with Ruby</title>
 <link>http://www.testingreflections.com/node/view/2691</link>
 <description>[textile] &lt;br /&gt;
I had a hard time finding examples while trying to get code to test a SOAP service with Ruby. Therefore, I thought I would add an example to the Google code repository. In the end I didn't get this working, this is the final work of a developer named Jim Johnson. I got started down the road and Jim came along and finished it up.</description>
<pubDate>Fri, 19 Aug 2005 15:12:05 -0500</pubDate></item>
<item>
 <title>Watir Update and Plans</title>
 <link>http://www.testingreflections.com/node/view/2686</link>
 <description>Over the past several months, i&amp;#8217;ve been spending most of my free time on Watir. It&amp;#8217;s becoming more and more popular. I taught a Watir tutorial at the Agile conference last month in Denver. The class had over-filled (the conference...</description>
<pubDate>Sat, 20 Aug 2005 06:21:29 -0500</pubDate></item>
<item>
 <title>Using the Rake Build Language</title>
 <link>http://www.testingreflections.com/node/view/2668</link>
 <description>10 Aug 05: Rake is a build language, similar in purpose to make andant. Like make and ant it's a Domain Specific Language, unlike thosetwo it's an internal DSL programmed in the Ruby language. In thisarticle I introduce rake and describe some interesting things thatcame out of my use of rake to build this web site: dependency models,synthesized tasks, custom build routines and debugging the builds</description>
<pubDate>Sun, 21 Aug 2005 04:37:31 -0500</pubDate></item>
<item>
 <title>Schmock: Ruby mock library</title>
 <link>http://www.testingreflections.com/node/view/2428</link>
 <description>Simple mock object implementation knocked together while developing a Ruby on Rails app. Draws from the jmock stable of mocking.</description>
<pubDate>Wed, 29 Jun 2005 05:57:35 -0500</pubDate></item>
<item>
 <title>FlexMock: mock objects for Ruby</title>
 <link>http://www.testingreflections.com/node/view/2306</link>
 <description>FlexMock is a simple mock object for unit testing in Ruby. The interface is simple, but still provides a good bit of flexibility.</description>
<pubDate>Sun, 12 Jun 2005 09:59:58 -0500</pubDate></item>
<item>
 <title>Stanz 2005 announced</title>
 <link>http://www.testingreflections.com/node/view/2257</link>
 <description>[textile]&lt;br /&gt;
"Stanz2005":http://www.softed.com/stanz2005/index.htm has been announced and though there are not as many speakers as at the SQE Star Conferences, the talks that are there though look in depth and all of them seem of real value. &lt;br /&gt;
A personal recommendation is "Elisabeth Hendrickson":http://www.qualitytree.com/ who is giving a talk on testing in agile projects based on her experiences, if this is anything like the one she gave at STARwest 2004 then it is a must see. The information was clear informative and she had some really useful stories that provided excellent contextual qualitative information on the benefits of an expert tester on Agile Teams.</description>
<pubDate>Fri, 03 Jun 2005 02:50:03 -0500</pubDate></item>
<item>
 <title>Another tester succumbs</title>
 <link>http://www.testingreflections.com/node/view/1446</link>
 <description>&lt;p&gt;  From &lt;a  href="http://www.qualitytree.com/ruminate/index.htm"&gt;Elisabeth  Hendrickson&lt;/a&gt;, testing consultant and my occasional partner in  &lt;a href="http://www.exampler.com/training.html#exploratory"&gt;training&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;I'd been resisting Ruby for such a long time, thinking that I alreadyknew enough scripting languages.  I figured I'd be better off spendingmy time learning Java and C#.</description>
<pubDate>Thu, 13 Jan 2005 00:48:22 -0600</pubDate></item>
<item>
 <title>Watir Release</title>
 <link>http://www.testingreflections.com/node/view/1421</link>
 <description>The Web Testing with Ruby group released version 1.0 of the Watir tool today. Check it out here: Get Watir Download the latest release which is a zip file at the top of the watir package list. (At the time...</description>
<pubDate>Thu, 06 Jan 2005 00:43:10 -0600</pubDate></item>
<item>
 <title>Green Bar in a Ruby IDE!</title>
 <link>http://www.testingreflections.com/node/view/1317</link>
 <description>The Ruby Development Tool project team, who develop a plugin for Eclipse, have added some great features in their latest release. Most important (to me), is test::unit support, as well as some other features such as code-completion based on configurable...</description>
<pubDate>Thu, 16 Dec 2004 00:18:17 -0600</pubDate></item>
<item>
 <title>How to Use ZenTest with Ruby</title>
 <link>http://www.testingreflections.com/node/view/743</link>
 <description>Refactoring and unit testing are a great pair of tools and should be a part of every programmer's workbench. Sadly, not every programmer knows how to use these tools. My first exposure to them came when I started using Ruby. Refactoring and unit testing are a big part of the landscape in the Ruby community. An introduction to using refactoring, unit testing and ZenTest on existing code.</description>
<pubDate>Thu, 16 Sep 2004 15:23:17 -0500</pubDate></item>
</channel>
</rss>
