<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>RobotFramework on widerin</title><link>http://widerin.net/tags/robotframework/</link><description>Recent content in RobotFramework on widerin</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 26 Jul 2020 12:30:34 +0200</lastBuildDate><atom:link href="http://widerin.net/tags/robotframework/index.xml" rel="self" type="application/rss+xml"/><item><title>Plone test development with robotframework and RIDE</title><link>http://widerin.net/posts/2012/plone-test-development-with-robotframework-and-ride/</link><pubDate>Thu, 29 Nov 2012 00:00:00 +0000</pubDate><guid>http://widerin.net/posts/2012/plone-test-development-with-robotframework-and-ride/</guid><description>&lt;h2 id="running-acceptance-tests-in-plone"&gt;Running acceptance tests in Plone&lt;/h2&gt;
&lt;p&gt;Test driven development (TDD) can be a pain. If you are working with &lt;a href="http://zope.org"&gt;Zope&lt;/a&gt; and
&lt;a href="http://plone.org"&gt;Plone&lt;/a&gt; most of time gets consumed starting up &lt;a href="http://zope.org"&gt;Zope&lt;/a&gt; running &lt;code&gt;setUp&lt;/code&gt; method
and rolling back transaction in &lt;code&gt;tearDown&lt;/code&gt; method.&lt;/p&gt;
&lt;p&gt;So why not use a running already set-up instance for test-development?
Today I will show you how to reach that goal. It&amp;rsquo;s not as hard as it
seems.&lt;/p&gt;
&lt;h2 id="use-buildout"&gt;Use buildout&lt;/h2&gt;
&lt;p&gt;Of course we use &lt;code&gt;buildout&lt;/code&gt; to get a custom script which we can run
through &lt;a href="https://github.com/robotframework/RIDE"&gt;RIDE&lt;/a&gt;. I configured a
new pybot script, the basic idea has been implemented in
&lt;a href="https://github.com/plone/plone.act"&gt;plone.act&lt;/a&gt;&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt; module already.&lt;/p&gt;</description></item></channel></rss>