What is the difference between a production server and a test server?

 



A production server is where live data is stored. It is configured to restrict access to authorized users and to limit control to system administrators. 

A test server is the server used to test the application. It is typically unrestricted and allows access to and control by a user or group of users. The development server is where the actual development of the application takes place.


Comments

Popular posts from this blog

What are the different types of Non-Functional Tests

What is CI, CD & CT?

How to push changes to Git Hub using GIT GUI?