<?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: Real TDD example? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250865#M1720808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; CL_AUNIT_ASSERT: I was suprised to see that SAP is suggesting something which they themself not follow? &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;Only 33 fm / class with test class &lt;/STRONG&gt;are there!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The where-used list does not necessarily find all hits in the code. The index on which the where-used list relies is generated only for programs that have been explicitly generated in your system (for example when they have been used).&lt;/LI&gt;&lt;LI&gt;Meanwhile, there is a successor class CL_ABAP_UNIT_ASSERT (but CL_AUNIT_ASSERT can still be used, it simply delegates to the new class).&lt;/LI&gt;&lt;LI&gt;Good techniques take a while until they are established. Why should this be different at SAP. Think of object-orientation. It goes back to SIMULA (1967), and still I know programmers considering objects in programming as newfangled bells and whistles. &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;However, I am still skeptic about it's utility in case of a report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The better your program separates the UI (selection-screen, parameters, output list) from its actual processing logic, the better it is testable... the better it is at all! I found that making my programs better testable, actually always improved their quality. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rüdiger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2013 07:11:01 GMT</pubDate>
    <dc:creator>Ruediger_Plantiko</dc:creator>
    <dc:date>2013-01-30T07:11:01Z</dc:date>
    <item>
      <title>Real TDD example?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250858#M1720801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hello experts and Gurus out there!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am looking for a REAL practical&amp;nbsp; program which makes use of ABAP UNIT. Any SAP Standard Report ( Should be simple to get started with) which can be checked to see how the test case be written when majority of the program is based on selects . &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A __default_attr="310136" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://community.sap.com/" modifiedtitle="true" title="Rüdiger Plantiko"&gt;&lt;/A&gt; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A __default_attr="5825" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://community.sap.com/"&gt;&lt;/A&gt; &lt;/SPAN&gt;&lt;A __default_attr="3987" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://community.sap.com/"&gt;&lt;/A&gt;&amp;nbsp; - Sir any help please!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am desparate to get started with ... and get it introduced to my project. Though I can get started with but am not able to practically put it into any existing report in the project.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 07:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250858#M1720801</guid>
      <dc:creator>Private_Member_49934</dc:creator>
      <dc:date>2013-01-29T07:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Real TDD example?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250859#M1720802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kunar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look at the test report ZZ_ADD_TWO_NUMBERS for a really simple example:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://answers.sap.com/thread/3215347" title="http://scn.sap.com/thread/3215347"&gt;http://scn.sap.com/thread/3215347&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have a look at my Wiki which answers frequent questions: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/ABAP+Unit+Best+Practices" title="http://wiki.sdn.sap.com/wiki/display/ABAP/ABAP+Unit+Best+Practices"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/ABAP+Unit+Best+Practices&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rüdiger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 08:54:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250859#M1720802</guid>
      <dc:creator>Ruediger_Plantiko</dc:creator>
      <dc:date>2013-01-29T08:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Real TDD example?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250860#M1720803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You &lt;A __default_attr="310136" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://community.sap.com/"&gt;&lt;/A&gt; !&lt;/P&gt;&lt;P&gt;I had gone through your blog. it's really wonderful. It's already on my bookmark and I am sure i will keep refering back to it once i get used to abap unit.&lt;/P&gt;&lt;P&gt;Regarding the ZZ_ADD_TWO_NUMBERS, The example is good to begin with and I am quite comformtable about writing the class and method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, All over the internet and scn I find example showing the use of abap unit with standalong logic and I am more interested in seeing it's utility in an ABAP report whose purpose is to fetch data from,say, 5 tables, and based on various if and else finally show the ALV to a user.&lt;/P&gt;&lt;P&gt;How is abap unit gonna add any utility in such cases ?&amp;nbsp; I had seen in your blog that select should not be tested using ABAP unit, but let's face it -- Majority of regular run support imovlves such reports . Should such report have no testing class?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share any real program where abap unit was used ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 09:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250860#M1720803</guid>
      <dc:creator>Private_Member_49934</dc:creator>
      <dc:date>2013-01-29T09:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Real TDD example?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250861#M1720804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your feedback. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP unit is not designed for testing database access, and user interfaces. Actually, one has to make some effort to factor out DB and UI, so the application logic can be tested isolated from the rest. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a good design, the code doesn't mix SELECT statements and logic. Old-fashioned coders try to avoid modularization, partially because of laziness, partially because they want to have one unit, starting at line 1, and having everything completed on line 10'562... This is a very bad starting point for unit tests. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Writing&lt;EM&gt; testable code&lt;/EM&gt; implies working with many code units, each containing only few code lines, but with clear responsibilities and defined input/output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When writing new code: Start from the beginning by separating theses three layers from your own application logic&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;DB, &lt;/LI&gt;&lt;LI&gt;UI, &lt;/LI&gt;&lt;LI&gt;API calls of other application logic&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for DB: the methods of your application logic could get the DB data as import parameters. Then. in your tests, you can provide these parameters with test data.&lt;/P&gt;&lt;P&gt;As for UI: The UI should be an own program or function group, which only &lt;EM&gt;calls &lt;/EM&gt;your application logic.&lt;/P&gt;&lt;P&gt;As for API: If you call application logic from other sources - e.g. function modules containing application logic, you maybe don't want to include that logic in the test of your own unit. In this case, you can use a stub / dependency injection to substitute these calls by test code while the unit test is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Can you share any real program where abap unit was used ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure. Have a look at my JSON parser: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://bsp.mits.ch/code/clas/zcl_json_parser" title="http://bsp.mits.ch/code/clas/zcl_json_parser"&gt;http://bsp.mits.ch/code/clas/zcl_json_parser&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the drop-down menu, choose "ABAP Unit Tests". Actually, I had created these tests one after the other, while developing the class zcl_json_parser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A parser is a good example, because it contains only application logic. Also, &lt;EM&gt;mapping tasks&lt;/EM&gt; are very grateful code for unit tests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to have automatic tests which include UI and database - i.e. &lt;STRONG&gt;integration tests&lt;/STRONG&gt; - then unit tests are not the right tool for you. For those tests, I use eCATT's, HP QuickTestProfessional test, and Selenium for Web Interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just keep in mind that unit tests and integration tests are two different things, with different purposes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Rüdiger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 10:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250861#M1720804</guid>
      <dc:creator>Ruediger_Plantiko</dc:creator>
      <dc:date>2013-01-29T10:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Real TDD example?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250862#M1720805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also think it´s best to separate e. g. DB and Output-Logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to start Unit Testing at all you could for example define the report incl. Database Access as the 'Unit'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I. e. your Unit Test would be a local Testcalss of your report.&lt;/P&gt;&lt;P&gt;Reports are a bit complex to call as a 'Unit'. But its possible via Submit and get the report list to check if the list contains your expected data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would assume this as a starting point; next steps should be separation of the DB, Business Logic, GUI as said before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 14:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250862#M1720805</guid>
      <dc:creator>wol</dc:creator>
      <dc:date>2013-01-29T14:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Real TDD example?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250863#M1720806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a report, then you should also have some modularization, let it be form routines or methods of local classes. Having no modularization units at all is out of any serious discussion. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if this is the case, you can call those modularization units (form routines, local class methods) from your unit test class. That's better than submit, because you can receive results as parameters directly (instead of using ugly workarounds like IMPORT ... FROM MEMORY, which would be necessary when using SUBMIT ... AND RETURN ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 15:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250863#M1720806</guid>
      <dc:creator>Ruediger_Plantiko</dc:creator>
      <dc:date>2013-01-29T15:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Real TDD example?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250864#M1720807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A __default_attr="15376" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://community.sap.com/" modifiedtitle="true" title="Stefan Wolf"&gt; &lt;/A&gt;&lt;/STRONG&gt;&lt;A __default_attr="15376" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://community.sap.com/" modifiedtitle="true" title="Stefan Wolf"&gt;I sorry that I don't subscribe to the Idea of using test case to submit the report and check the output. I feel that I will just be an overhead with no prcatical utility and as Rudiger stated eCat should be better doing that thing.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Former Member&amp;nbsp; Thanks for that test program. I will go through it. In the mean time time I tried to do a where used on CL_AUNIT_ASSERT and I was suprised to see that SAP is suggesting something which they themself not follow? &lt;STRONG&gt;Only 33 fm / class with test class &lt;/STRONG&gt;are there!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, coming back to the original concern for this thread, I found that&amp;nbsp; &lt;STRONG&gt;CL_ABAP_DYN_PRG&lt;/STRONG&gt; severs a real good example for someone starting with ABAP Unit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I am still skeptic about it's utility in case of a report program. I would write a test report and would post it here to check the differenc between your approach and what I consider can be good. I would request your input for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 06:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250864#M1720807</guid>
      <dc:creator>Private_Member_49934</dc:creator>
      <dc:date>2013-01-30T06:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Real TDD example?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250865#M1720808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; CL_AUNIT_ASSERT: I was suprised to see that SAP is suggesting something which they themself not follow? &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;Only 33 fm / class with test class &lt;/STRONG&gt;are there!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The where-used list does not necessarily find all hits in the code. The index on which the where-used list relies is generated only for programs that have been explicitly generated in your system (for example when they have been used).&lt;/LI&gt;&lt;LI&gt;Meanwhile, there is a successor class CL_ABAP_UNIT_ASSERT (but CL_AUNIT_ASSERT can still be used, it simply delegates to the new class).&lt;/LI&gt;&lt;LI&gt;Good techniques take a while until they are established. Why should this be different at SAP. Think of object-orientation. It goes back to SIMULA (1967), and still I know programmers considering objects in programming as newfangled bells and whistles. &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;However, I am still skeptic about it's utility in case of a report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The better your program separates the UI (selection-screen, parameters, output list) from its actual processing logic, the better it is testable... the better it is at all! I found that making my programs better testable, actually always improved their quality. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rüdiger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 07:11:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250865#M1720808</guid>
      <dc:creator>Ruediger_Plantiko</dc:creator>
      <dc:date>2013-01-30T07:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Real TDD example?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250866#M1720809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Rudiger.&lt;/P&gt;&lt;P&gt;I working on basis 701 and so CL_ABAP_UNIT_ASSERT is not present in out system. &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1151/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;I understand that the where used is not 100% true but I think it should be fairly accurate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Good techniques take a while until they are established. Why should this be different at SAP." - I agree. Hope I will buid up my skills for these good techniques. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, I generated a local test class in su24.I found that it generates to method &lt;/P&gt;&lt;P&gt;1) setup ( I assume it is for the purpose of setting up test data)?&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; teardown - Now what is this? I believe there is some theory and strong purpose behind that.. any link where I can read about it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 07:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250866#M1720809</guid>
      <dc:creator>Private_Member_49934</dc:creator>
      <dc:date>2013-01-30T07:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Real TDD example?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250867#M1720810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The suggustion with checking the report result was because my opinion is not to check any private things but the the result iteslt. So if you want to test a report you have to check the output of it.&lt;/P&gt;&lt;P&gt;As said, if you live the approach to check the result itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 08:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250867#M1720810</guid>
      <dc:creator>wol</dc:creator>
      <dc:date>2013-02-01T08:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Real TDD example?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250868#M1720811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the report "RS_AU_DEMO_FIXTURE_PATTERNS" tries to demonstrate the idea of setup() und teardown().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The general concept is explained more decently at &lt;A href="http://xunitpatterns.com/Implicit%20Setup.html"&gt;http://xunitpatterns.com/Implicit%20Setup.html&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarifies the idea&lt;/P&gt;&lt;P&gt;&amp;nbsp; Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 18:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250868#M1720811</guid>
      <dc:creator>former_member183804</dc:creator>
      <dc:date>2013-02-28T18:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Real TDD example?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250869#M1720812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I also come across this kind problem, I try TDD, but when my method come to select , I don't know how to finish the unit test ,have you find the real TDD example now ? I am appreciated if you can shave with us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 07:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/real-tdd-example/m-p/9250869#M1720812</guid>
      <dc:creator>former_member189009</dc:creator>
      <dc:date>2014-08-05T07:20:37Z</dc:date>
    </item>
  </channel>
</rss>

