Test environment

  • Thread starter Thread starter Richard Tracy
  • Start date Start date
R

Richard Tracy

Hello, does anyone know if it is documented anywhere that a test environment
should be physically and logically seperated from the production environment?

Thank you,

Richard Tracy
 
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
 
I'd assume that is the purpose of a "test" environment. You don't want your
tests to affect your production environment. You don't want to hear some of
the horror stories I've seen with companies installing all their test stuff
on production servers, messing up Active Directory, permissions, Exchange
and what not.

Daniel Petri
www.petri.co.il


"Richard Tracy" wrote in message
news:C42C5D5A-7914-4715-81E6-B64E09F7B548@microsoft.com...
> Hello, does anyone know if it is documented anywhere that a test
> environment
> should be physically and logically seperated from the production
> environment?
>
> Thank you,
>
> Richard Tracy
 
Back
Top