<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Quality Guidelines</title><link>https://sourceforge.net/p/sasunit/wiki/Quality%2520Guidelines/</link><description>Recent changes to Quality Guidelines</description><atom:link href="https://sourceforge.net/p/sasunit/wiki/Quality%20Guidelines/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 03 Jan 2013 09:32:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sasunit/wiki/Quality%20Guidelines/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Quality Guidelines modified by Andreas Mangold</title><link>https://sourceforge.net/p/sasunit/wiki/Quality%2520Guidelines/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -7,7 +7,7 @@
 * __On first platform (Windows SAS 9.3 64 bit, OS settings English)__

     * __run example project test suite in overwrite-mode in English__
-Please note that the purpose of this project is the demonstration of SASUnit functionality to the end user (i.e. the SAS programmer who wants to test his programs) and to serve as a starting point for his own tests.
+Please note that the purpose of this project is the demonstration of SASUnit functionality to the end user (i.e. the SAS programmer who wants to test his programs) and to serve as a starting point for his own tests. When comparing boxplot results, please note that as always in report inspection there might be some small visual differences between the actual and the expected outcome. 

         * check test scenario page: 
             * All scenarios present? Check with scenario programs.
@@ -50,7 +50,7 @@
             * For each scenario
                 * All test cases per scenario present? Check with source code for each scenario!
                 * Log with exactly those errors and warnings expected from the various test cases? 
-                * Result as expected for each test case? Result must be red where indicated in test case description, otherwise green or white! 
+                * Result as expected for each test case? Result must be red where indicated in test case description, otherwise green or white! Test case 001 of scenario 007 (reportsasunit_emptyscn_test.sas) must fail although not stated in description.
                 * For each test case open test case detail page
                     * Result as expected for each test? Result must be red where indicated in test description, otherwise green (or white  for assertreport only)!
                     * Manually check for each occurrence of assertreport (white result)  whether results are as indicated in test description!
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Mangold</dc:creator><pubDate>Thu, 03 Jan 2013 09:32:22 -0000</pubDate><guid>https://sourceforge.net7f9fa340b626293050f29e2727a538332d3ccdca</guid></item><item><title>WikiPage Quality Guidelines modified by Andreas Mangold</title><link>https://sourceforge.net/p/sasunit/wiki/Quality%2520Guidelines/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -44,7 +44,7 @@

         * check test scenario page: 
             * All scenarios present? Check with scenario programs.
-            * Result as expected for each scenario? Result must be red where indicated in test scenario description, otherwise green or white!
+            * Result as expected for each scenario? Result must be red where indicated in test scenario description, otherwise green or white! Test scenario number 001 must be red although not stated in the description. 
         * check test cases page
             * All scenarios present? Check with scenario programs. Every program ending in "_test.sas" in the saspgm/test folder is a scenario program. 
             * For each scenario
@@ -432,7 +432,7 @@
     * __test incremental build facility with example project__
         * Touch (save without changes) programs example/saspgm/nobs.sas and getvars_test.sas
         * Run example project test suite in non-overwrite-mode in English
-        * Check last run date/time on scenario overview page - must have been updated for nobs.sas and getvars.sas tests and unchanged for all other scenarios
+        * Check last run date/time on scenario overview page - must have been updated for nobs.sas and getvars.sas tests and unchanged for all other scenarios except for scenario tree1_test.sas which will always run.
         * Check generation date/time for test case page - must have been updated
         * Check generation date/time of a small sample of test case details pages of test cases for nobs.sas and getvars.sas - must have been updated
         * Check generation date/time of a small sample of test case details pages of other test cases - must be unchanged
@@ -471,3 +471,4 @@
         * __run doxygen for self test project__
             * compare to baseline
     *  "Compare to baseline" means: Compare the results on each platform to the results of the baseline (Windows 7 64 English / SAS 9.3 64 bit) above. Compare HTML reports using Firefox (latest version) under Microsoft Windows 7. 
+    * Please note that the sort order of test scenarios differs between Windows and Linux: Linux ignores the underscore when sorting scenario program names while windows doesn't. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Mangold</dc:creator><pubDate>Thu, 03 Jan 2013 09:23:19 -0000</pubDate><guid>https://sourceforge.netee7300f19980eeb86e2261fc2d0a43e8bad103a8</guid></item><item><title>WikiPage Quality Guidelines modified by Andreas Mangold</title><link>https://sourceforge.net/p/sasunit/wiki/Quality%2520Guidelines/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,11 +1,14 @@
 Before releasing a new version, the following tests have to be run successfully. All deviances have to be documented.

+For all the following checks, use IE9, most current version, unless stated otherwise.
+
+For each run of SASUnit, make sure that all other SAS sessions have been close before. Warnings will appear in the logs otherwise. 
+           
 * __On first platform (Windows SAS 9.3 64 bit, OS settings English)__

     * __run example project test suite in overwrite-mode in English__
-       
-        * For all the following checks, use IE9, most current version, unless stated otherwise
-           
+Please note that the purpose of this project is the demonstration of SASUnit functionality to the end user (i.e. the SAS programmer who wants to test his programs) and to serve as a starting point for his own tests.
+
         * check test scenario page: 
             * All scenarios present? Check with scenario programs.
             * Result as expected for each scenario? Result must be red where indicated in test scenario description, otherwise green or white!
@@ -37,12 +40,13 @@
             * run_all.log must not contain any errors or warnings

     * __run self-test suite in overwrite-mode in English __
+Please note that the purpose of this test suite is to have a number of tests which check for correct functionality of SASUnit itself. This implies that some tests have to fail and that testing involves checking whether every test has the intended outcome. 

         * check test scenario page: 
             * All scenarios present? Check with scenario programs.
             * Result as expected for each scenario? Result must be red where indicated in test scenario description, otherwise green or white!
         * check test cases page
-            * All scenarios present? Check with scenario programs.
+            * All scenarios present? Check with scenario programs. Every program ending in "_test.sas" in the saspgm/test folder is a scenario program. 
             * For each scenario
                 * All test cases per scenario present? Check with source code for each scenario!
                 * Log with exactly those errors and warnings expected from the various test cases? 
@@ -152,26 +156,6 @@
   normal'&gt;&lt;span lang="EN-US"&gt;saspgm/test/pgmlib1&lt;/span&gt;&lt;/p&gt;
   &lt;p class="MsoNormal" style="margin-bottom: 0cm; line-height: normal;"&gt;&lt;span lang="EN-US"&gt;saspgm/test/pgmlib2&lt;/span&gt;&lt;/p&gt;
-  &lt;/td&gt;
- &lt;/tr&gt;
- &lt;tr&gt;
-  &lt;td valign="top" width="119"&gt;
-  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;Autoexec-program
-  for test scenarios&lt;/span&gt;&lt;/p&gt;
-  &lt;/td&gt;
-  &lt;td valign="top" width="137"&gt;
-  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;&amp;amp;g_autoexec&lt;/span&gt;&lt;/p&gt;
-  &lt;/td&gt;
-  &lt;td valign="top" width="219"&gt;
-  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;[empty]&lt;/span&gt;&lt;/p&gt;
   &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Mangold</dc:creator><pubDate>Thu, 03 Jan 2013 08:57:09 -0000</pubDate><guid>https://sourceforge.net2eabd6a9e5e108efab4238acb74d150a72c2b9c9</guid></item><item><title>WikiPage Quality Guidelines modified by Andreas Mangold</title><link>https://sourceforge.net/p/sasunit/wiki/Quality%2520Guidelines/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -11,7 +11,7 @@
             * Result as expected for each scenario? Result must be red where indicated in test scenario description, otherwise green or white!
             * All scenario logs with exactly those errors and warnings expected from the various test cases? 
             * Links to test scenario details and programs functional? Check a small random sample!
-            * Correct popups on mouse hover for each column except duration? Check a small random sample!
+            * Correct tooltips on mouse hover for each column except duration? Check a small random sample!
             * Correct overall appearance? 
         * check test cases page
             * All scenarios present? Check with scenario programs.
@@ -19,17 +19,17 @@
             * Links to test case detail pages functional? Check for a small sample!
             * Links to units under test functional? Check for a small sample!
             * Links to logs functional? Check for a small sample!
-            * Correct popups on mouse hover for each column except duration? Check for a small sample!
+            * Correct tooltips on mouse hover for each column except duration? Check for a small sample!
             * Information and links on headers of test case details pages as in test cases page? Check for a small sample!
             * Correct overall appearance? 
         * check a sample of test case detail pages, at least two occurrences of every assertion type
         * Check page Units under Test 
-            * Popups on mouse over correct? 
+            * tooltips on mouse over correct? 
         * Check navigation tree 
             * Same scenarios, test cases and tests as on scenario report pages? Check with a sample!
-            * Proper popups on all levels of navigation tree below scenarios? Check with a sample!
+            * Proper tooltips on all levels of navigation tree below scenarios? Check with a sample!
             * Same units under test, test cases and tests as on units under test page? Check with a sample!
-            * Proper popups on all levels of navigation tree below units under test? Check with a sample!
+            * Proper tooltips on all levels of navigation tree below units under test? Check with a sample!
         * check main page of output: 
             * correct title with link to SF?
             * correct footnote with link to SF and correct version and build number?
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Mangold</dc:creator><pubDate>Thu, 03 Jan 2013 08:38:23 -0000</pubDate><guid>https://sourceforge.net4593589de9057182a457cd6f2857c25f4ba69548</guid></item><item><title>WikiPage Quality Guidelines modified by Andreas Mangold</title><link>https://sourceforge.net/p/sasunit/wiki/Quality%2520Guidelines/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,6 +1,6 @@
 Before releasing a new version, the following tests have to be run successfully. All deviances have to be documented.

-* __On first platform (Windows SAS 9.3 64 bit, OS settings German)__
+* __On first platform (Windows SAS 9.3 64 bit, OS settings English)__

     * __run example project test suite in overwrite-mode in English__

@@ -191,7 +191,7 @@
   none;border-bottom:solid #A3A3A3 1.0pt;border-right:solid #A3A3A3 1.0pt;
   padding:4.0pt 4.0pt 4.0pt 4.0pt'&gt;
   &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;bin/sasunit.9.3_64.windows.en.cfg&lt;/span&gt;&lt;/p&gt;
+  1.0pt;margin-left:0cm;line-height:normal'&gt;&lt;span lang="EN-US"&gt;bin/sasunit.9.3.windows.en.cfg&lt;/span&gt;&lt;/p&gt;
   &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
@@ -464,9 +464,9 @@
         * Open report of example project (Windows SAS 9.3 64 bit, OS settings German, SASUnit English) in Firefox (latest version) and compare with IE9
         * open doxygen for example project in Firefox (latest version) and compare with IE9

-* __On each of the following further platforms (in this order) repeat the following steps and compare to results of baseline (Windows 7 64 German / SAS 9.3 64 bit) above__
+* __On each of the following further platforms repeat the following steps__
     * __Platforms__
-        * __Windows 7 64 English / SAS 9.3 64 bit__
+        * __Windows 7 64 German / SAS 9.3 64 bit__
         * __Windows 7 64 English / SAS 9.3 32 bit__
         * __Windows 7 64 English / SAS 9.2 32 bit__
         * __Linux Ubuntu 12.04 LTS / SAS 9.3 64 bit__
@@ -486,3 +486,4 @@
             * compare to baseline
         * __run doxygen for self test project__
             * compare to baseline
+    *  "Compare to baseline" means: Compare the results on each platform to the results of the baseline (Windows 7 64 English / SAS 9.3 64 bit) above. Compare HTML reports using Firefox (latest version) under Microsoft Windows 7. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Mangold</dc:creator><pubDate>Wed, 19 Dec 2012 11:01:44 -0000</pubDate><guid>https://sourceforge.netbdabc2c085455a0b4ce0a1967051bbfad8a7c5af</guid></item><item><title>WikiPage Quality Guidelines modified by Andreas Mangold</title><link>https://sourceforge.net/p/sasunit/wiki/Quality%2520Guidelines/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -0,0 +1,488 @@
+Before releasing a new version, the following tests have to be run successfully. All deviances have to be documented.
+
+* __On first platform (Windows SAS 9.3 64 bit, OS settings German)__
+   
+    * __run example project test suite in overwrite-mode in English__
+       
+        * For all the following checks, use IE9, most current version, unless stated otherwise
+           
+        * check test scenario page: 
+            * All scenarios present? Check with scenario programs.
+            * Result as expected for each scenario? Result must be red where indicated in test scenario description, otherwise green or white!
+            * All scenario logs with exactly those errors and warnings expected from the various test cases? 
+            * Links to test scenario details and programs functional? Check a small random sample!
+            * Correct popups on mouse hover for each column except duration? Check a small random sample!
+            * Correct overall appearance? 
+        * check test cases page
+            * All scenarios present? Check with scenario programs.
+            * Info and Links in header same as in scenario table? Check for a small sample!
+            * Links to test case detail pages functional? Check for a small sample!
+            * Links to units under test functional? Check for a small sample!
+            * Links to logs functional? Check for a small sample!
+            * Correct popups on mouse hover for each column except duration? Check for a small sample!
+            * Information and links on headers of test case details pages as in test cases page? Check for a small sample!
+            * Correct overall appearance? 
+        * check a sample of test case detail pages, at least two occurrences of every assertion type
+        * Check page Units under Test 
+            * Popups on mouse over correct? 
+        * Check navigation tree 
+            * Same scenarios, test cases and tests as on scenario report pages? Check with a sample!
+            * Proper popups on all levels of navigation tree below scenarios? Check with a sample!
+            * Same units under test, test cases and tests as on units under test page? Check with a sample!
+            * Proper popups on all levels of navigation tree below units under test? Check with a sample!
+        * check main page of output: 
+            * correct title with link to SF?
+            * correct footnote with link to SF and correct version and build number?
+            * correct overall appearance? 
+            * run_all.log must not contain any errors or warnings
+   
+    * __run self-test suite in overwrite-mode in English __
+       
+        * check test scenario page: 
+            * All scenarios present? Check with scenario programs.
+            * Result as expected for each scenario? Result must be red where indicated in test scenario description, otherwise green or white!
+        * check test cases page
+            * All scenarios present? Check with scenario programs.
+            * For each scenario
+                * All test cases per scenario present? Check with source code for each scenario!
+                * Log with exactly those errors and warnings expected from the various test cases? 
+                * Result as expected for each test case? Result must be red where indicated in test case description, otherwise green or white! 
+                * For each test case open test case detail page
+                    * Result as expected for each test? Result must be red where indicated in test description, otherwise green (or white  for assertreport only)!
+                    * Manually check for each occurrence of assertreport (white result)  whether results are as indicated in test description!
+        * Check page Units under Test 
+            * All units under test present, specified in at least one test scenario? Check with source code of test scenarios!
+            * All units under test correctly specified per program library and with test scenario? Check with source code of test scenarios!
+            * Results correct?
+        * Check main page of output, 
+            * run_all.log must not contain any errors or warnings
+            * must be as follows, all links must be functional:
+
+&lt;table border="1" cellpadding="0" cellspacing="0" class="MsoNormalTable"&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;Name
+  of project&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;&amp;amp;g_project&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;SASUnit&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;Root
+  directory&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;&amp;amp;g_root&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;[check root
+  directory and link]&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;Path
+  to test repository&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;&amp;amp;g_target&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;doc/sasunit/en&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;Program
+  libraries&lt;/span&gt;&lt;/p&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;(macro
+  autocall paths)&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;&amp;amp;g_sasautos&lt;/span&gt;&lt;/p&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;&amp;amp;g_sasautos1&lt;/span&gt;&lt;/p&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;&amp;amp;g_sasautos2&lt;/span&gt;&lt;/p&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;&amp;amp;g_sasautos3&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;saspgm/sasunit&lt;/span&gt;&lt;/p&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;saspgm/test&lt;/span&gt;&lt;/p&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;saspgm/test/pgmlib1&lt;/span&gt;&lt;/p&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;saspgm/test/pgmlib2&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;Autoexec-program
+  for test scenarios&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;&amp;amp;g_autoexec&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;[empty]&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;SAS
+  configuration file for test scenarios&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;&amp;amp;g_sascfg&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;bin/sasunit.9.3_64.windows.en.cfg&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;Folder
+  for test data&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;&amp;amp;g_testdata&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;dat&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;Folder
+  for reference data&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;&amp;amp;g_refdata&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;dat&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;Folder
+  for specification documents&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;&amp;amp;g_doc&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;doc/spec&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;Path
+  to SASUnit macros&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;&amp;amp;g_sasunit&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;saspgm/sasunit&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;SAS
+  log of reporting job&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;doc/sasunit/en/run_all.log&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;Platform&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;&amp;amp;SYSCPL&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;W64_7PRO&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;SAS
+  Version&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;&amp;amp;SYSVLONG4&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;9.03[id
+  of maintenance release]&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;User
+  ID&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;&amp;amp;SYSUSERID&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;[user
+  id of operator]&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;SASUnit
+  Language&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;SASUNIT_LANGUAGE&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;en&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;Number
+  of test scenarios&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;[count]&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;Number
+  of test cases&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;[count]&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+  &lt;td valign="top" width="119"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;Number
+  of assertions&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="137"&gt;
+  &lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
+  &lt;/td&gt;
+  &lt;td valign="top" width="219"&gt;
+  &lt;p class="MsoNormal"&gt;&lt;span lang="EN-US" style="color: black;"&gt;[count]&lt;/span&gt;&lt;/p&gt;
+  &lt;/td&gt;
+ &lt;/tr&gt;
+&lt;/table&gt;
+
+* 
+       
+    * __run example project test suite in overwrite-mode in German__
+        * Compare to English version - differences must be only due to language and run date/time
+       
+    * __run self-test suite in overwrite-mode in German__
+        * Compare to English version - differences must be only due to language and run date/time
+       
+    * __test incremental build facility with example project__
+        * Touch (save without changes) programs example/saspgm/nobs.sas and getvars_test.sas
+        * Run example project test suite in non-overwrite-mode in English
+        * Check last run date/time on scenario overview page - must have been updated for nobs.sas and getvars.sas tests and unchanged for all other scenarios
+        * Check generation date/time for test case page - must have been updated
+        * Check generation date/time of a small sample of test case details pages of test cases for nobs.sas and getvars.sas - must have been updated
+        * Check generation date/time of a small sample of test case details pages of other test cases - must be unchanged
+           
+    * __run doxygen for example project__
+        * Check whether report has been created properly and all programs have been documented
+        * Check contents of navigation tree 
+        * Check complete documentation for a small sample of programs
+    * __run doxygen for self test project__
+        * Check whether report has been created properly and all programs have been documented
+           
+    * __Check rendering in Firefox (latest version)__
+        * Open report of example project (Windows SAS 9.3 64 bit, OS settings German, SASUnit English) in Firefox (latest version) and compare with IE9
+        * open doxygen for example project in Firefox (latest version) and compare with IE9
+   
+* __On each of the following further platforms (in this order) repeat the following steps and compare to results of baseline (Windows 7 64 German / SAS 9.3 64 bit) above__
+    * __Platforms__
+        * __Windows 7 64 English / SAS 9.3 64 bit__
+        * __Windows 7 64 English / SAS 9.3 32 bit__
+        * __Windows 7 64 English / SAS 9.2 32 bit__
+        * __Linux Ubuntu 12.04 LTS / SAS 9.3 64 bit__
+        * __Linux Suse 10.3 / SAS 9.2 32 bit__
+    * __Steps__
+        * __run example project test suite in overwrite-mode in English __
+            * compare to baseline: compare all main pages and a sample of the test case details pages
+        * __run self-test suite in overwrite-mode in English __
+            * compare to baseline: compare all main pages and a sample of the test case details pages
+        * __run example project test suite in overwrite-mode in German__
+            * compare to baseline: compare all main pages and a sample of the test case details pages
+        * __run self-test suite in overwrite-mode in German__
+            * compare to baseline: compare all main pages and a sample of the test case details pages
+        * __test incremental build facility with example project__
+            * same procedure as specified with baseline above
+        * __run doxygen for example project__
+            * compare to baseline
+        * __run doxygen for self test project__
+            * compare to baseline
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Mangold</dc:creator><pubDate>Mon, 17 Dec 2012 17:58:25 -0000</pubDate><guid>https://sourceforge.net7bde6ba209f8cfcc9d3940ed3107e50c430ad087</guid></item><item><title>WikiPage Quality Guidelines modified by Andreas Mangold</title><link>https://sourceforge.net/p/sasunit/wiki/Quality%2520Guidelines/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Mangold</dc:creator><pubDate>Tue, 24 Jul 2012 11:53:00 -0000</pubDate><guid>https://sourceforge.neta4504a13b12fc386d1820c7686329056b8e27269</guid></item></channel></rss>