15
Mar
Handling known exceptions during TestNG method execution
During automation, we may have the need the method to raise a known exception. i.e. it the said method throws known exception, we can mark it PASS. Without this...