Using Multiple Test Environments to Manage Changes in a Web Application
When a web application is moving from development phase into a public launch phase, it is usually necessary to create a test environment. Some people choose to use a localhost environment for testing, but an online test environment can also be used. In either case we can no longer make changes to the Live environment [...]