<?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>Testing on widerin</title><link>http://widerin.net/tags/testing/</link><description>Recent content in Testing 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/testing/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><item><title>Install Robot Framework RIDE through homebrew</title><link>http://widerin.net/posts/2012/install-robot-framework-ride-through-homebrew/</link><pubDate>Tue, 16 Oct 2012 00:00:00 +0000</pubDate><guid>http://widerin.net/posts/2012/install-robot-framework-ride-through-homebrew/</guid><description>&lt;p&gt;&lt;a href="https://www.python.org/"&gt;Python&lt;/a&gt;, &lt;a href="https://wxpython.org/"&gt;wxPython&lt;/a&gt; and &lt;a href="https://github.com/robotframework/RIDE"&gt;robotframework RIDE&lt;/a&gt; on your macOS.&lt;/p&gt;
&lt;div class="callout callout-default"&gt;
&lt;p class="callout-title"&gt;Update 2016, 23 Feb&lt;/p&gt;
Fixed &lt;code&gt;wxPython&lt;/code&gt; installation so it works with most recent versions available today.
&lt;/div&gt;
&lt;div class="callout callout-default"&gt;
&lt;p class="callout-title"&gt;Update 2017, 03 Jul&lt;/p&gt;
Seems this installation method no longer works on &amp;gt;= MacOS Sierra.
Please use a &lt;a href="https://hub.docker.com/r/ivonet/robotframework-ride/"&gt;docker image and Ride in browser&lt;/a&gt;.
&lt;/div&gt;
&lt;h2 id="wxpython"&gt;wxPython&lt;/h2&gt;
&lt;p&gt;Since &lt;a href="https://wxpython.org/"&gt;wxPython&lt;/a&gt; is available on &lt;a href="http://brew.sh"&gt;homebrew&lt;/a&gt; you don&amp;rsquo;t have to install the package provided on the &lt;a href="https://wxpython.org/"&gt;wxPython&lt;/a&gt; website.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ brew info wxpython
wxPython: stable 3.0.2.0 (bottled)
Python bindings for wxWidgets
https://www.wxwidgets.org/
/usr/local/Cellar/wxPython/3.0.2.0 (1,107 files, 38.2M)
Poured from bottle
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/wxpython.rb
==&amp;gt; Dependencies
Required: wxmac ✔
==&amp;gt; Options
--universal
$ brew install wxpython
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This will take some time so be patient.&lt;/p&gt;</description></item></channel></rss>