<?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: Include Testing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468414#M2000737</link>
    <description>&lt;P&gt;I am pretty sure you could do Abap Unit with this include, do you have a  not too big form for a test ?&lt;/P&gt;</description>
    <pubDate>Fri, 20 Aug 2021 08:15:45 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2021-08-20T08:15:45Z</dc:date>
    <item>
      <title>Include Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468408#M2000731</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;Can anyone help me to explain how will be possible to test an include?&lt;/P&gt;
  &lt;P&gt; I'll try to explain better. I need to test a single include and not the entire program associated. &lt;/P&gt;
  &lt;P&gt;It is possible? If not, what is the best way to check the functionality of a singolar include?&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;Antonio&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 12:20:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468408#M2000731</guid>
      <dc:creator>former_member757755</dc:creator>
      <dc:date>2021-08-19T12:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Include Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468409#M2000732</link>
      <description>&lt;P&gt;is it written in Abap Oo  ?   yes --&amp;gt; ABAP Unit&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 12:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468409#M2000732</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-08-19T12:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Include Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468410#M2000733</link>
      <description>&lt;P&gt;Modern programming doesn't need includes anymore. But if you test old code, and it contains local classes only, then maybe you can create a dummy global test class to test them. I think you can include it within the macro definitions or local class implementations. If it contains obsolete subroutines, then you can create a dummy report with local test classes.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 12:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468410#M2000733</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-08-19T12:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Include Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468411#M2000734</link>
      <description>&lt;P&gt;In the worst scenario, you can create a local report for the testing purposes. But I'd advocate for the unit tests approach.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 06:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468411#M2000734</guid>
      <dc:creator>VXLozano</dc:creator>
      <dc:date>2021-08-20T06:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Include Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468412#M2000735</link>
      <description>&lt;P&gt;An include does not exist on its own. It must be part of a program of some kind. It's just a code fragment.&lt;/P&gt;&lt;P&gt;Is it an include containing just forms? Or what?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 07:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468412#M2000735</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2021-08-20T07:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Include Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468413#M2000736</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;matthew.billingham&lt;/SPAN&gt; Thanks for the answer.&lt;/P&gt;&lt;P&gt;It is an include containing forms.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 08:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468413#M2000736</guid>
      <dc:creator>former_member757755</dc:creator>
      <dc:date>2021-08-20T08:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Include Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468414#M2000737</link>
      <description>&lt;P&gt;I am pretty sure you could do Abap Unit with this include, do you have a  not too big form for a test ?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 08:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468414#M2000737</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-08-20T08:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Include Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468415#M2000738</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;I'm a functional not an abaper.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 08:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468415#M2000738</guid>
      <dc:creator>former_member757755</dc:creator>
      <dc:date>2021-08-20T08:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Include Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468416#M2000739</link>
      <description>&lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;a.coronella&lt;/SPAN&gt; nobody is perfect &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;/P&gt;&lt;P&gt;we need a part of the code starting with form ending with endform. And a little one, not something with hundred of lines&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 09:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468416#M2000739</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-08-20T09:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Include Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468417#M2000740</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;a.coronella&lt;/SPAN&gt; I fear you will not be able to perform your tests. Not just because you are a functional, and not an ABAPer (I'm sorry for you), but because for to test an INCLUDE you MUST need to do some developments, one way or another.&lt;/P&gt;&lt;P&gt;As Matt pointed, an INCLUDE is not executable by itself, it's just a bunch of lines of code waiting for some "real program" to use it.&lt;/P&gt;&lt;P&gt;Can you test it throught ABAP Unit? Yes, you can, but you'll need to program the tests. Also, you can create a fake program for test, but, again, you need to develop the program.&lt;BR /&gt;The only option for you to test the INCLUDE without developing anything must be to find the programs that use it and execute them.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 10:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468417#M2000740</guid>
      <dc:creator>VXLozano</dc:creator>
      <dc:date>2021-08-20T10:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Include Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468418#M2000741</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;vicen.lozano&lt;/SPAN&gt; thank you for the answer.&lt;/P&gt;&lt;P&gt;It was my doubt that isn't possible to test the single include.&lt;/P&gt;&lt;P&gt;Thanks for the clarification.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 10:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468418#M2000741</guid>
      <dc:creator>former_member757755</dc:creator>
      <dc:date>2021-08-20T10:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Include Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468419#M2000742</link>
      <description>&lt;P&gt;Why would functional people test directly the technical code? (whatever it's include, class, program, function module, etc.) It's the job of developers. Functional people should prepare test scenarios that testers will implement through robots.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 12:00:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468419#M2000742</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-08-20T12:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Include Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468420#M2000743</link>
      <description>&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1965725-traditional-pyramid.png" /&gt;&lt;/P&gt;&lt;P&gt;This is the pyramid of test. &lt;/P&gt;&lt;P&gt;At the top, integration test, should be done by end-user. It the full test of the flow.&lt;/P&gt;&lt;P&gt;In the middle, functional test, should be done by our friend the functional. &lt;/P&gt;&lt;P&gt;At the bottom, Unit test, should be done by us, the developpers.&lt;/P&gt;&lt;P&gt;The test of an include could only be done at the bottom level, so by the developper, not the functional.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 07:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-testing/m-p/12468420#M2000743</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-08-23T07:58:43Z</dc:date>
    </item>
  </channel>
</rss>

