You need to sign in to do that
Don't have an account?
Change Set deployement from Developer Pro Sandbox to Full Sandbox
Hi,
I am trying to deploy a change set from Developer Pro Sandbox to Full Sandbox. When I tried to validate inbound change on Full Sandbox it is saying Run Apex Test is not required. Could you please let me know how can I run Apex test on full sandbox while deploying from Dev Pro sandbox?
Best Regards,
Rahul
I am trying to deploy a change set from Developer Pro Sandbox to Full Sandbox. When I tried to validate inbound change on Full Sandbox it is saying Run Apex Test is not required. Could you please let me know how can I run Apex test on full sandbox while deploying from Dev Pro sandbox?
Best Regards,
Rahul
rom sandbox to sandbox you will not be able to run the test classes, for this you need to use Force.com Migration Tool.
Refer this link
https://developer.salesforce.com/docs/atlas.en-us.daas.meta/daas/forcemigrationtool_deploy.htm
need to set runAllTests in build.xml to true and you will be able to run the test classes.