<?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 how we will do unit test? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-will-do-unit-test/m-p/3034715#M717978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  1) After developing object (suppose a report) what tests abaper's perform on that?any tools for those tests?&lt;/P&gt;&lt;P&gt;   2)how we will do unit testing?Any tools available for unit test?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2007 06:19:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-01T06:19:20Z</dc:date>
    <item>
      <title>how we will do unit test?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-will-do-unit-test/m-p/3034715#M717978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  1) After developing object (suppose a report) what tests abaper's perform on that?any tools for those tests?&lt;/P&gt;&lt;P&gt;   2)how we will do unit testing?Any tools available for unit test?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 06:19:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-will-do-unit-test/m-p/3034715#M717978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T06:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: how we will do unit test?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-will-do-unit-test/m-p/3034716#M717979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Integration Testing: Testing the object with other modules. If the data into your object is related to other modules then the integration between the functionality of all objects will be checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Testing Doc : &lt;/P&gt;&lt;P&gt;SAP Analysis Tools&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not aware of QTP. But you can check the below links. It may be useful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/community.user/blog/2007/01/02/integrating-ecatt-mercury-qtp-part-1&lt;/P&gt;&lt;P&gt;/people/community.user/blog/2007/01/15/integrating-ecatt-mercury-qtp-part-2&lt;/P&gt;&lt;P&gt;/people/community.user/blog/2007/01/22/integrating-ecatt-mercury-qtp-part-3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 06:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-will-do-unit-test/m-p/3034716#M717979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T06:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: how we will do unit test?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-will-do-unit-test/m-p/3034717#M717980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unit Tests are defined and performed by developers. A process consists usually of several functions. Each of this function usually consists of "sub-functions" corresponding to a single method or a group of methods (if you are developing OO-based).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unit Tests could be described as white-box tests whereas a normal tester (which should be not identical to the developer) will test entire functions (black-box tests).&lt;/P&gt;&lt;P&gt;You have to have the ABAP unit implemented in the code for this to be used...pls see the link from SAP help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/a2/8a1b602e858645b8aac1559b638ea4/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/a2/8a1b602e858645b8aac1559b638ea4/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c4/7c1440a1c32402e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c4/7c1440a1c32402e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 06:21:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-will-do-unit-test/m-p/3034717#M717980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T06:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: how we will do unit test?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-will-do-unit-test/m-p/3034718#M717981</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;&lt;/P&gt;&lt;P&gt;    For that perticular report ask for the test case to functional guys and test your report according to that test data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 06:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-will-do-unit-test/m-p/3034718#M717981</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-11-01T06:22:05Z</dc:date>
    </item>
  </channel>
</rss>

