You need to sign in to do that
Don't have an account?
SFDC Dummy
Need Help In Deployment
Hi All
I am new in Migration.I have created a trigger and written test class of that and my code coverage of that trigger is 91%.but when i am moving it from sandbox to production its throwing error like Your Organization code coverage is 66%.for deployment it should be 75%
I mean code coverage od sandbox or Production?
I am unable to find out the exact issue.can any body tell me what the issue and how to resolve this one
I am new in Migration.I have created a trigger and written test class of that and my code coverage of that trigger is 91%.but when i am moving it from sandbox to production its throwing error like Your Organization code coverage is 66%.for deployment it should be 75%
I mean code coverage od sandbox or Production?
I am unable to find out the exact issue.can any body tell me what the issue and how to resolve this one
You can go to apex classes pages, and click on "Estimate your organization's code coverage" to see your overall coverage of the org. This has to be 75+.
If this answers you question, please mark it as "Best Answer" so it will help other community members too.