<?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 unit testing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-testing/m-p/1710330#M310732</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      can any one plz tell how is unit testing done in real time. wht is the whole process .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    wht is the diff between the header data table and item data table ex: vbak and vbap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2006 19:09:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-21T19:09:10Z</dc:date>
    <item>
      <title>unit testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-testing/m-p/1710330#M310732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      can any one plz tell how is unit testing done in real time. wht is the whole process .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    wht is the diff between the header data table and item data table ex: vbak and vbap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 19:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-testing/m-p/1710330#M310732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T19:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: unit testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-testing/m-p/1710331#M310733</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;The table VBAK will contain the header data like sold-to, customer po number ...etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table VBAP will contain the item data like material, quantity, unit of measure, net price..etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 19:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-testing/m-p/1710331#M310733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T19:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: unit testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-testing/m-p/1710332#M310734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I completely disagree with Santosh that&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Unit testing is nothing but debug testing ...&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 20:57:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-testing/m-p/1710332#M310734</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-11-21T20:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: unit testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-testing/m-p/1710333#M310735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I send my reply prematurely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Unit Testing can, if done very carefully and extensively, almost completely replace debugging which is a synonym for unsystematic testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unit Tests bridge the gap between low-level testing and high-level testing of entire processes using eCATT.&lt;/P&gt;&lt;P&gt;If you have a class with several methods of a function group with several function modules you can define for each method and function module one or many Unit Tests. Using these Unit Tests you can demonstrate that your methods and function modules work according to you expectations. Even more important, when you change your coding you can use your Unit Tests to check whether you accidentially introduced some error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another very interesting way of programming is &amp;lt;b&amp;gt;test-driven development (TDD).&amp;lt;/b&amp;gt; This basically means that you create a test first based on the specification which, of course, will fail in the beginning because there isn't any application. Now you develop until the Unit Test will be passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find in the SDN Weblogs about Test-Driven Developement and ABAP Unit Tests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 21:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-testing/m-p/1710333#M310735</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-11-21T21:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: unit testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-testing/m-p/1710334#M310736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Uwe,&lt;/P&gt;&lt;P&gt;  In unit testing we must know the actual and expected values.how is it possible in real time programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  And you have quoted "when you change your coding you can use your Unit Tests to check whether you accidentially introduced some error".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have gone through the web logs,but couldnt find how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify.&lt;/P&gt;&lt;P&gt;Thanx in Advance&lt;/P&gt;&lt;P&gt;Farook&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 09:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-testing/m-p/1710334#M310736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T09:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: unit testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-testing/m-p/1710335#M310737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 0 6.0pt 0 6.0pt;" valign="top" width="569"&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="text-decoration: underline; font-family: 'Berlin Sans FB Demi',sans-serif;"&gt;Unit Testing Vs UAT.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;&lt;EM style="color: black; font-size: 10.0pt; font-family: 'Segoe UI',sans-serif;"&gt;Unit test&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt; is the consultant testing their config or development.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;EM style="color: black; font-size: 10.0pt; font-family: 'Segoe UI',sans-serif;"&gt;UAT - &lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;is the final acceptance from customer that the requirement is working fine.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;Normally&lt;STRONG&gt; UT&lt;/STRONG&gt; will be done in the DEV system and&lt;STRONG&gt; UAT i&lt;/STRONG&gt;n Quality system.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 09:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-testing/m-p/1710335#M310737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-14T09:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: unit testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-testing/m-p/1710336#M310738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Difference betweem Header data table (ex:- Vbak) and Item data table (ex:- vbap) is in VBAK you will have the Sale Order Number for the sale of a customer that has been done, as it contains all the Header sales like this &lt;SPAN style="font-size: 13.3333330154419px;"&gt;That is why VBAK is called as Sale Order Header Table &lt;/SPAN&gt;and in VBAP you will have all the item details done for that particular sale order number, for one sale order there will be multiple items thats why VBAP is Item data table. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 09:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-testing/m-p/1710336#M310738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-14T09:58:27Z</dc:date>
    </item>
  </channel>
</rss>

