Automatic Logging using Aspects

In this lesson, we will see how to use AspectJ for logging all assertions done using TestNG Assert and SoftAssert.

What is AspectJ? #

AspectJ is a seamless aspect-oriented extension to the Java programming language that enables ...