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
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.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Please suggest Testing strategy for JCA adapter