<?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 Dev landscape in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dev-landscape/m-p/3322978#M795959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Normally We dont havedata in Dev client.so how can we unit test the program in Development landscape .Do we need Sandbox clients.Do the sandbox clients contain some dummy data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2008 08:49:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-30T08:49:51Z</dc:date>
    <item>
      <title>Dev landscape</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dev-landscape/m-p/3322978#M795959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Normally We dont havedata in Dev client.so how can we unit test the program in Development landscape .Do we need Sandbox clients.Do the sandbox clients contain some dummy data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 08:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dev-landscape/m-p/3322978#M795959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T08:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dev landscape</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dev-landscape/m-p/3322979#M795960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if dev is not having test data u can ask functional people to create test data other wise u need to test in Quality server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 08:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dev-landscape/m-p/3322979#M795960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T08:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dev landscape</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dev-landscape/m-p/3322980#M795961</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;Your dev system typically has (at least) two clients, one is your 'clean' development client and the other will be a unit test client.  This unit test client will have data set up by your functional team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 08:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dev-landscape/m-p/3322980#M795961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T08:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dev landscape</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dev-landscape/m-p/3322981#M795962</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;Unit Tests are defined and performed by developers. A process consists usually of several functions. Each of this function usually consists of "sub-functions" corresponding to a single method or a group of methods (if you are developing OO-based).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unit Tests could be described as white-box tests whereas a normal tester (which should be not identical to the developer) will test entire functions (black-box tests).&lt;/P&gt;&lt;P&gt;You have to have the ABAP unit implemented in the code for this to be used...pls see the link from SAP help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/a2/8a1b602e858645b8aac1559b638ea4/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/a2/8a1b602e858645b8aac1559b638ea4/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c4/7c1440a1c32402e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c4/7c1440a1c32402e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check the below links. It may be useful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/community.user/blog/2007/01/02/integrating-ecatt-mercury-qtp-part-1&lt;/P&gt;&lt;P&gt;/people/community.user/blog/2007/01/15/integrating-ecatt-mercury-qtp-part-2&lt;/P&gt;&lt;P&gt;/people/community.user/blog/2007/01/22/integrating-ecatt-mercury-qtp-part-3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points if found helpfull..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 09:00:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dev-landscape/m-p/3322981#M795962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T09:00:42Z</dc:date>
    </item>
  </channel>
</rss>

