XHTMLUnit 0.9 has been released. XHTMLUnit builds on JUnit and XMLUnit in order to provide testing and validation of generated (and static) XHTML code. ...
Hello all, I'd like to test my XSL stylesheets that I use for generating the HTML front end to our app (we use Struts CX). I've grabbed XMLUnit for JUnit and...
... Here's one of the tests for our GetDate module. The testData object will have various entries, depending on the object being tested. The testData object...
hello, i am using JBuilder with junit_831.jar for my projects. i am troubled in following exceptions. Loading: <java file>... Running: <java file>method()... ...
... as IDE. ... I think this problem sounds familiar. WebSphere 5.x has issues with JCL (Jakarta Commons Logging). Refer to the document and it might help you...
hello there. I am working on image processing in Java. I was writing a simple application which can gray-scale an image, sharpen it , blur it, invert its...
Dear All, Can anyone tell me how to test a WebService using ant,junit from Command prompt? The WebService is as follows: public class SampleWs implements...
Greetings! A new site of projects/bids has been opened recently: http://www.RainbowJ.com If you are owner of software company or freelancer this site may help...
No i didn't use WASD junit... that's probably the reason of this conflict. I use text mode. All the more, I'm using a JNI interface (Staffware API) that is...
... It sounds like you have this situation: a bunch of tests are essentially the same, except for the input data and expected output data (called "fixture...
... You can override getName() in your subclass of TestCase to include information about your input data. This might be the easiest modification. By the way:...
... Whatever utility you're using to parse XML or transform it with XSL needs to supply a "current working directory". Set this in such a way -- hardcode it,...
... If you depend on a third-party library that is not reloadable, then you should stay with just the text-based test runner. I recommend running those tests...
Hi, For my test i need to keep some information between my tests: I need to connect to a workflow server and make operation on it... For example to get on Task...
Environment: Java, Ant, JUnit, JUnitPerf Background: We have existing JUnit Test classes. I have been developing new JUnitPerf Tests and TestSuites that...
even after i installed: C:\apache-ant-1.6.2 C:\junit3.8.1 C:\JUnitDoclet.1.0.2 and after i have "defined" them in the "path" i get after: "ant all" where i...
... Without more information about the error (the message; the stack trace) we have no way to help you. Please provide more information about the error. -- J....
... In order to share data between tests, you need to use global data (that is, public static data). This is required because you (mostly) give up control over...
... If you want to run your performance tests on a spearate build schedule from your other tests, then you might consider two continuous builds, each running...
I was wondering if anyone is aware of a good howto for properly integrating JUnit into Apple's XCode? I can manually run tests, but I've had no luck modifying...
How can I reach the maintainer of this document ? http://junit.sourceforge.net/doc/testinfected/testing.htm I beleive there is something in the content that...
Dear All, I'am new to junit. Can anybody help me to test a Webservice using junit,ant & build.xml from command prompt? I had tried with the following code. My...
Hi all. I'm new in this group and I'm starting research thesis on multi- agent testing. I would greatly appreciate any information on this area. Any ideas on...
... What kind of problem do you encounter? Also, I notice that you want to test the /deployed/ web service, rather than simply invoking the web service...
... That document isn't really being "maintained". It was written, and that's that. Since then, there are a number of new tutorials, guides and publications...
Hi - when you last wrote a library (say of a few 100 classes) and delivered it to customers (internal, external), and you decided (what I always do) that you...
Hello, I am writing a java library that needs to make native calls. I would appreciate ideas on how to unit test the Java code (assuming that the native code...
I am testing the webrrowser using Junit, and the test is running fine, I am using the elclipse IDE. now i was to run a test to check the time and load of the...