You need to sign in to do that
Don't have an account?
Suresh Kumar Arjunan1
Does TestDataFactory classes need to covered as part of code coverage?
I understand TestDataFactory classes won't be counted against org limit and i would like to whether code coverage has to be done separately for these classes.
Looking for help and example if any.
Looking for help and example if any.
if you will declare @isTest for TestDataFactory class then code coverage is not required .
I think this will help you.
Thanks
Manoj
All Answers
if you will declare @isTest for TestDataFactory class then code coverage is not required .
I think this will help you.
Thanks
Manoj
You can ignore the 0% number. I have had the same issue but the code is still able to get pushed to production.