While we have covered the different deployment methods, the next points will summarize some things to remember for the exam:
- Change sets can contain a maximum of 5,000 components and have a maximum size of 400 MB.
- You cannot delete or rename components through change sets!
- When deploying to a production environment using a change set, all the tests of Apex code will run and will have to pass, and you'll need enough code coverage on your target org. If you don't have enough code coverage (less than 75%), you will not be able to deploy! There is an exception to this, however; when you deploy a change set containing code and you select Run Specified Tests on deployment, it will deploy if the specified ...