You need to sign in to do that
Don't have an account?
Andrew 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
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
Sonam (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.