Hi, while writing tests for testing EJB code , for eg., we need to insert some rows (thru entity ejb) and test the creation , relationships etc., but before...
Hi! Junit seems to be introducing a problem with my I18N code. When I run my application stand alone, it finds the resource bundles correctly. But when I run...
Hi All When running junit via ant I set the user dir using <sysproperty key="user.dir" value="${testrun}"/> in the junit task (see full task below). My java...
Hello, I have a need to dynamically remove a test method out of a TestSuite given to me at run time. I also know about the full class name and method name of...
Hello, This is the first mail after joining as a member of this group. 1. I just want to know a few test case generators that can generate the test cases...
Hi, I am using JUnitperf for loadtesting. It is not reporting correct execution timings in JUnitreports. Sometimes it showing NAN in the reports. Any inputs...
Hi Folks I am having a basic question..! Why should i go for JUnit testing Framework which i can accompolish in plain java class.? See what ever i am writing...
I'm trying to run JUnit with Microsoft's jview (or wjview), and cannot get it working. I'm including the 1.1.8 jre rt.jar in the /cp passed to jview, ...
I assume JUnit is JDK 1.1 compatible, from passing references in the FAQ and the README, but couldn't find anywhere this was stated explicitly. Can anyone...
Hi, I am a new member of this group. I was searching on web for the solution of my problem in case anybody else had already faced the same problem which I have...
Guys I am new in junit; hope something can help me out here. I have an existing project that I want to add jUnit to it. My jUnit Test class is in the same...
Hi all, I'm totally new to JUnit, and read the FAQ, the Cookbook. Discovered DBUnit, but I'm not sure how I should approach my problem. We migrate a database...
I've posted a similar question on the Struts list, but maybe its more appropriate for this list. I'm trying to determine the best way to test my Struts...
I am new to Eclipse and JUnit, so please bare with me, and yes I know this is not an Eclipse site. Maybe someone out their uses Eclipse and can point me in the...
hello guys i am a new person in this field i need to know why and when an AssertionFailedError occures is it beacuse of the way we do testing or some units...
Everyone: In the past two weeks I have received numerous unsolicited personal e-mails and even now people are contacting me directly by instant message, asking...
Hi friends, I am Junayed Chowdhury from Bangladesh. You will please to know that in our country there are lots of young people who are eager to learn Java and...
Is there a addon available that will take a set of tests, and run them repeatedly in a random orders until failure (or forcibly stopped). I've got one tests...
Hi, I've been playing with JUnit and unit testing in general for a couple of months now. Overall it's been a pretty rewarding experience. I often find myself...
Hi, If a junit test case (or the methods it calls) spawns new threads, must all the threads terminate before the next test case is called? Similarly, can...
I have a UT that does some stuff in another thread. The threaded code assserts several things, while the UT waits. After the wait() call ends, is there...
Hi, I started writing some tests for my app in C#, and I am using NUnit (hope it's OK to post here, NUnit is just a transcript of JUnit). My problem is that...
hello guys i am new to this field of testing and i just got this error in the GUI of
Junit the name of the error is junit.framework.AssertionFailedError at...
Hello, I have a need to all an ant task in a JUnit test method. Here is how I call ant with all proper setup. org.apache.tools.ant.Main.main(args); The ant...