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
Guilherme FossalussaGuilherme Fossalussa 

Increase test code coverage for objects created using graphic interface

Hello,

I need to deploy some changes on SalesForce that includes custom fields, workflows and other features created using only the graphic interface (none of it was coded).
When I try to deploy with the tests, i get the error message saying that I need more code coverage to continue. I read some tutorials about this topic but I didn't found any exemple to cases like this ( objects and other fields created only with the visual interface).
How can I increase the code coverage in this case? what kind of flows or classes do I need to create on the developer console in order to do this? (I don't have much experience on the "coding" part).

Thank you.

 
Guilherme FossalussaGuilherme Fossalussa
Edit: In case it helps, here are the types of classes I need to delpoy.
User-added image
RituSharmaRituSharma
Don't deploy with the test. Just simply deploy with default option.