1
I am new to automated testing and am creating a test script in Selenium and when I run I am getting this error response:
log4j:WARN No appenders could be found for logger (org.easetech.easytest.loader.CSVDataLoader).
log4j:WARN Please initialize the log4j system properly.
I have no idea what that is log4j
.
I wonder if anyone can help me?
My code’s too big, so I’m not gonna put it in here, but if you need any snippets I’ll put it here.
I managed to solve the problem, added a line of code that imported this log4j, and I do not use this tool in my project. After removing import I was able to run the test normally.
– Allan Costa