August 2017
Beginner to intermediate
426 pages
9h 36m
English
One of the most important phases of any software project is deployment or some migration. Repository Manager provides a convenient way to migrate the code from one environment to another. As you are aware, we have three different environments for migration. Usually, we refer to them as DEV for development environment, TEST for testing environment, and PROD for production. DEV is the environment where you actually develop the code. You perform the unit testing, and then you migrate the code to TEST environment where the testing team performs the testing on the code to evaluate whether everything is running as per requirements. Once tested, the code is migrated to PROD where it actually goes ...
Read now
Unlock full access