|
Posted by Shenan Stanley on May 12, 2008, 10:22 pm
If you were Registered and logged in, you could reply and use other advanced thread options
Richard Tracy wrote:
> Hello, does anyone know if it is documented anywhere that a test
> environment should be physically and logically seperated from the
> production environment?
No.
In the end you do what you can - but have a test environment.
Logic says that it should not have direct interaction with your production
environment <- otherwise what is the point of having a test environment - as
it could corrupt your actual production environment if given the
right(wrong) access.
My test environments - to be honest - are usually encapsulated in a virtual
environment.
--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html
|