The Problem The standard TestNG / JUnit asserts are widely used in testing, however they are not flexible enough for functional tests in several cases. Possible Solutions This post and possible solution was inspired by a friend of mine (Robert Ambrus). Anyway, we looked at some common java open source libraries which have an active [...]
Olufemi Ade-Olusile
CUCUMBER-JVM AND TestNG A lot of testers ask me this question a lot. “Can I implement TestNG to run with my JUnit Maven Cucumber framework?” The answer is yes you can. A lot of frameworks are developed using TestNG and you would want such frameworks to drive Cucumber-jvm. Therefore, the following steps below will allow you [...]
Olufemi Ade-Olusile
log4j:WARN No appenders could be found for logger One error most testers working with Log 4j face, is the “Log 4j: log4j:WARN No appenders could be found for logger” error This error looks like this most times. If you have correctly installed your Log4j.properties file with the right Appenders, Loggers and Layouts, one solution to solve [...]
Olufemi Ade-Olusile
Recent Comments