<?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/steppingframework/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/steppingframework/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 28 Feb 2014 02:30:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/steppingframework/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -21,5 +21,5 @@
 ===

 - [Step Types] available to be used in a Step Sequence.
+- [Parameterisation] is available in all sections of the Step Sequence giving quite flexible and powerful step combinations. 

-
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Amies</dc:creator><pubDate>Fri, 28 Feb 2014 02:30:16 -0000</pubDate><guid>https://sourceforge.net37d4d246302ee4911ba7cc428993ecec30bd1783</guid></item><item><title>Home modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -23,4 +23,3 @@
 - [Step Types] available to be used in a Step Sequence.

-[This is a test](Step Types)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Amies</dc:creator><pubDate>Wed, 26 Feb 2014 11:46:02 -0000</pubDate><guid>https://sourceforge.netf5cbbb77071750e2f72c13c71f7ec5370a7c986e</guid></item><item><title>Home modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -23,4 +23,4 @@
 - [Step Types] available to be used in a Step Sequence.

-[This is a test][Step Types]
+[This is a test](Step Types)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Amies</dc:creator><pubDate>Wed, 26 Feb 2014 11:45:07 -0000</pubDate><guid>https://sourceforge.netfbc2f7505e58de2d61ffc0f95fc1124259fbda90</guid></item><item><title>Home modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -23,4 +23,4 @@
 - [Step Types] available to be used in a Step Sequence.

-[This is a test][[Step Types]]
+[This is a test][Step Types]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Amies</dc:creator><pubDate>Wed, 26 Feb 2014 11:44:42 -0000</pubDate><guid>https://sourceforge.netcfadb3e43c756f11a445cbf839df7f101bad93df</guid></item><item><title>Home modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -21,3 +21,6 @@
 ===

 - [Step Types] available to be used in a Step Sequence.
+
+
+[This is a test][[Step Types]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Amies</dc:creator><pubDate>Wed, 26 Feb 2014 11:44:23 -0000</pubDate><guid>https://sourceforge.net7dd1e64676d9bd576c33c712106fca5d75790b96</guid></item><item><title>Home modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -15,3 +15,9 @@
 2. [Utility Functions]
 3. [Linking Functions]
 4. [Application Specific Functions]
+
+
+More Details
+===
+
+- [Step Types] available to be used in a Step Sequence.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Amies</dc:creator><pubDate>Wed, 26 Feb 2014 04:15:02 -0000</pubDate><guid>https://sourceforge.netc9ecddadd2c00a0e24645a6263a300d0f857a207</guid></item><item><title>Home modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,17 @@
-Welcome to your wiki!
+Overview
+===
+The Stepping Framework is more a methodology than the actual code behind it, so while there is code available, the methodology can be applied to any language or testing tool and the code available is merely an implementation for a specific tool or language.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

-The wiki uses [Markdown](/p/steppingframework/wiki/markdown_syntax/) syntax.
+The crux of the Stepping Framework is that it's a data driven testing approach, test cases can be written before the code is written to make the test work with the application or even before a testing tool is chosen. As it is a data driven testing approach, there are naturally datasheets, these are broken into 2 types 1.[Step Sequences] and 2.[Data Sets].

-[[members limit=20]]
-[[download_button]]
+The workflow of the Stepping Framework is simple but very powerful as it's infinitely recursive and is able to act/react to conditions even unexpected ones.
+
+At the core of the Stepping Framework is the main function called the Step Processor which contains a simple code structure of a case statement inside a for loop. The Step Processor reads the Step Sequence it's given, then for each step in the sequence using the case statement evaluates which function to call based on the step type. For example a step type of Data would read a line of data from a Data Set, or a step type of button would call a function that knows how to click a button in your application. Part of the power of this structure comes in when a Step type of Step calls another Step Sequence.
+
+
+The code components of the Stepping Framework are broken into 4 ideological sections:
+1. [Core Functions]
+2. [Utility Functions]
+3. [Linking Functions]
+4. [Application Specific Functions]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Amies</dc:creator><pubDate>Mon, 24 Feb 2014 02:59:09 -0000</pubDate><guid>https://sourceforge.net714d1a5f7ad7875c2e9b768ded5ef3fcdefcb721</guid></item><item><title>Home modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/steppingframework/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/damies/"&gt;Dave Amies&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-530ab4e3d46bb451f2aa2618" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Amies</dc:creator><pubDate>Mon, 24 Feb 2014 02:56:36 -0000</pubDate><guid>https://sourceforge.net1cccd6155075cde5f8007f6397a1da183e2d7a09</guid></item></channel></rss>