<?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_TextA</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_TextA/</link><description>Recent changes to StepType_TextA</description><atom:link href="https://sourceforge.net/p/steppingframework/wiki/StepType_TextA/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 01 Mar 2014 06:07:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/steppingframework/wiki/StepType_TextA/feed" rel="self" type="application/rss+xml"/><item><title>StepType_TextA modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_TextA/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -11,7 +11,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
-cStepType    | Text
+cStepType    | TextAppend or TextA
 cField    | A string used to uniquely identify the text field to be acted on
 cValue    | The value to append to the text field
 cTiming    | A string to identify this transaction for recording the pass/fail status or responce time
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Amies</dc:creator><pubDate>Sat, 01 Mar 2014 06:07:33 -0000</pubDate><guid>https://sourceforge.netd59afde2cb3e6fb7f72d5c0ec5b5cdf2687e70c5</guid></item><item><title>StepType_TextA modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_TextA/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -23,6 +23,5 @@
 ---
 iID    | iSeq | cStepType | cField   | cValue    | cTiming     | cExpect     | cOnError
 ---   |---            |---        |---      |---       |---         |---         |---
-Login | 1             |TextR       |SummaryField | Trumpeter Chet    | Set Summary Field | Trumpeter Chet | Logout
-Login | 2             |TextA       |SummaryField | Baker    | Enter Password | Trumpeter ChetBaker | 
-
+Login | 1             |TextR       |SummaryField | Trumpeter Chet    | Replace Summary Field | Trumpeter Chet | Logout
+Login | 2             |TextA       |SummaryField | Baker    | Append Summary Field | Trumpeter ChetBaker | 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Amies</dc:creator><pubDate>Sat, 01 Mar 2014 03:40:22 -0000</pubDate><guid>https://sourceforge.net56c7c6c7ca5cef5316a9b752068b87629b123428</guid></item><item><title>StepType_TextA modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_TextA/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="textappend-or-texta"&gt;TextAppend or TextA&lt;/h1&gt;
&lt;p&gt;Appends the text provided in the cValue column into the text field identified by cField.&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;cStepType&lt;/td&gt;
&lt;td&gt;Text&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cField&lt;/td&gt;
&lt;td&gt;A string used to uniquely identify the text field to be acted on&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cValue&lt;/td&gt;
&lt;td&gt;The value to append to the text field&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cTiming&lt;/td&gt;
&lt;td&gt;A string to identify this transaction for recording the pass/fail status or responce time&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cExpect&lt;/td&gt;
&lt;td&gt;(Optional) The expected value of the text field at the completion of this step&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cOnError&lt;/td&gt;
&lt;td&gt;(Optional) A step sequence to execute if this step failed.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="example-usage"&gt;Example usage:&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;iID&lt;/th&gt;
&lt;th&gt;iSeq&lt;/th&gt;
&lt;th&gt;cStepType&lt;/th&gt;
&lt;th&gt;cField&lt;/th&gt;
&lt;th&gt;cValue&lt;/th&gt;
&lt;th&gt;cTiming&lt;/th&gt;
&lt;th&gt;cExpect&lt;/th&gt;
&lt;th&gt;cOnError&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Login&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;TextR&lt;/td&gt;
&lt;td&gt;SummaryField&lt;/td&gt;
&lt;td&gt;Trumpeter Chet&lt;/td&gt;
&lt;td&gt;Set Summary Field&lt;/td&gt;
&lt;td&gt;Trumpeter Chet&lt;/td&gt;
&lt;td&gt;Logout&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;TextA&lt;/td&gt;
&lt;td&gt;SummaryField&lt;/td&gt;
&lt;td&gt;Baker&lt;/td&gt;
&lt;td&gt;Enter Password&lt;/td&gt;
&lt;td&gt;Trumpeter ChetBaker&lt;/td&gt;
&lt;td&gt;&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>Sat, 01 Mar 2014 03:23:51 -0000</pubDate><guid>https://sourceforge.neta35fdde5611ee67021dcc686f462bb637d8303d1</guid></item></channel></rss>