<?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 Open SQL test double  frameqork in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-test-double-frameqork/m-p/12125749#M1974664</link>
    <description>&lt;P&gt;I read about this framework (represented by the class cl_osql_test_environment). Trying to do some tests, I found out, that it is not present in our system (ABAP Stack 750). With which release will it be available?&lt;/P&gt;</description>
    <pubDate>Mon, 02 Dec 2019 16:55:59 GMT</pubDate>
    <dc:creator>jrgkraus</dc:creator>
    <dc:date>2019-12-02T16:55:59Z</dc:date>
    <item>
      <title>Open SQL test double  frameqork</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-test-double-frameqork/m-p/12125749#M1974664</link>
      <description>&lt;P&gt;I read about this framework (represented by the class cl_osql_test_environment). Trying to do some tests, I found out, that it is not present in our system (ABAP Stack 750). With which release will it be available?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 16:55:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-test-double-frameqork/m-p/12125749#M1974664</guid>
      <dc:creator>jrgkraus</dc:creator>
      <dc:date>2019-12-02T16:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Open SQL test double  frameqork</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-test-double-frameqork/m-p/12125750#M1974665</link>
      <description>&lt;P&gt;My initial answer "752" was deemed too short. But in any case the generic answer to "when will it be available" is&lt;/P&gt;&lt;P&gt;&lt;EM&gt;In a release higher than you're likely to see in your career.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But only when I'm feeling especially grumpy. What I do in 750 and below is encapsulate all db accesses - and indeed all SAP FM and Method calls - into a local&lt;STRONG&gt; &lt;/STRONG&gt;data access class, &lt;STRONG&gt;lcl_dao&lt;/STRONG&gt;, which is implemented wrt an interface, &lt;STRONG&gt;lif_dao&lt;/STRONG&gt;. Then I can create &lt;STRONG&gt;ltd_dao&lt;/STRONG&gt; and inject that into the class I want to test.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 21:25:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-test-double-frameqork/m-p/12125750#M1974665</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-12-02T21:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Open SQL test double  frameqork</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-test-double-frameqork/m-p/12125751#M1974666</link>
      <description>&lt;P&gt;Yeah, that's similar to my approach. This fails of course in multilevel testing. If I want to stub a DB read that occurs in a class that depends on a class, that depends on the class under test, It would have come in handy to be able to double the SQL read with test data.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 08:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-test-double-frameqork/m-p/12125751#M1974666</guid>
      <dc:creator>jrgkraus</dc:creator>
      <dc:date>2019-12-03T08:38:05Z</dc:date>
    </item>
  </channel>
</rss>

