<?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/1631151#M281676</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;You can do testing on abap very well using breakpoints and watchpoints also check the following links too.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/60/87273c3f2b3c7ce10000000a11402f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/60/87273c3f2b3c7ce10000000a11402f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/60/87273c3f2b3c7ce10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/60/87273c3f2b3c7ce10000000a11402f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/97/87273c3f2b3c7ce10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/97/87273c3f2b3c7ce10000000a11402f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cd12d590-0201-0010-80a6-c3cafeb636ed" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cd12d590-0201-0010-80a6-c3cafeb636ed&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you to do dynamic or run time testing just provide the inputs and write "/h "&lt;/P&gt;&lt;P&gt;the status bar shows debugging switched on now when you press execute of f8 the command goes inside and now you can check  for the values of individual variables or internal table contents etc.&lt;/P&gt;&lt;P&gt;Also check the foll links,&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapab002.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapab002.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/07/88273c3f2b3c7ce10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/07/88273c3f2b3c7ce10000000a11402f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Nov 2006 09:55:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-02T09:55:31Z</dc:date>
    <item>
      <title>abap-testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631146#M281671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i do testing on abap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 07:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631146#M281671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T07:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: abap-testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631147#M281672</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;u can debugg ur program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;either set break point or after execution type /h.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE30 - gives you a run time analysis and points out the issues more at design time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST05 - Is the most useful if you want to track time taken for execution of each of the sections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SM50 - Will give you a work process overview, not sure at a program level how can it help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some times you will have to use a combination of SE30 and ST05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use St05 personally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if hlpful pls mark points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 07:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631147#M281672</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-10-19T07:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: abap-testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631148#M281673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this SAP help link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/10/6d1c370c468b7be10000009b38f936/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/10/6d1c370c468b7be10000009b38f936/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this will defintely help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy SAP&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 17:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631148#M281673</guid>
      <dc:creator>messier31</dc:creator>
      <dc:date>2006-10-19T17:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: abap-testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631149#M281674</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;yes .. of course..&lt;/P&gt;&lt;P&gt;you can debug abap programs.. set breakpoints at certain portion of the code to analyse the same.&lt;/P&gt;&lt;P&gt;you can define different test scenerios for programs..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 17:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631149#M281674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T17:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: abap-testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631150#M281675</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;is your query answered? if yes, please close the thread and award points for helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 16:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631150#M281675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T16:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: abap-testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631151#M281676</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;You can do testing on abap very well using breakpoints and watchpoints also check the following links too.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/60/87273c3f2b3c7ce10000000a11402f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/60/87273c3f2b3c7ce10000000a11402f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/60/87273c3f2b3c7ce10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/60/87273c3f2b3c7ce10000000a11402f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/97/87273c3f2b3c7ce10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/97/87273c3f2b3c7ce10000000a11402f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cd12d590-0201-0010-80a6-c3cafeb636ed" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cd12d590-0201-0010-80a6-c3cafeb636ed&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you to do dynamic or run time testing just provide the inputs and write "/h "&lt;/P&gt;&lt;P&gt;the status bar shows debugging switched on now when you press execute of f8 the command goes inside and now you can check  for the values of individual variables or internal table contents etc.&lt;/P&gt;&lt;P&gt;Also check the foll links,&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapab002.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapab002.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/07/88273c3f2b3c7ce10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/07/88273c3f2b3c7ce10000000a11402f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 09:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631151#M281676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T09:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: abap-testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631152#M281677</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;Thru debug it is possible.&lt;/P&gt;&lt;P&gt;Use field,table tabs to find out data is populating corrcetly or not in debug window.&lt;/P&gt;&lt;P&gt;put break points &amp;amp; watch points where it is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 14:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631152#M281677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T14:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: abap-testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631153#M281678</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;u can debugg ur program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;either set break point or after execution type /h.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE30 - gives you a run time analysis and points out the issues more at design time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST05 - Is the most useful if you want to track time taken for execution of each of the sections bsed on SQL trace most of the time...in ur program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AL21 give the Anlysis of ur Program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STAT : Give the Statstics of ur porgram and also...better  fucntionality..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt; manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 09:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631153#M281678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T09:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: abap-testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631154#M281679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sekhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Three of the most important testing procedures have not been mentioned yet:&lt;/P&gt;&lt;P&gt;(1) &amp;lt;b&amp;gt;ABAP Unit Testing&amp;lt;/b&amp;gt; (requires &amp;gt;= 6.40)&lt;/P&gt;&lt;P&gt;(2) &amp;lt;b&amp;gt;Checkpoint Groups&amp;lt;/b&amp;gt; (requires &amp;gt;= 6.20)&lt;/P&gt;&lt;P&gt;(3) &amp;lt;b&amp;gt;eCATT&amp;lt;/b&amp;gt; (testing of entire functions / processes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Unit Tests allow you to define within your program objects tests to ensure that your forms/methods work correctly.&lt;/P&gt;&lt;P&gt;Checkpoint Groups allow you to explicitly define assertions in the coding about states in the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For documentation see the Weblog series by Thomas Weiss about &amp;lt;a href="/people/thomas.weiss/blog/2004/12/17/a-spotlight-on-abap-unit-part-1 Unit Tests&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;and &amp;lt;a href="/people/claudia.dangers/blog/2005/09/07/how-to-instrument-your-abap-code-with-checkpoint-groups Groups&amp;lt;/a&amp;gt;.&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>Sun, 05 Nov 2006 19:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-testing/m-p/1631154#M281679</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-11-05T19:52:33Z</dc:date>
    </item>
  </channel>
</rss>

