<?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 sap object testing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-object-testing/m-p/1707392#M309749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      i want to know how objects r tested after they r created.wht is a unit testing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Nov 2006 11:54:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-07T11:54:40Z</dc:date>
    <item>
      <title>sap object testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-object-testing/m-p/1707392#M309749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      i want to know how objects r tested after they r created.wht is a unit testing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 11:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-object-testing/m-p/1707392#M309749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T11:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: sap object testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-object-testing/m-p/1707393#M309750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After developing a object in Dev client in SAP,&lt;/P&gt;&lt;P&gt;the developer will do the unit testing on his end to chk whether there is any bugs and its working acc to the req by matching with test cases given by the functional people.&lt;/P&gt;&lt;P&gt;Afetr that it will be delivered to Quality client where the object will testes by the Functional people to see whether its working upto the point.This is known as integration testing.If its satisfied with req,then it will move to production client or else it will come again to developer with the errors and test cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is how SAP objects are tested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;Manas Ranjan Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 12:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-object-testing/m-p/1707393#M309750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T12:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: sap object testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-object-testing/m-p/1707394#M309751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/12/6efc3f8fc2c542e10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/12/6efc3f8fc2c542e10000000a1550b0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 12:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-object-testing/m-p/1707394#M309751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T12:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: sap object testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-object-testing/m-p/1707395#M309752</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;before you can test your program you have to write a specific local test class.&lt;/P&gt;&lt;P&gt;See also &lt;A href="https://wiki.sdn.sap.com/wiki/display/HOME/ABAP+Unit" target="test_blank"&gt;https://wiki.sdn.sap.com/wiki/display/HOME/ABAP+Unit&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 13:03:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-object-testing/m-p/1707395#M309752</guid>
      <dc:creator>former_member183804</dc:creator>
      <dc:date>2006-11-07T13:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: sap object testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-object-testing/m-p/1707396#M309753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  In SAP the R\3 Server is installed as &lt;/P&gt;&lt;P&gt;  Development, QAS and PRD system which we call as System Landscape Directory (SLD). you do your development in DEV system. Once your dev is complete then you would be doing a unit testing in dev to check whether all the requirement asked are satisfied and then if error handling is done properly, also we have to check if there are any bugs. Once done with it the program will be transported to QAS were the actual functional testing will be done which will undergo with real time datas and mass processing with various test cases and also load balance would be checked. Once the functional guys are satisfied it will be moved to PRD where you code is processing for real time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Now you must be clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 13:17:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-object-testing/m-p/1707396#M309753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T13:17:39Z</dc:date>
    </item>
  </channel>
</rss>

