<?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: ABAP Testing! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/2694571#M623596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rahul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume you have to develop a user-exit (e.g. function module exit, SMOD/CMOD) for a given transaction. Having finished the development you can &amp;lt;i&amp;gt;manually &amp;lt;/i&amp;gt;test this function module based on the specified input/output given to you by the process consultant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, instead of manually testing the exit you should automate the testing using either eCATT (&amp;gt;= 6.20) or ABAP Unit Tests (available &amp;gt;= 6.40).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When your &amp;lt;i&amp;gt;function unit tests&amp;lt;/i&amp;gt; are successful the process consultant can do the &amp;lt;i&amp;gt;integration testing&amp;lt;/i&amp;gt; by executing the transaction which passes the user-exit. The user-exit is not tested stand-alone but in its transactional context.&lt;/P&gt;&lt;P&gt;These tests should be automated again using eCATT.&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>Wed, 22 Aug 2007 08:29:48 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2007-08-22T08:29:48Z</dc:date>
    <item>
      <title>ABAP Testing!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/2694568#M623593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Can u pls explain what is mean by &lt;/P&gt;&lt;P&gt;    1. Manual Testing&lt;/P&gt;&lt;P&gt;    2. Unit Testing&lt;/P&gt;&lt;P&gt;    3. Integration Testing                w.r.t abap programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 05:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/2694568#M623593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T05:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Testing!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/2694569#M623594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rahul ,&lt;/P&gt;&lt;P&gt;             Manual testing is done by developers while doing development &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unit testing is done by Techincal lead after which it is loaded in Qauality system .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that there may Integration testing in Quality systems wher there may bugs n defect .This is done Quaity tetsing team &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is flow .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 08:46:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/2694569#M623594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T08:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Testing!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/2694570#M623595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Well, thanks for your information but i am concerned about the differences b'tween the Manual Unit &amp;amp; Quality Testing in Brief.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   what is Manual, quality, unit etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 08:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/2694570#M623595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T08:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Testing!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/2694571#M623596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rahul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume you have to develop a user-exit (e.g. function module exit, SMOD/CMOD) for a given transaction. Having finished the development you can &amp;lt;i&amp;gt;manually &amp;lt;/i&amp;gt;test this function module based on the specified input/output given to you by the process consultant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, instead of manually testing the exit you should automate the testing using either eCATT (&amp;gt;= 6.20) or ABAP Unit Tests (available &amp;gt;= 6.40).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When your &amp;lt;i&amp;gt;function unit tests&amp;lt;/i&amp;gt; are successful the process consultant can do the &amp;lt;i&amp;gt;integration testing&amp;lt;/i&amp;gt; by executing the transaction which passes the user-exit. The user-exit is not tested stand-alone but in its transactional context.&lt;/P&gt;&lt;P&gt;These tests should be automated again using eCATT.&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>Wed, 22 Aug 2007 08:29:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/2694571#M623596</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-08-22T08:29:48Z</dc:date>
    </item>
  </channel>
</rss>

