<?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_Check</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_Check/</link><description>Recent changes to StepType_Check</description><atom:link href="https://sourceforge.net/p/steppingframework/wiki/StepType_Check/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 01 Mar 2014 07:30:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/steppingframework/wiki/StepType_Check/feed" rel="self" type="application/rss+xml"/><item><title>StepType_Check modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_Check/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -13,7 +13,7 @@
 cStepType    | Check
 cField    | A string used to uniquely identify the Check field to be acted on
 cValue    | True or False, True for Check box Checked and False for Unchecked.
-cTiming    | A string to identify this transaction for recording the pass/fail status or responce Check
+cTiming    | A string to identify this transaction for recording the pass/fail status or responce time
 cExpect    | (Optional) The expected value of the text field at the completion of this step
 cOnError    | (Optional) A step sequence to execute if this step failed.

&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 07:30:03 -0000</pubDate><guid>https://sourceforge.net51435fd82b948702ad23c102785d2f2d52281855</guid></item><item><title>StepType_Check modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_Check/</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
-cStepType    | Text
+cStepType    | Check
 cField    | A string used to uniquely identify the Check field to be acted on
 cValue    | True or False, True for Check box Checked and False for Unchecked.
 cTiming    | A string to identify this transaction for recording the pass/fail status or responce Check
&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:02:36 -0000</pubDate><guid>https://sourceforge.net739ae65b774a6f9e5c86db1514fb68a91bf88ec2</guid></item><item><title>StepType_Check modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_Check/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="check"&gt;Check&lt;/h1&gt;
&lt;p&gt;Sets the value of the check box field identified by cField with the value provided in the cValue column. Valid Values are only True and False&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 Check field to be acted on&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cValue&lt;/td&gt;
&lt;td&gt;True or False, True for Check box Checked and False for Unchecked.&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 Check&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;CreateCustomer&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;Check&lt;/td&gt;
&lt;td&gt;JoinedMailingList&lt;/td&gt;
&lt;td&gt;True&lt;/td&gt;
&lt;td&gt;Send emails to Customer&lt;/td&gt;
&lt;td&gt;True&lt;/td&gt;
&lt;td&gt;Logout&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 05:32:30 -0000</pubDate><guid>https://sourceforge.net64b265618a6f24c80b928b96f8a0f001c4ee627e</guid></item></channel></rss>