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
CFPB LawbaseCFPB Lawbase 

Need to increase code coverage on Apex Classes

Hi
I have this code that I am trying to increase the Code coverge from 70% to 80%, Anyone available to guide me through it please.
Best Answer chosen by CFPB Lawbase
doravmondoravmon
Write some test class, and please make sure all the method in your class is covered in the test class. Let us know if you have problems of writing test methods.

All Answers

doravmondoravmon
Write some test class, and please make sure all the method in your class is covered in the test class. Let us know if you have problems of writing test methods.
This was selected as the best answer
CFPB LawbaseCFPB Lawbase
I have the Test Class too, was trying to post it, but apparently it was too long.
doravmondoravmon
just try to make sure you coverd all the methods~~ :)
CFPB LawbaseCFPB Lawbase
I am really not a developer and this is my first project.