Another Arquillian EJB test, this time based on TestNG
In my last post I presented Simple EJB Arquillian test based on JUnit running on managed JBoss AS 7 . And in this post I show a similar test only this time it is based on the TestNG testing framework. I have more experience with TestNG than with JUnit and all my tests are based on it. That is why I have decided to give it a try despite the fact that my preliminary tries failed. My goal was to create one Java EE 6 bean, a simple persistence entity and one TestNG test. A testing project described in this post is again based on the Maven and targeted on JBoss AS 7. It is only supposed to show the possibilities the Arquillian offers not to act as a real world application.