function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rahul BorgaonkarRahul Borgaonkar 

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
John ClevelandJohn Cleveland
I think you can only do this using the force.com migration tool.  Set runAllTests=true when deploying to simulate a production like deployment.
sharathchandra thukkanisharathchandra thukkani

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.