


Anyone ever seen anything written up about the design process that goes into developing a new xUnit framework? I've considered creating a JessUnit; where do you suppose I should start?...
I have been using shUnit (UNIX korn shell unit) in one of my classes. It runs all of the assertions in a method regardless of whether previous assertions fail. I found it interesting that all the xUnit frameworks don't behave the same way in this.Personally, I like the way jUnit functions be...
I'm using XMLUnit to do unit testing of XML output files. (Charles, thanks very much for the suggestion!) I've got it working pretty well, and the documentation is pretty good.However, I have one problem that I can't find the answer to. I posted a question on the XMLUnit SourceForge...
How many types of XML testing do you find? I found the following and would like you to add here -XML Document Validation against a DTD or SchemaDOM testing ot testing against DOMSAX testingTesting XML Parsing Performance...
Basically I want a api/solution in where we can specify assertion and execution logic in XML and api reads the data from XML and fires against a db....
Heya, buddies!I would like to know how do I set the encoding type for my output XML with Cactus. Searching for an answer, I have found a class called XMLFormatter in Cactus Javadoc. This class has a .setEncoding(String theEncoding) method, but I don't know how can I use it. Should I instanti...
I am looking for a "quick start" guide to WSUnit. Anyone know where i can get a guide?...
I am a beginner. Hope someone can point me in the right direction.Looking for someone with some experience writting HTTP testcases using WSAD's wizards.I can use WSAD to create an HTTP type testcase that will make an HTTP get/post request to my server. The way the default conditions work is...
hi, I want to incorporate cactus framework for testing session beans in WSAD5.1. I followed the article from IBM tech journalhttp://www-06.ibm.com/developerworks/websphere/techjournal/0206_wosnick/wosnick.html.I am using cactus 1.6.1, the problem is when I run my tests I get the following failur...
Hi,I've got a JUnit test called AdminFacadeBeanTest which extends AdminFacadeBeanTestBase, and both have a method with a @BeforeClass annotation.According to the javadoc I found at http://api.dpml.net/junit/4.2/org/junit/BeforeClass.html, "The @BeforeClass methods of superclasses will be run...
Hi, I have a set of classes that are kind of customized wrappers for sshtools secure ftp classes. Basically, my classes take care of connecting to the right server using a config file, transfer files from a number of local directories to a certain location on the server, log messages into a logf...
Pushing unit testing through the development team, I guess is difficult in the initial stages. Esp in places not used to it. I think developers like to learn cool/new things by nature. I see recommendations for using jython for writing unit tests. Other than allowing me to use a cool language li...
Hi,Has anyone ever written any Junit testcases to test Java GUIs? I mean something like firing events etc? If so, can you recommend any articles? Or better still any tools?Thanks for your help.--Ann...
How to write test case for classes that calls database operations using entity beans and data of test case should be read from or write into some xml file?How to use mock objects here?The application is J2EE based uses EJBs and back end as db2.Any examples available?ThanksDeepa...
Can any one tell me how to write a java test case with sample...
