<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to StepType_Step</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_Step/</link><description>Recent changes to StepType_Step</description><atom:link href="https://sourceforge.net/p/steppingframework/wiki/StepType_Step/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 28 Feb 2014 07:23:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/steppingframework/wiki/StepType_Step/feed" rel="self" type="application/rss+xml"/><item><title>StepType_Step modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_Step/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -20,12 +20,14 @@

 Example usage:
 ---
-iID    | iSeq | cStepType | cField   | cValue    | cExpect     | cOnError
----   |---            |---        |---      |---       |---         |---
-Seq001| 1             |Step       |Login       |       |            |
-Seq001| 2             |Step       |BusProcess1 |       |            |
-Seq001| 3             |Step       |BusProcess2 |       |            |
-      |               |           |         |          |            |
-Login | 1             |Text       |UserName | MyUserName    |       |
-Login | 2             |Text       |Password | MyPassword    |       |
-Login | 3             |Button     |         | Login    | Welcome Users Name | LoginFailedSequence
+iID    | iSeq | cStepType | cField   | cValue    | cTiming     | cExpect     | cOnError
+---   |---            |---        |---      |---       |---         |---         |---
+Seq001| 1             |Step       |Login       |       |            |            |
+Seq001| 2             |Step       |BusProcess1 |       |            |            |
+Seq001| 3             |Step       |BusProcess2 |       |            |            |
+      |               |           |         |          |            |            |
+Login | 1             |Text       |UserName | MyUserName    | Enter UserName |       |
+Login | 2             |Text       |Password | MyPassword    | Enter Password |       |
+Login | 3             |Button     |         | Login    | Click Login  | Welcome Users Name | LoginFailedSequence
+
+
&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 07:23:08 -0000</pubDate><guid>https://sourceforge.net2c647cb15a11a300d24a4d7ce82d06b21b21b7a8</guid></item><item><title>StepType_Step modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_Step/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -18,7 +18,7 @@
 cOnError    | Not Used

-Example Usage:
+Example usage:
 ---
 iID    | iSeq | cStepType | cField   | cValue    | cExpect     | cOnError
 ---   |---            |---        |---      |---       |---         |---
&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 01:49:08 -0000</pubDate><guid>https://sourceforge.netfdac45efaba1197104abccf60d22a45464c5930f</guid></item><item><title>StepType_Step modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_Step/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -18,4 +18,14 @@
 cOnError    | Not Used

-Some Examples
+Example Usage:
+---
+iID    | iSeq | cStepType | cField   | cValue    | cExpect     | cOnError
+---   |---            |---        |---      |---       |---         |---
+Seq001| 1             |Step       |Login       |       |            |
+Seq001| 2             |Step       |BusProcess1 |       |            |
+Seq001| 3             |Step       |BusProcess2 |       |            |
+      |               |           |         |          |            |
+Login | 1             |Text       |UserName | MyUserName    |       |
+Login | 2             |Text       |Password | MyPassword    |       |
+Login | 3             |Button     |         | Login    | Welcome Users Name | LoginFailedSequence
&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 01:46:44 -0000</pubDate><guid>https://sourceforge.net1bff84723e46cf3fa0102e24893fcecf63fba19e</guid></item><item><title>StepType_Step modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_Step/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -10,7 +10,7 @@
 ---        |---
 iID        | The ID used to uniquely identify the current Step Sequence
 iSeq        | Optional/Purely cosmetic, only used to help you structure you step sequences
-cFieldType    | Step
+cStepType    | Step
 cField    | The ID used to uniquely identify the Step Sequence to be called
 cValue    | The name of the data sheet containing the Step Sequence to be called
 cTiming    | The path to the folder containing the data sheet that contains the Step Sequence to be called
&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 12:19:45 -0000</pubDate><guid>https://sourceforge.net3fabaa2faecee39e4ebbd0f4e4c4df48c125251d</guid></item><item><title>StepType_Step modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_Step/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="step"&gt;Step&lt;/h1&gt;
&lt;p&gt;Calling Step in a Step Sequence allows you to call another Step Sequence as a sub Step Sequence, when the new/sub Step Sequence finishes then the frame work will return to the current step sequence at the next step.&lt;/p&gt;
&lt;h2 id="how-each-column-is-used"&gt;How each column is used:&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Column Name&lt;/th&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;iID&lt;/td&gt;
&lt;td&gt;The ID used to uniquely identify the current Step Sequence&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;iSeq&lt;/td&gt;
&lt;td&gt;Optional/Purely cosmetic, only used to help you structure you step sequences&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cFieldType&lt;/td&gt;
&lt;td&gt;Step&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cField&lt;/td&gt;
&lt;td&gt;The ID used to uniquely identify the Step Sequence to be called&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cValue&lt;/td&gt;
&lt;td&gt;The name of the data sheet containing the Step Sequence to be called&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cTiming&lt;/td&gt;
&lt;td&gt;The path to the folder containing the data sheet that contains the Step Sequence to be called&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cExpect&lt;/td&gt;
&lt;td&gt;Not Used&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cOnError&lt;/td&gt;
&lt;td&gt;Not Used&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Some Examples&lt;/p&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 12:03:15 -0000</pubDate><guid>https://sourceforge.net0f23c434d433c58c80c79207b1bb0a2c2e9d4a62</guid></item></channel></rss>