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
Neema Gudur 8Neema Gudur 8 

Release Changeset from Dev sandbox to Full Sandbox

Hello,
I need to release a changeset from developer sandbox to full sandbox without running tests. This is my first time developing and releasing in Sales Force. I want to work on writing tests after releasing  the change to full sandbox. Is this possible? I am aware that this does not apply to Production.
Best Answer chosen by Neema Gudur 8
Amit Chaudhary 8Amit Chaudhary 8
Just simply validate your change set in full sandbox and deploy it will not give you code coverage error in sandbox. Code coverage error will come in production only

To check which all test classess you need to cover you use below app exchange product

Code Coverage Report
Now you can view the overall and individual entity code coverage in your organization. The results of the code coverage can be downloaded in Excel format

URL:- https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000DXzlpEAD


Let us know if this will help you

Thanks
Amit Chaudhary

All Answers

Amit Chaudhary 8Amit Chaudhary 8
Just simply validate your change set in full sandbox and deploy it will not give you code coverage error in sandbox. Code coverage error will come in production only

To check which all test classess you need to cover you use below app exchange product

Code Coverage Report
Now you can view the overall and individual entity code coverage in your organization. The results of the code coverage can be downloaded in Excel format

URL:- https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000DXzlpEAD


Let us know if this will help you

Thanks
Amit Chaudhary
This was selected as the best answer
Neema Gudur 8Neema Gudur 8
Thank You.