I have a situation where ‘xyz’ is member variable of my testClass and I want to print some information in my report using that variable only.
So I want to access ‘xyz’ in my ‘onTestFailure’ listner method. Please suggest if anyone has attempted it.
Source: Read More