Posts
Sort by recent activity
Exception block not getting covered in test case (Catch block)
Hello,My test case does not achieve 100% code coverage because the CATCH block in the procedure is not being executed during the test. To address this, I wrote a failure scenario intended to trigge...