You need to sign in to do that
Don't have an account?

Find classes with least unit test coverage.
Hi, I'm working to clean up a messy org and my current challenge is to remove the Volunteers App. There are loads of dependencies to delete including a lot of apex code, before I can uninstall the app. I'm stuck because the apex test coverage for the org is around 76%, and when I remove the offending apex it drops to 74% which stops the deployment.
How do I find other classes in the org which have minimal or no coverage, so I can cover or delete them. I read there was a test-coverage console window in the dev console under the Test tab but I don't see such a thing.
Any help would be greatly appreciated. Thanks,
Mark
How do I find other classes in the org which have minimal or no coverage, so I can cover or delete them. I read there was a test-coverage console window in the dev console under the Test tab but I don't see such a thing.
Any help would be greatly appreciated. Thanks,
Mark
There are two way to see code coverage of all classes
1) Developer console:- You can see only you canot download the result
2) App Exchange product ( Code Coverage Report ) :- With this app you can download the result in exl.
LINK of APP:- https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000DXzlpEAD
How to configure APP
1) http://amitsalesforce.blogspot.in/2015/09/code-coverage-report-in-excel-format.html
Please let us know if this will help you.
Thanks
Amit Chaudhary
All Answers
There are two way to see code coverage of all classes
1) Developer console:- You can see only you canot download the result
2) App Exchange product ( Code Coverage Report ) :- With this app you can download the result in exl.
LINK of APP:- https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000DXzlpEAD
How to configure APP
1) http://amitsalesforce.blogspot.in/2015/09/code-coverage-report-in-excel-format.html
Please let us know if this will help you.
Thanks
Amit Chaudhary