‎2007 Aug 12 7:52 PM
what is a 180-unit test ? how can we giving the numbering ?
it can change client to client o r not ?
‎2007 Aug 12 9:00 PM
Hello
I assume you are referring to the statements in:
<a href="http://www.sap-img.com/general/what-is-sap--landscape.htm">What is SAP Landscape?</a>
"...- DEV would have multiple clients for ex: 190- Sandbox, 100- Golden, 180- Unit Test. ..."Well, in this context the numbers simply correspond to clients and the names (or better: descriptions) correspond to the use of these clients:
<b>- Sandbox</b> -> Playground for developers (can be destroyed in the worst case), no impact on normal development
<b>- Golden </b>-> most likely the "true" development client where ABAP objects are initially created and then transported (to QAS -> PROD)
<b>- Unit Test</b> -> perhaps a special testing client for so-called Unit Tests
While a Sandbox makes sense there is no real need for a "Unit Test" client because if you are already working with SAP basis >= 6.40 then you can use ABAP Unit Tests which are fully integrated into all kinds of ABAP program objects.
Regards
Uwe