Pergunta

A programming document I have is constantly referring to "testenv". What could it possibly mean? It's used in the following example:

Testenv will be used proactively with production to ensure concurrent stability and analysis

Foi útil?

Solução

A test environment usually means that the whole system is duplicated with its own database and must not interfere with production data. You should be careful because of "used proactively with production". You should learn more about the configuration before you use this environment.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top