Getting error “Exception in thread “main” java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory” while executing testng suite
I was trying to excute simple testng script with new setup of eclipse with selenium but I got failure.
ALthought with the same setup I am able to run other Java classes but when trying to run testng suite I am getting this error.
Thanks in advance
Reading an information from Excel Sheet instead of having it in the testConfig.properties
I’m building a suit automation test (Java, selenium, testNg, Apache POI).
I have a configuration file .properties where I have the environment I use and everytime i comment one and use the other one, it depends from what I need in that moment and what test I need to run.