<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Step Sequences</title><link>https://sourceforge.net/p/steppingframework/wiki/Step%2520Sequences/</link><description>Recent changes to Step Sequences</description><atom:link href="https://sourceforge.net/p/steppingframework/wiki/Step%20Sequences/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 28 Feb 2014 04:22:06 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/steppingframework/wiki/Step%20Sequences/feed" rel="self" type="application/rss+xml"/><item><title>Step Sequences modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/Step%2520Sequences/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -6,16 +6,16 @@
 The following table demonstrates the structure of all Step Sequences:

-iID    | iSeq | cStepType | cField   | cValue    | cExpect     | cOnError
----   |---            |---        |---      |---       |---         |---
-Seq001| 1             |Data       |            |       |            |
-Seq001| 2             |Step       |Login       |       |            |
-Seq001| 3             |Step       |BusProcess1 |       |            |
-Seq001| 4             |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             |Data       |            |       |       |            |
+Seq001| 2             |Step       |Login       |       |       |            |
+Seq001| 3             |Step       |BusProcess1 |       |       |            |
+Seq001| 4             |Step       |BusProcess2 |       |       |            |
+      |               |           |         |          |       |            |
+Login | 1             |Text       |UserName | MyUserName    |       |       |
+Login | 2             |Text       |Password | MyPassword    |       |       |
+Login | 3             |Button     |         | Login    |       | Welcome Users Name | LoginFailedSequence

@@ -34,4 +34,3 @@

-
&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 04:22:06 -0000</pubDate><guid>https://sourceforge.net28343a2f7c856b63de2d6699ec6f66c9a721ff98</guid></item><item><title>Step Sequences modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/Step%2520Sequences/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -6,7 +6,7 @@
 The following table demonstrates the structure of all Step Sequences:

-ID    | Step Sequence | Step Type | Field   | Value    | Expect     | On Error
+iID    | iSeq | cStepType | cField   | cValue    | cExpect     | cOnError
 ---   |---            |---        |---      |---       |---         |---
 Seq001| 1             |Data       |            |       |            |
 Seq001| 2             |Step       |Login       |       |            |
@@ -16,3 +16,22 @@
 Login | 1             |Text       |UserName | MyUserName    |       |
 Login | 2             |Text       |Password | MyPassword    |       |
 Login | 3             |Button     |         | Login    | Welcome Users Name | LoginFailedSequence
+
+
+
+Explanation of column headings:
+
+Column Name | Value
+---        |---
+iID        | The ID used to uniquely identify a Step Sequence
+iSeq        | Optional/Purely cosmetic, only used to help you structure you step sequences
+cStepType    | The type of Step to execute
+cField    | Generally used to identify the application field to act on.
+cValue    | Generally used to contain the data used in acting on a field 
+cTiming    | Generally used as a unique transaction name, in performance tests this would be the name you record the response time of the action against, In a regression test this would be the name you record a pass/fail against for this action.
+cExpect    | Generally used for storing an expected result to help determine a Pass/Fail for a step, in some cases it could be the same as cValue
+cOnError    | The step sequence to call if the current step fails, could be used to close and exit the application, for error handling, or to clean up and get back to a known state for the next Step/Test
+
+
+
+
&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:07 -0000</pubDate><guid>https://sourceforge.net9f12c450a881cf78a0cdf73f6a7f362b4f458f24</guid></item><item><title>Step Sequences modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/Step%2520Sequences/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="step-sequences"&gt;Step Sequences&lt;/h1&gt;
&lt;p&gt;The simplest way to view a Step Sequence is to think of it as a table or spreadsheet, with the first row or header row always having the same column headings and the first column always being the ID column.&lt;/p&gt;
&lt;p&gt;The following table demonstrates the structure of all Step Sequences:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;ID&lt;/th&gt;
&lt;th&gt;Step Sequence&lt;/th&gt;
&lt;th&gt;Step Type&lt;/th&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;th&gt;Expect&lt;/th&gt;
&lt;th&gt;On Error&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Seq001&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;Data&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Seq001&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;Step&lt;/td&gt;
&lt;td&gt;Login&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Seq001&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;Step&lt;/td&gt;
&lt;td&gt;BusProcess1&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Seq001&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;Step&lt;/td&gt;
&lt;td&gt;BusProcess2&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Login&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;Text&lt;/td&gt;
&lt;td&gt;UserName&lt;/td&gt;
&lt;td&gt;MyUserName&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Login&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;Text&lt;/td&gt;
&lt;td&gt;Password&lt;/td&gt;
&lt;td&gt;MyPassword&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Login&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;Button&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Login&lt;/td&gt;
&lt;td&gt;Welcome Users Name&lt;/td&gt;
&lt;td&gt;LoginFailedSequence&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&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:43 -0000</pubDate><guid>https://sourceforge.netf141603712b66d34d2194ef387c0b2ca1466424e</guid></item></channel></rss>