<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/popperfw/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/popperfw/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 23 Dec 2013 04:38:17 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/popperfw/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Michael Bulla</title><link>https://sourceforge.net/p/popperfw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -19,6 +19,7 @@
 [Complexe Datatypes] =&gt; Defining more complexe PageObjects
 [Configuration] =&gt; How to configure PopperFramwork to run in your environment
 [Defining own Types] =&gt; Defining your own Datatypes in PopperFramework to meet your needs
+[Unittesting PageObjects] =&gt; How to write tests that assure that your PageObjects map to your pages
 [Experimental] =&gt; Things need to be varified if they should be user
 [Patterns] =&gt; Patterns how PageObjects can be defined.
 [Migration Guide] =&gt; You have already a lot of testing code and want to migrate to PopperFramework?
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Bulla</dc:creator><pubDate>Mon, 23 Dec 2013 04:38:17 -0000</pubDate><guid>https://sourceforge.net1bcf963d28c05c49b4c5316f596296cefeda7d3f</guid></item><item><title>Home modified by Michael Bulla</title><link>https://sourceforge.net/p/popperfw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -18,7 +18,8 @@
 [Basics] =&gt; Defining basic PageObjects
 [Complexe Datatypes] =&gt; Defining more complexe PageObjects
 [Configuration] =&gt; How to configure PopperFramwork to run in your environment
-[Definig own Types] =&gt; Defining your own Datatypes in PopperFramework to meet your needs
+[Defining own Types] =&gt; Defining your own Datatypes in PopperFramework to meet your needs
+[Experimental] =&gt; Things need to be varified if they should be user
 [Patterns] =&gt; Patterns how PageObjects can be defined.
 [Migration Guide] =&gt; You have already a lot of testing code and want to migrate to PopperFramework?
 [Legacy support] =&gt; Information about what PopperFW can do for your migration beyond Migration Guide
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Bulla</dc:creator><pubDate>Tue, 12 Nov 2013 11:26:21 -0000</pubDate><guid>https://sourceforge.net33d79490c739da8f7fbeb5122c63d5c0d438bf80</guid></item><item><title>Home modified by Michael Bulla</title><link>https://sourceforge.net/p/popperfw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -23,3 +23,5 @@
 [Migration Guide] =&gt; You have already a lot of testing code and want to migrate to PopperFramework?
 [Legacy support] =&gt; Information about what PopperFW can do for your migration beyond Migration Guide
 [Roadmap] =&gt; What comes next?
+
+[Cheatsheet] =&gt; Most important facts at one place
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Bulla</dc:creator><pubDate>Tue, 12 Nov 2013 11:20:27 -0000</pubDate><guid>https://sourceforge.net77ac0f5548762ead596a4e732d8eb76b6637ff6f</guid></item><item><title>Home modified by Michael Bulla</title><link>https://sourceforge.net/p/popperfw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -20,5 +20,6 @@
 [Configuration] =&gt; How to configure PopperFramwork to run in your environment
 [Definig own Types] =&gt; Defining your own Datatypes in PopperFramework to meet your needs
 [Patterns] =&gt; Patterns how PageObjects can be defined.
+[Migration Guide] =&gt; You have already a lot of testing code and want to migrate to PopperFramework?
+[Legacy support] =&gt; Information about what PopperFW can do for your migration beyond Migration Guide
 [Roadmap] =&gt; What comes next?
-[Migration Guide] =&gt; You have already a lot of testing code and want to migrate to PopperFramework?
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Bulla</dc:creator><pubDate>Sat, 09 Nov 2013 13:23:12 -0000</pubDate><guid>https://sourceforge.net78520649e618c1044609cc931003ca6cba93a9b4</guid></item><item><title>Home modified by Michael Bulla</title><link>https://sourceforge.net/p/popperfw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -21,3 +21,4 @@
 [Definig own Types] =&gt; Defining your own Datatypes in PopperFramework to meet your needs
 [Patterns] =&gt; Patterns how PageObjects can be defined.
 [Roadmap] =&gt; What comes next?
+[Migration Guide] =&gt; You have already a lot of testing code and want to migrate to PopperFramework?
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Bulla</dc:creator><pubDate>Fri, 08 Nov 2013 23:59:16 -0000</pubDate><guid>https://sourceforge.netfbd4857c5d4e9401e27e75cb2a5eea6e491d7e15</guid></item><item><title>Home modified by Michael Bulla</title><link>https://sourceforge.net/p/popperfw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -1,10 +1,10 @@
 Welcome to PopperFramework!

-PopperFramework is a java framework which allows you to create PageObjects for your webapplication-tests in a declarative way. That means you just have to define an interface defining the structure of your website and add some annotation with the basic information like locators. The framework will generate the implementation of that PageObject for you.
+PopperFramework is a java framework which allows you to create PageObjects for your webapplication-tests in a declarative way. That means you just have to define an interface defining the structure of your website and add some annotation with the basic information like locators. PopperFramework will generate the implementation of that PageObject for you.

-Key-Goals of the framework is to allow you as a developer of sureface-tests to concentrate on your business =&gt; writing PageObjets and Tests, not wasting time by writing boilerplate code.
+Key-Goal of PopperFramework is to allow you as a developer of sureface-tests to concentrate on your business =&gt; writing PageObjets and Tests, not wasting time by writing boilerplate code.

-PopperFramework uses WebDriver-API to implement your PageObjects bt its API is completly vendor-independent. So when there comes something better than WebDriver you change the implementation of PopperFramework and change to the vendor you need.
+PopperFramework uses WebDriver-API to implement your PageObjects but its API is completly vendor-independent. So when there comes something better than WebDriver you change the implementation of PopperFramework and change to the vendor you need.

 PopperFramework is highly configurable with a lot of hooks which allow you to customize PopperFramework behaviour to your needs.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Bulla</dc:creator><pubDate>Fri, 08 Nov 2013 23:51:32 -0000</pubDate><guid>https://sourceforge.net080020ef925d1fa175a27efaa90425f21ace51ee</guid></item><item><title>Home modified by Michael Bulla</title><link>https://sourceforge.net/p/popperfw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -10,6 +10,7 @@

 [[download_button]] .

+
 [[members limit=20]]

 **Further reading**:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Bulla</dc:creator><pubDate>Fri, 08 Nov 2013 23:35:53 -0000</pubDate><guid>https://sourceforge.net3d1705b376bd8dfecd7e8f458440c538a7ca2009</guid></item><item><title>Home modified by Michael Bulla</title><link>https://sourceforge.net/p/popperfw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -8,7 +8,7 @@

 PopperFramework is highly configurable with a lot of hooks which allow you to customize PopperFramework behaviour to your needs.

-[[download_button]] 
+[[download_button]] .

 [[members limit=20]]

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Bulla</dc:creator><pubDate>Fri, 08 Nov 2013 23:35:25 -0000</pubDate><guid>https://sourceforge.netac12e585ca7a6b9c712a3ca29ab1d8aaa22f4d22</guid></item><item><title>Home modified by Michael Bulla</title><link>https://sourceforge.net/p/popperfw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -8,17 +8,15 @@

 PopperFramework is highly configurable with a lot of hooks which allow you to customize PopperFramework behaviour to your needs.

-[[download_button]]
+[[download_button]] 

-Members of the project:
 [[members limit=20]]

-
-Further reading:
-+ [Getting started]
-+ [Basics] =&gt; Defining basic PageObjects
-+ [Complexe Datatypes] =&gt; Defining more complexe PageObjects
-+ [Configuration] =&gt; How to configure PopperFramwork to run in your environment
-+ [Definig own Types] =&gt; Defining your own Datatypes in PopperFramework to meet your needs
-+ [Patterns] =&gt; Patterns how PageObjects can be defined.
-+ [Roadmap]
+**Further reading**:
+[Getting started] =&gt; First steps to get PopperFramework running
+[Basics] =&gt; Defining basic PageObjects
+[Complexe Datatypes] =&gt; Defining more complexe PageObjects
+[Configuration] =&gt; How to configure PopperFramwork to run in your environment
+[Definig own Types] =&gt; Defining your own Datatypes in PopperFramework to meet your needs
+[Patterns] =&gt; Patterns how PageObjects can be defined.
+[Roadmap] =&gt; What comes next?
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Bulla</dc:creator><pubDate>Fri, 08 Nov 2013 23:34:38 -0000</pubDate><guid>https://sourceforge.net3f480edb90c255a882fa4d1da3faf596745cb847</guid></item><item><title>Home modified by Michael Bulla</title><link>https://sourceforge.net/p/popperfw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -8,17 +8,17 @@

 PopperFramework is highly configurable with a lot of hooks which allow you to customize PopperFramework behaviour to your needs.

+[[download_button]]
+
 Members of the project:
 [[members limit=20]]

-Download PopperFramework
-[[download_button]]
-
-**Getting started**

 Further reading:
++ [Getting started]
 + [Basics] =&gt; Defining basic PageObjects
 + [Complexe Datatypes] =&gt; Defining more complexe PageObjects
 + [Configuration] =&gt; How to configure PopperFramwork to run in your environment
 + [Definig own Types] =&gt; Defining your own Datatypes in PopperFramework to meet your needs
 + [Patterns] =&gt; Patterns how PageObjects can be defined.
++ [Roadmap]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Bulla</dc:creator><pubDate>Fri, 08 Nov 2013 23:17:45 -0000</pubDate><guid>https://sourceforge.net5e537e6d89b415669101e8ac8878156cf5f0e11e</guid></item></channel></rss>