Hi, I have written a JCA 1.0 compliant resource adapter, which I need to test. (Unit testing/Integration testing). Any suggestions as to how should I go about it? Since I need to deplo it on a J2EE server and connect to the underlying EIS (SAP, in this case) - what should be the methodology for testing? Should I use JUnit or JUnitEE or something else? Please advise! thanks much
Andres Gonzalez
Ranch Hand
Joined: Nov 27, 2001
Posts: 1561
posted
0
hhmmm... how about cactus? or is it the same as JunitEE? just a suggestion....
I'm not going to be a Rock Star. I'm going to be a LEGEND! --Freddie Mercury
Bhiku Mhatre
Ranch Hand
Joined: Feb 11, 2002
Posts: 33
posted
0
Hi Andres, I am aware of Cactus, but all these tools are aimed at testing EJBs or alike (when they say about testing J2EE applications). This connector doesn't really fall into their way.. so I wanted to know what is the correct method of testing such piece of software.