<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Hello, Automated or Unit Testing in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Hello-Automated-or-Unit-Testing/m-p/195420#M4198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your Answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It helps me for understanding concept.&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Aug 2015 06:08:53 GMT</pubDate>
    <dc:creator>vishu</dc:creator>
    <dc:date>2015-08-16T06:08:53Z</dc:date>
    <item>
      <title>Hello, Automated or Unit Testing</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Hello-Automated-or-Unit-Testing/m-p/195418#M4196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do Automated or Unit Testing actual works on sas programs/DI JOBS in SAS DI STUDIO?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any SIMPLE practical scenario or example available to understand the concept of testing in real sas di project??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 06:00:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Hello-Automated-or-Unit-Testing/m-p/195418#M4196</guid>
      <dc:creator>vishu</dc:creator>
      <dc:date>2015-08-10T06:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, Automated or Unit Testing</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Hello-Automated-or-Unit-Testing/m-p/195419#M4197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well since no one else has responded.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't actually use DI Studio but if I did then I would test DI jobs the same way I test all my SAS work that is going to be productionised:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Aim for as clean a SAS log as possible. That means no errors, no warnings, and no notes about potential problems like missing values. The benefit of this is that if any problem does happen it is a lot easier to spot.&lt;/P&gt;&lt;P&gt;2) Confirm if the outputs are what are wanted.&lt;/P&gt;&lt;P&gt;3) Confirm the accuracy and correctness of the results. This includes comparing SAS datasets to ensure the right results are being derived and that nothing else is broken in the process. I am a total fan of PROC COMPARE for dataset comparisons. Doing a check comparing a BEFORE version with an AFTER version is in my view an essential and highly efficient and valuable way of testing.&lt;/P&gt;&lt;P&gt;4) Confirm that the job works reliably, consistently, and efficiently, and fits in with other production jobs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no such thing as automated testing.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 07:22:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Hello-Automated-or-Unit-Testing/m-p/195419#M4197</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-08-14T07:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, Automated or Unit Testing</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Hello-Automated-or-Unit-Testing/m-p/195420#M4198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your Answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It helps me for understanding concept.&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2015 06:08:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Hello-Automated-or-Unit-Testing/m-p/195420#M4198</guid>
      <dc:creator>vishu</dc:creator>
      <dc:date>2015-08-16T06:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, Automated or Unit Testing</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Hello-Automated-or-Unit-Testing/m-p/195421#M4199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to follow up on this question as this is something near and dear to my heart - test-first design (TFD) and automated unit testing.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philosophically, methodologies that take advantage of robust development processes are critical IMHO. Most SAS Programmers are not Developers - that is, most write their programs against the data, whereas Developers write their programs against requirements.&amp;nbsp; That distinction is very important in determining whether you (or your organization) have the support that you will need to utilize TFD.&amp;nbsp; The reason being is that this will require discipline and commitment to the approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that being said, I have included some references to our thinking on how you can/ should implement TFD in your SAS programming practices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://thotwave.com/resources/futs-framework-unit-testing-sas/"&gt;FUTS&lt;/A&gt; - an open source framework for Unit Testing in SAS&lt;/P&gt;&lt;P&gt;Using FUTS with Test First Design - &lt;A href="http://jansenlex.readyhosting.com/pharmasug/2006/applicationsdevelopment/AD20.pdf"&gt;SGF/ SUGI Paper&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Unit Testing Frameworks for SAS (&lt;A href="https://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#SAShttp://"&gt;Wiki&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;Robustness in SAS Applications (&lt;A href="http://www.phuse.eu/wiki-good-programming-practices-in-healthcare-creating-robust-programs.aspx"&gt;PhUSE Wiki&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-greg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 12:29:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Hello-Automated-or-Unit-Testing/m-p/195421#M4199</guid>
      <dc:creator>gregorysnelson</dc:creator>
      <dc:date>2015-08-17T12:29:56Z</dc:date>
    </item>
  </channel>
</rss>

