Hello,

I'm looking for some feedback/pointers to start unit testing my application 
which makes use of EJB3 and using PostgreSQL

I'm going to use the TestNG framework and I have that all setup and running and 
am now starting to setup the EJB3 standalone container.

Is it usual to create say a reference database that contains either no tables 
or the correct tables for the entity beans in the application.

Then before the test Suite is run do you populate the required tables with data 
and run tests off that? Would this then lead to removing/adding specific data 
for specific test?

Is this what most people do when doing their unit testing?

My questions are very generic and I'm not looking for 'right' answers just a 
general feel of what is the right direction to take.

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948953#3948953

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948953


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to