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

Meanings

Former Member
0 Likes
622

Hi All,

What do we mean by QA server and Production.

Why it is different from Development server?

Thanks & Regards

Santhosh

1 ACCEPTED SOLUTION
Read only

vikram_maduri2
Explorer
0 Likes
597

Thee Will be Basically 3 servers.

Development,Quality & Analysis & Production Server.

In Development Server the implementations R done.

In Quality & Testing Server various types of Testings will b done on the object as a whole.

Production Server is where exaclty the usage is doen,The EndUser Uses all the functionalities developed.

6 REPLIES 6
Read only

Former Member
0 Likes
597

Hi,

developement server -> where we acually develop the code.

QA -> where we do all the quality testing

production server -> final server, where we transport all the developemnts which passed the QA Server testing

Hope this info helps.

Regards,

Kumar.

Read only

vikram_maduri2
Explorer
0 Likes
598

Thee Will be Basically 3 servers.

Development,Quality & Analysis & Production Server.

In Development Server the implementations R done.

In Quality & Testing Server various types of Testings will b done on the object as a whole.

Production Server is where exaclty the usage is doen,The EndUser Uses all the functionalities developed.

Read only

Former Member
0 Likes
597

hi

normally we have different landscapes for different companies for SAP.

for example, a company has 3 servers of SAP namely Development, Quality(or testing) and Production.

<b>Development server </b>is used by the ABAPers and functional consultants to actually develop the requirements according to the project.

once they are developed, it is moved to <b>QA server </b>(which is also called as Quality or testing server). here the the testing is performed.

when the testing is okay and the development suits the required business functionality in all the ways, it is moved from QA server to <b>Production Server</b>. it is the live server where the business users use the system for their corporate/business transactions.

hope this info helps you

thx

pavan

**pls mark for helpful answers

Read only

Former Member
0 Likes
597

Hi Santosh,

Development server - where development is done(coding etc...)

QA - where above object is tested

Production - Real time server with real time data where above object is used.

Regards,

Younus

<b>Reward Helpful Answers!!!</b>

Read only

Former Member
0 Likes
597

Hi Santhosh,

1. First you will write the code in the Development server.

2. Then it should be tested to see wether all functionalities you wrote are working properly or not in the Quality server.

3. Finally it should go under Production server to get used.

Regards,

Balakrishna.N

Read only

Former Member
0 Likes
597

I got it!!!!