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
Andrew Hoban 14Andrew Hoban 14 

Cant locate test class for a trigger

Hi all,

Another develoer has created a trigger that is currently on 77% code coverage. I am trying to locate the test class to try and boost the trigger upto 100% however I am unable to locate it. is there a way to see the relationship between the trigger and the class? 

Thanks
SonamSonam (Salesforce Developers) 
There is no relationship as such beetween a trigger and its test class so that you could have identified which trigger has what test class - however, you can check for test classes that are inserting/updating records of the same type where the trigger is created.