Module 9 | Selenium Forum
M
Posted on 25/08/2016
Hi ,Is testing-results.xml , ErrorUtil.java and "afterInvocation" method in CustomListener files used in module 9 are inbuilt /library files or its customised one.
Because i did not find any video explaining the files.
Thanks,
Ishwarya

M
Replied on 26/08/2016

afterInvocation is testng function. we have to override this method.
testing-results.xml it is for result for testng test. testng automatically create it.
ErrorUtil.java we make it but we override a lot of method inside it.


M
Replied on 26/08/2016

Thanks Ashish , and sorry i was referring to "testng-results.xsl '" file which was used to create XSLT file .
Do we need to configure this .xsl fle?


M
Replied on 26/08/2016

[quote="Ishwarya":2dne9r24]Thanks Ashish , and sorry i was referring to "testng-results.xsl '" file which was used to create XSLT file .
Do we need to configure this .xsl fle?[/quote:2dne9r24]
you can ignore xsl file we use extent reports now.