... I suppose this is another area where we diverge; I don't use an RDBMS as a simple object store. Thus, my "mappings" between in-memory objects and relations...
I work in an environment that requires that the comment of an assertion be output as well as any data compared, and this must be present for both success and...
Hi All, Currently am using WSAD for developing my application and need your help to set up JUnit using the IBM IDE called as WSAD. can anyone help me in this...
There is a class which has one public method returning an ArrayList. The public method of this class inturn calls several private methods which are void. These...
... You have two problems: 1. The methods you want to test return no value. 2. The methods you want to test are not public. I write about both problems in...
... Which version of WSAD? As far as I know, there's nothing you need to do. What problems are you having? -- J. B. Rainsberger, Diaspar Software Services ...
... You need to change Assert to do what you're proposing with JUnit. An alternative is to use Fit/FitNesse for this testing. In case you're not familiar with...
Hi All, we are executing Junit test cases from ANT script. The most of the test cases are passed but few of them failed due to the following error message. ...
... When the datbase is failing, does the problem occur elsewhere? If so the problem has nothing to do with junit and you should ask in an oracle forum. If...
I am a JUnit novice as well as a JAVA novice. I have worked with ORACLE (not at the DBA level). Would it ba appropriate to trap this and other specific error...
Hi Rainsberger, Am using WSAD 5.0 and i have already installed my project on it. I dont know how to write test classes for my java files using WSAD. Which plug...
Hi, Would anyone know why I'm getting the following error when trying to run one test in Junit? It runs perfectly well under another project (which has a...
Hi, When we execute a Junit test case,we get the time of execution of that test.Similarly, I want to know, is there any tool which can help me in finding the...
When calling an ant-script from a master ant-script in a different directory, junit tests in the original script - accessing files - lose their bearings. The...
Hi Dipta, I use Eclipse 3.0 M9 which is very much the same as WSAD. U simply right click on the class for which u want to create a JUnit class and then go to ...
... Do you know that JUnit tests are just Java classes? You could just create a Java class that extends junit.framework.TestCase. Alternatively, try New >...
... Does the test case class in question define a custom suite() method? If so, that method appears to be throwing an exception. Maybe that's enough ...
... JUnit is not a profiler. There are a number of profilers for Java, both free and commercial. Google "Java profiler" for details. -- J. B. Rainsberger, ...
... Pass a parameter/property value when you invoke <antcall>? Since this is an Ant question, and not a JUnit question, you might also look for guidance from...
... No, no, no, no, no. Eclipse 3.0 is quite different from WSAD 5.0. WSAD 5.0 uses Eclipse 2.1. I believe that only the very most recent point-release of WSAD...
Hello everybody, We used to test our product(Java based application with complex functionalities, UI, ...) with Silk and WinRunner, but currently our ...
Hey everybody, When I run junit tests, I get a junit<some really long number>.properties file. What is the purpose of this file? and can the generation of this...
I wrote up a document about how several free alternatives treat typical issues you might have with UI testing, but you can extrapolate based on your...
Timothy Wall
twall@...
Aug 8, 2004 8:00 pm
11736
Dear I created for our project a factory returning say about 10 classes implementing the same interface.I wanted to test the factory & the instances returned...
... Perhaps, now that the "developer testing" usage has been blessed (with proper casing, no less !-) the community can acknowledge that developers can...
... This bothers me, only because we've been pushing the term "Programmer Testing", and now, rather than collide with "unit testing", it has to collide with...