<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FunctionalTesting</title><link>https://sourceforge.net/p/perlsystemtest/wiki/FunctionalTesting/</link><description>Recent changes to FunctionalTesting</description><atom:link href="https://sourceforge.net/p/perlsystemtest/wiki/FunctionalTesting/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 13 Nov 2013 00:11:34 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/perlsystemtest/wiki/FunctionalTesting/feed" rel="self" type="application/rss+xml"/><item><title>FunctionalTesting modified by aisarosenbaum</title><link>https://sourceforge.net/p/perlsystemtest/wiki/FunctionalTesting/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -12,5 +12,6 @@
     :::yaml
     - testid: 123
       command: $PESTTESTROOT/test123.pl -t $PESTTESTBED
+
     - testid: 124
       command: $PESTTESTROOT/test124.pl -t $PESTTESTBED
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aisarosenbaum</dc:creator><pubDate>Wed, 13 Nov 2013 00:11:34 -0000</pubDate><guid>https://sourceforge.net23512b338df3131647f9588fc409631bba5e278c</guid></item><item><title>FunctionalTesting modified by aisarosenbaum</title><link>https://sourceforge.net/p/perlsystemtest/wiki/FunctionalTesting/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -9,6 +9,7 @@
 ----
 This says start the command run the script tes123.pl, then run test124.pl.  This follows the PEST best practices for functional testing.

+    :::yaml
     - testid: 123
       command: $PESTTESTROOT/test123.pl -t $PESTTESTBED
     - testid: 124
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aisarosenbaum</dc:creator><pubDate>Wed, 13 Nov 2013 00:10:53 -0000</pubDate><guid>https://sourceforge.netb27c84b6cf626874e01afbd136bfd4c8d58b2796</guid></item><item><title>FunctionalTesting modified by aisarosenbaum</title><link>https://sourceforge.net/p/perlsystemtest/wiki/FunctionalTesting/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,5 +1,8 @@
 Functional Testing
 ====
+
+[TOC]
+
 Functional Testing with PEST is characterized by local process invocation and serial execution.  (By contrast, System Testing is characterized by non-blocking processes that are executed remotely in parallel)

 Example
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aisarosenbaum</dc:creator><pubDate>Wed, 13 Nov 2013 00:03:00 -0000</pubDate><guid>https://sourceforge.net9bc5ae5d04ef3142e1b413e9368b088f0cc3d99f</guid></item><item><title>FunctionalTesting modified by aisarosenbaum</title><link>https://sourceforge.net/p/perlsystemtest/wiki/FunctionalTesting/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aisarosenbaum</dc:creator><pubDate>Tue, 12 Nov 2013 23:57:42 -0000</pubDate><guid>https://sourceforge.netfceccc4382d234d802650e7ccff78a6377099e35</guid></item><item><title>Functional Testing modified by aisarosenbaum</title><link>https://sourceforge.net/p/perlsystemtest/wiki/Functional%2520Testing/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -4,7 +4,7 @@

 Example
 ----
-This says start the command run the script tes123.pl, then run test124.pl.
+This says start the command run the script tes123.pl, then run test124.pl.  This follows the PEST best practices for functional testing.

     - testid: 123
       command: $PESTTESTROOT/test123.pl -t $PESTTESTBED
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aisarosenbaum</dc:creator><pubDate>Tue, 12 Nov 2013 23:56:47 -0000</pubDate><guid>https://sourceforge.net1a380a43235f7ad41ded4c6207f7a116106ebe13</guid></item><item><title>Functional Testing modified by aisarosenbaum</title><link>https://sourceforge.net/p/perlsystemtest/wiki/Functional%2520Testing/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -7,6 +7,6 @@
 This says start the command run the script tes123.pl, then run test124.pl.

     - testid: 123
-      command: test123.pl
+      command: $PESTTESTROOT/test123.pl -t $PESTTESTBED
     - testid: 124
-      command: test124.pl
+      command: $PESTTESTROOT/test124.pl -t $PESTTESTBED
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aisarosenbaum</dc:creator><pubDate>Tue, 12 Nov 2013 23:56:02 -0000</pubDate><guid>https://sourceforge.net366a97ea913c1d5c1105f1b132780bc204c5890c</guid></item><item><title>Functional Testing modified by aisarosenbaum</title><link>https://sourceforge.net/p/perlsystemtest/wiki/Functional%2520Testing/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,6 @@
 Functional Testing
 ====
-Functional Testing with PEST is characterized by local process invocation and serial execution.  (By contrast, System Testing is characterized by non-blocking processes that are executed in parallel)
+Functional Testing with PEST is characterized by local process invocation and serial execution.  (By contrast, System Testing is characterized by non-blocking processes that are executed remotely in parallel)

 Example
 ----
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aisarosenbaum</dc:creator><pubDate>Tue, 12 Nov 2013 23:51:46 -0000</pubDate><guid>https://sourceforge.net35ca7a38a8ab0c768580fcb2390241562e85b83b</guid></item><item><title>Functional Testing modified by aisarosenbaum</title><link>https://sourceforge.net/p/perlsystemtest/wiki/Functional%2520Testing/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="functional-testing"&gt;Functional Testing&lt;/h1&gt;
&lt;p&gt;Functional Testing with PEST is characterized by local process invocation and serial execution.  (By contrast, System Testing is characterized by non-blocking processes that are executed in parallel)&lt;/p&gt;
&lt;h2 id="example"&gt;Example&lt;/h2&gt;
&lt;p&gt;This says start the command run the script tes123.pl, then run test124.pl.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="n"&gt;testid&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;123&lt;/span&gt;
  &lt;span class="nl"&gt;command:&lt;/span&gt; &lt;span class="n"&gt;test123&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;pl&lt;/span&gt;
&lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="n"&gt;testid&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;124&lt;/span&gt;
  &lt;span class="nl"&gt;command:&lt;/span&gt; &lt;span class="n"&gt;test124&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;pl&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aisarosenbaum</dc:creator><pubDate>Tue, 12 Nov 2013 23:51:17 -0000</pubDate><guid>https://sourceforge.net7235807c6380bdffbe9ff5b0c61ffd528a5f8b1d</guid></item></channel></rss>