Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

180-unit test ?

Former Member
0 Likes
365

what is a 180-unit test ? how can we giving the numbering ?

it can change client to client o r not ?

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
346

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