<div dir="ltr"><div>The issue with robot was the lack of abilty to define tables of data in a clear way.</div>
<div> </div>
<div>here is how i do it in fitteness</div>
<div> </div>
<div>!|SetUpProjects|</div>
<div>|Name|Number|</div>
<div>|pop   |1         |</div>
<div>|corn  |2         |</div>
<div> </div>
<div>=&gt;</div>
<div> </div>
<div>Class SetUpProjects(object):</div>
<div>  def setName(self,name):</div>
<div>    <a href="http://self.name">self.name</a></div>
<div>  def setNumber(self,number):</div>
<div>    Project(name=<a href="http://self.name">self.name</a>,number=number) #using sqlElixir</div>
<div> </div>
<div><br><br> </div>
<div class="gmail_quote">On Thu, Sep 10, 2009 at 12:29 AM, Pekka Klärck <span dir="ltr">&lt;<a href="mailto:peke@iki.fi">peke@iki.fi</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">2009/9/2 yoav glazner &lt;<a href="mailto:yoavglazner@gmail.com">yoavglazner@gmail.com</a>&gt;:<br>
<div class="im">&gt;<br>&gt; On Tue, Sep 1, 2009 at 7:12 PM, Grig Gheorghiu &lt;<a href="mailto:grig.gheorghiu@gmail.com">grig.gheorghiu@gmail.com</a>&gt;<br>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; On Mon, Aug 31, 2009 at 11:20 PM, yoav glazner&lt;<a href="mailto:yoavglazner@gmail.com">yoavglazner@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; &gt; PyFit/ Fittness is really the only way to go?<br>&gt;&gt; &gt;<br>&gt;&gt;<br>&gt;&gt; I&#39;d also look into the Robot Framework, an acceptance test framework<br>&gt;&gt; inspired by  Fit, but more maintained than Fitnesse from what I can<br>
&gt;&gt; see. It was open sourced from Nokia.<br>&gt;&gt;<br>&gt;&gt; <a href="http://code.google.com/p/robotframework/" target="_blank">http://code.google.com/p/robotframework/</a><br>&gt;<br></div>
<div class="im">&gt; Also tried Robot, its not that readable to non-programmer eyes.<br><br></div>Could you clarify what&#39;s the problem with readability? I know I&#39;m<br>totally biased, I&#39;m the lead developer of this framework, but I<br>
consider for example test cases in the quick start guide [1] pretty<br>easy to read. In the latest release we also made creating very<br>readable behavior-driven development (BDD) style tests easier. The<br>best publicly available example about this approach is in the user<br>
guide [2] but I plan to write a blog post about this subject at some<br>point. Another nice feature in the latest release is the ability to<br>use plain text for writing tests [3] in addition to earlier supported<br>HTML and TSV.<br>
<br>[1] <a href="http://code.google.com/p/robotframework/wiki/QuickStartGuide" target="_blank">http://code.google.com/p/robotframework/wiki/QuickStartGuide</a><br>[2] <a href="http://robotframework.googlecode.com/svn/tags/robotframework-2.1.1/doc/userguide/RobotFrameworkUserGuide.html#behavior-driven-development-example" target="_blank">http://robotframework.googlecode.com/svn/tags/robotframework-2.1.1/doc/userguide/RobotFrameworkUserGuide.html#behavior-driven-development-example</a><br>
[3] <a href="http://code.google.com/p/robotframework/issues/detail?id=375" target="_blank">http://code.google.com/p/robotframework/issues/detail?id=375</a><br><br>Cheers,<br>   .peke<br><font color="#888888">--<br>Agile Tester/Developer/Consultant :: <a href="http://eliga.fi/" target="_blank">http://eliga.fi</a><br>
Lead Developer of Robot Framework :: <a href="http://robotframework.org/" target="_blank">http://robotframework.org</a><br></font></blockquote></div><br></div>