<?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 testing process in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/testing-process/m-p/2171914#M460756</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 am new to SAP ABAP. Can any one please suggest the testing of a module and the procedure to move module into production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudarsan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2007 10:26:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-20T10:26:28Z</dc:date>
    <item>
      <title>testing process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/testing-process/m-p/2171914#M460756</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 am new to SAP ABAP. Can any one please suggest the testing of a module and the procedure to move module into production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudarsan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 10:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/testing-process/m-p/2171914#M460756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T10:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: testing process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/testing-process/m-p/2171915#M460757</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;wht do u mean by testing of a module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am taking that as a program (report or module pool). You have to check the functionality by giving various data in selection-screen or anyother test data (depending on program input types) and if you are satisfied with the results then move the trasnport request to QUALITY system. Test the program there . Then moving the TASK REQUEST to PROCUDTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The hierranchy..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEVELOPMENT --&amp;gt; QUALITY --&amp;gt; PRODUCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSPORT request: While saving your program the system will ask for a PACKAGE. You have to select any package other than $TMP to send the program to other systems. Then it will ask for a TASK REQUEST. you can create a task request. (SE09) and give a description. Then go to SE09 and RELEASE (click van button) task req by placing cursor on task req.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same to be followed in QUALITY system also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 10:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/testing-process/m-p/2171915#M460757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T10:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: testing process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/testing-process/m-p/2171916#M460758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think testing of module means testing of objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After finishing the development of each object(like reports, forms, bdcs..etc..) there is unit testing of each object. this should be done in development system.&lt;/P&gt;&lt;P&gt;After this Functional owner of the object will test if everything is fine then object is moved to quality. For all objects this is the procedure.&lt;/P&gt;&lt;P&gt;After compltion off all developments then intigration test will be done by integrating all objects corresponding to all modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revard points if userful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Giridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 10:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/testing-process/m-p/2171916#M460758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T10:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: testing process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/testing-process/m-p/2171917#M460759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First developer writes the code and developes an object&lt;/P&gt;&lt;P&gt;He will do unit Testing by checking it with the given inputs and the functionality.&lt;/P&gt;&lt;P&gt;afterwards the testing people tests the object as per their standards like Initial testing, Final testing etc.&lt;/P&gt;&lt;P&gt;If they found some bugs they will inform , the developer will modify it and again it is tested. once it is Ok it is moved to Quality people. again they will see.&lt;/P&gt;&lt;P&gt;Once they approve then the object is delivered to the client.&lt;/P&gt;&lt;P&gt;Using the Transport request, the object is transported to production&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points &lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 10:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/testing-process/m-p/2171917#M460759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T10:33:29Z</dc:date>
    </item>
  </channel>
</rss>

