<?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: Sand Box Testing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sand-box-testing/m-p/2565280#M585223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sand box is used to do all your test configurations and write your test programs.. note: changes done in SANDBOX cannot be transported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SaiRam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2007 06:54:37 GMT</pubDate>
    <dc:creator>former_member196280</dc:creator>
    <dc:date>2007-08-03T06:54:37Z</dc:date>
    <item>
      <title>Sand Box Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sand-box-testing/m-p/2565278#M585221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts can any one explain about Sand Box Testing, when we need to go for that. what is the significance of that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 06:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sand-box-testing/m-p/2565278#M585221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T06:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sand Box Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sand-box-testing/m-p/2565279#M585222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Sandbox server: In the initial stages of any implementation project, You are given a sandbox server where you do all the configuration/customization as per the companies business process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is SAP Landscape? &lt;/P&gt;&lt;P&gt;By: Kunal &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Landscape is like a server system or like a layout of the servers or some may even call it the architecture of the servers viz. SAP is divided into three different lanscape DEV, QAS and PROD. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-  DEV would have multiple clients for ex: 190- Sandbox, 100- Golden, 180- Unit Test. &lt;/P&gt;&lt;P&gt;-  QAS may again have mutiple clients for ex: 300- Integration Test, 700 to 710 Training. &lt;/P&gt;&lt;P&gt;-  PROD may have something like a 200 Production. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These names and numbers are the implementer's discreet on how they want it or they have been using in their previous implementations or how is the client's business scenario.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now whatever you do in the Sandbox doesn't affect the other servers or clients. Whenever you think you are satisfied with your configuration and you think you can use it moving forward, you RE-DO it in the golden client (remember, this is a very neat and clean client and you cannot use it for rough usage). As you re-do everything that you had thought was important and usable, you get a transport request pop up upon saving everytime. You save it under a transport request and give your description to it. Thus the configuration is transported to the Unit Test client (180 in this example).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't run any transaction or even use the SAP Easy Access screen on the 100 (golden) client. This is a configuration only client. Now upon a successful tranport by the Basis guy, you have all the configuration in the Testing client, just as it is in the Golden client. The configuration remains in sync between these two clients.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the Testing client you can not even access SPRO  (Display IMG) screen. It's a transaction only client where you perform the unit test. Upon a satisfactory unit test, you move the good configuration to the next SERVER (DEV). The incorrect or unsatisfactory configuration is corrected in Golden (may again as well be practised in the sandbox prior to Golden) and accordingly transported back to 180 (Unit Test) until the unit test affected by that particular config is satisfactory.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Golden client remains the 'database' (if you wanna call it that) or you may rather call it the 'ultimate' reference client for all the good, complete and final configuration that is being used in the implementation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In summary: &lt;/P&gt;&lt;P&gt;Landscape : is the arrangement for the servers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDES : is purely for education purpose and is NOT INCLUDED in the landscape. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEVELOPMENT ---&amp;gt; QUALITY -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; PRODUCTION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEVELOPMENT : is where the the consultants do the customization as per the company's requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALITY : is where the core team members and other members test the customization. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRODUCTION : is where the live data of the company is recorded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A request will flow from Dev-&amp;gt;Qual-&amp;gt;Prod and not backwards. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Sandbox server: In the initial stages of any implementation project, You are given a sandbox server where you do all the configuration/customization as per the companies business process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Development Server: - Once the BBP gets signed off, the configuration is done is development server and saved in workbench requests, to be transported to Production server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Production Server: This is the last/ most refined client where the user will work after project GO LIVE. Any changes/ new develpoment is done is development client and the request is transported to production. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These three are landscape of any Company. They organised their office in these three way. Developer develop their program in Development server and then transport it to test server. In testing server tester check/test the program and then transport it to Production Server. Later it will deploy to client from production server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Presentaion Server- Where SAP GUI have. &lt;/P&gt;&lt;P&gt;Application Server - Where SAP Installed. &lt;/P&gt;&lt;P&gt;Database Server - Where Database installed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the meaning of "R" in R/3 systems? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R/3 stands for realtime three tier architecture. This is the kind of architrecture SAP R/3 system has. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R/3 means three layers are installed in Different system/server and they are connected with each other. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Presentation &lt;/P&gt;&lt;P&gt;2)Application &lt;/P&gt;&lt;P&gt;3)Database &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/general/what-is-sap--landscape.htm" target="test_blank"&gt;http://www.sap-img.com/general/what-is-sap--landscape.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="42852"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 06:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sand-box-testing/m-p/2565279#M585222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T06:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sand Box Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sand-box-testing/m-p/2565280#M585223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sand box is used to do all your test configurations and write your test programs.. note: changes done in SANDBOX cannot be transported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SaiRam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 06:54:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sand-box-testing/m-p/2565280#M585223</guid>
      <dc:creator>former_member196280</dc:creator>
      <dc:date>2007-08-03T06:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sand Box Testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sand-box-testing/m-p/2565281#M585224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vamsi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be very simple SANDBOX server is the development server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the place we do the coding, customization, modification etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before you Transport your object to the Quality we normally do a Sandbox testing to ensure our code satisfies the Functional Spec...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this wil be the flow...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SANDBOX (Development)&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALITY (Quality or Testing)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;PRODUCTION (Client)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward Points If useful*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 07:03:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sand-box-testing/m-p/2565281#M585224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T07:03:20Z</dc:date>
    </item>
  </channel>
</rss>

