赞
踩
The typical classification of environment for IT products is as below,
separate environments will make sure different roles using their own environment. To focus on different test purposes.
Also, will do their test work parallelly, improve efficiency, reduce disturbance from each other.
Mainly faced to developers, the version changed more frequently. External users cannot reach.
This environment is used to test the basic logic for a function, and finish the unit test as a baseline.
Mainly faced to testers, the version is relatively stable. External users cannot reach.
This environment is used to test the integrated function or systematical function. A bunch of bugs will be detected.
Mainly faced to testers, the related configuration tries hard to keep the same with the production.
External users cannot visit.
This environment is used to test the integrated function or systematical function.
Mainly faced to testers, product designers, and related users, External users can reach.
.Still will find bugs, and normally caused by configuration.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。