You need to sign in to do that
Don't have an account?

Tescase Error Coverage
trigger.new[0].addError('Please select Region');
How to cover adderror line in test, Its inside IF() Condition, Able to cover if() statement. But not adderror statement!!
Due to the error generated in test class, Further lines would not get cover.