Automatic Logging using Aspects
In this lesson, we will see how to use AspectJ for logging all assertions done using TestNG Assert and SoftAssert.
We'll cover the following...
What is AspectJ? #
AspectJ is a seamless aspect-oriented extension to the Java programming language that enables ...