What is the Test server

Plse answer to this Q

Questions by Amar

Showing Answers 1 - 4 of 4 Answers

jlouis45

  • Nov 24th, 2005
 

A test server is the server running the application in test.  for example we have a LIVE SERVER and TEST server.  The proto type of the application would be on the test server and then after testing it would go live on the LIVE server.

  Was this answer useful?  Yes

QA/Test Server:  At organization level, there should be two servers like devolvement server and QA/Test Server. Once the Development team is through with the Coding, the code is deployed to QA/Test server for testing purpose. QA/Test server should be replica of Client's server or Environment.

 

Regards,

Suma

  Was this answer useful?  Yes

Sripal

  • Dec 16th, 2005
 

   If the application is under production, we have to maintain a seperate Test server so that the data what we use to test will not disturb the live content.

  Was this answer useful?  Yes

Basivi Reddy

  • Jan 20th, 2006
 

Usually 3 types of servers will be there in a project.

1. Developement Server

2. Test Server

3. Production Server

Product will be developed on Develpement Server. Test server is the server on which the product will be tested with the test data. Once the product is certified on the test server, application will be deployed on the production server.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions