You need to sign in to do that
Don't have an account?
Zero code coverage
Hi,
I am running the test class and getting the debug lines printed in the code also, but somehow the code coverage remains 0%. Any guesses why this is happening.
Thanks,
Yogesh
I am running the test class and getting the debug lines printed in the code also, but somehow the code coverage remains 0%. Any guesses why this is happening.
Thanks,
Yogesh
All Answers
http://www.infallibletechie.com
Is that test class for Apex Class or Apex Trigger?If it is trigger u may face such problems commonly because of test class code mismatch.Check whether u have given correct input what trigger requires excactly.
Is this a bug? Is it being worked on?
Hi,
I am still facing the issue. I can see few classes are getting failed and others are running fine still coverage is shown as 0%. Any help will be appreciated. Is there any other reason for this issue?