1 Reply Latest reply on Dec 7, 2009 6:09 AM by nbelaevski

    Seam Unit Testing using TestNG

    neerajkela

      I have seam application for which I have to test a persist operation in one of the session bean class through unit testing.

      The approaches mentioned at -

      1. http://docs.jboss.org/seam/2.0.1.CR1/reference/en/html/testing.html

      2 https://www.redhat.com/docs/manuals/jboss/jboss-eap-4.2/doc/seam/Seam_Reference_Guide/Testing_Seam_applications-Unit_testing_Seam_components.html

      provide information on how to do unit testing. But this is not working for me.

      Please let me know if it worked for anyone.

      Can anyone highlight any other simpler approach to perform this basic unit test in Seam.