-
How to check if any error has been added to a Salesforce record?
Hii All,
I have created a method which is being called through a trigger. I am adding error to a record if it is a duplicate one using ‘addError()’ method.
Now , I want to cover this method in my test class. How Can I check that on which records , error has been added?
Log In to reply.