I have been combing through Eclipse docs and configuration files, etc. but to no avail. Does anyone out there know how to add a context menu item to an active...
Hello every one. !!! Pls help me. i want to run the same testcase with 20 different set of values of an arg that gives me 20 unique results. I don't want to...
Hi I'm trying to test a newly developed app using HttpUnit. On the page there is a Dropdown list, once selected causes the page to submit to the server...
Hello, I've downloaded JMTUnit and trying to run the built in test. (I have not made any changes to the program - it is all from the JUnit site) The program...
Hi all, I have a simple question about arranging related tests inside a test case: - Let`s say I have three tests that in some way depend on each other: for...
I've almost got one of my team members convinced of the benefits of TDD vs. traditional development. The rest of the team has zero interest in it. But if I...
Hello, all. This post isn't necessarily JUnit related, but it is very unit-testing related. With our legacy mainframe system, it is not possible to add or ...
... The unexpected birth of six bunnies last night made it impossible for me to do this last night. I'll try again today. :) Two litters of rabbits in three...
Hello, When trying to run the built in testcase, why are there users that exit due to exception? Here is the complete output: Creating 3 Worker threads... ...
Hello, I've downloaded JMTUnit and trying to run the built in test. (I have not made any changes to the program - it is all from the JUnit site) The program...
Hello Java Testing Experts, Here's a Java and JXTA based P2P Instant Messenger for LAN. The community edition (ZIM-Basic) is available for free download and...
I'd be interested in people's thoughts on the easiest/best way to do this. Basically, we have a bunch of JUnit tests that check SQL "SELECT" statements that...
I have a program to setup quite a few private member variables during initialization. Particular, it extracts command line arguments passed to the main method....
Hi, I'd like to propose a fix for JUnit test class reloading. The proposed fix is a Java 2 custom ClassLoader that loads test classes from its own classpath...
Hi all We've a couple of places where we have threads waiting for eachother using java's wait() and notify() design. In general it worked fine. However every ...
Hi, I recently added the tag that creates reports in XML and text format for generating junitreports. Unfortunately, our tests hang when we do that with the...
Hi all, I read a few posts about how to test mutli threaded applications, however my case is a bit different. I have an application that when started does some...
Hi guys, I would like to use the JUnit mascot (the green frog) on the back cover of my JUnit in Action book (see attached). I'm not sure who owns it and who I...
Hi folks, I'm trying to collect some info about the most common JVM-level performance problems that affect Java apps. I'd really appreciate if you could take a...
Hi friends, I do not know how to write a test case for this kind of situations like Public void createFile() { File file = new File(“File path”); } public...
Hi ! Just wanted to inform that Octopus 2.1 Final is now released. This DB-Extraction/Transformation/Loading tool supports Junit to setup databases for...
... That's why we started mocking up Dynamo components. In some ways, the Nucleus is very amenable to writing mock-based unit tests given that it's all about...
Hello, I am trying to use JUnit to perform unit testing of ATG Dynamo Droplets and Form Handlers. Please let me know if there are any documents/ papers that...
Hello Everyone !!!! I have just started using junit for writing test cases before that i was using jacl + tcl. i use swingui TestRunner to run the test. So is...
First, some background: I'm fairly new to unit testing, but I'm very much interested in it. I've begun to understand the basics of it, but I'm about to start ...
Hi, I have a need to spawn a server and multiple clients in different VM's because of singleton use of a library that each client uses which limits me to this...
What's the "best practice" for collecting junit tests and running them within an ant build? I definitely don't want to hand-create a suite, and I'd prefer to...