Asko Soukka
asko.soukka@iki.fi
IT Services
University of Jyväskylä
How ”robot testing” became the synonym for acceptance testing in Plone community.
robotframework
with seleniumlibrary
Code sprints were pioneered by the Zope, who completed in excess of 30 sprints between January 2002 and January 2006.
unittest
doctest
suite wrapperzope.testrunner
layers***Test Cases*** Show feedback form Go to ${URL} Page should contain Send feedback Capture and crop page screenshot ... form.png ... css=h1 ... css=form
***Test Cases*** Show locked original ${folder_id} = Translate folder_news_id ... default=news ${item_id} = Translate sample_news_id ... default=website-refresh Go to ${PLONE_URL}/${folder_id}/${item_id} Element should be visible css=#plone-lock-status Update element style ... css=a.managePortletsFallback display none Capture and crop page screenshot ... ${CURDIR}/../../_robot/working-copy_locked.png ... css=#portal-column-content
.. figure:: form.png .. code:: robotframework ***Test Cases*** Show feedback form Go to ${URL} Page should contain Send feedback Capture and crop page screenshot ... form.png css=h1 css=form